arbitrum dataset holds the standardized Arbitrum tables.
Every column is documented at EVM βΈ Overview.
Tables
| Table | Description |
|---|---|
blocks | One row per block, with its gas and fee totals. |
transactions | One row per transaction, with its receipt fields on the same row. |
logs | One row per event log a contract emitted. |
traces | One row per internal call recorded during execution. |
blocks and logs begin 2021-05, transactions begins 2022-08, and traces begins 2023-06. blocks also carries a 1970-01-01 partition holding rows whose source timestamp is zero; the chainβs real history starts 2021-05.
Sample queries
- Daily transactions
- One contract's logs
Count daily transactions and the accounts that sent them.