Live on the chains you're already building on
Every chain below is indexed from genesis and kept in sync with chain head. Same tables, same query shape, everywhere.
Ethereum
LiveThe largest smart contract network. Full historical coverage, block zero to head.
blockstransactionslogsreceipts
Robinhood
LiveRobinhood's onchain network, indexed from launch and kept in sync with chain head.
blockstransactionslogsreceipts
Base
LiveCoinbase's L2, indexed from genesis and streamed in real time.
blockstransactionslogsreceipts
Polygon
LiveHigh-throughput EVM sidechain, full historical depth, streamed in real time.
blockstransactionslogsreceipts
Need a chain we don't list?
Don't see your chain? We index new EVM chains on demand, usually within days of a request.
One schema, no matter the chain
| Table | Contains |
|---|---|
| blocks | Block headers: number, timestamp, gas used, base fee |
| transactions | Every transaction: sender, recipient, value, gas, status |
| logs | Raw event logs: address, topics, data, filterable by topic0 |
| receipts | Transaction receipts: gas used, status, cumulative gas |