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

Tables

TableDescription
blocksOne row per block, with its gas and fee totals.
transactionsOne row per transaction, with its receipt fields on the same row.
logsOne row per event log a contract emitted.
tracesOne row per internal call recorded during execution.
All four tables begin at 2023-02.

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.