Skip to main content
The hyperevm dataset holds the standardized HyperEVM tables. Every column is documented at EVM โ–ธ Overview.

Tables

TableSinceDescription
blocks2025-02One row per block, with its gas and fee totals.
transactions2025-02One row per transaction, with its receipt fields on the same row.
logs2025-02One row per event log a contract emitted.
traces2025-02One row per internal call recorded during execution.

Sample queries

The partition column differs by table: transactions, logs and traces split on block_timestamp, blocks splits on timestamp. Bound the right column in every query and keep it bare on the left of the comparison; wrapping it in a function reads every partition.
Count daily transactions and the accounts that sent them.