hyperliquidscan: block level tx filters

I added a basic search functionality which lets you query over txs in a table easily. Want to see all txs from a specific asset, go for it. Want to see all txs from the HLP addys, you’re covered. Want to see all frontend market orders, you’re in luck but good luck finding a block.

The way it works is just a standard input where will return all rows based on anything in comma separated values. So if you wanted to see all txs for ETH and BTC you would input ETH, BTC. Eventually will make it more sophisticated logic so you can filter by asset and user, but if you put addy, asset right now, you’ll get all rows with that asset and all rows with that addy.

The goal here is just to make this the best explorer for looking at things on the fly. No more needing to click into a bunch of stuff or roll your own code. The explorer for traders by traders.

Longer term I want book snapshots and to be able to walk through them order by order in the block. It’s definitely doable, but gonna take some work. Book snapshots compared to nance would also be great but gotta ship account and tx views first. Also need to eventually migrate off the hyperliquid supported APIs.