berachain dataset holds the standardized Berachain tables.
Every column is documented at EVM โธ Overview.
Tables
| Table | Since | Description |
|---|---|---|
blocks | 2025-01 | One row per block, with its gas and fee totals. |
transactions | 2025-01 | One row per transaction, with its receipt fields on the same row. |
logs | 2025-01 | One row per event log a contract emitted. |
traces | 2025-01 | One row per internal call recorded during execution. |
Sample queries
- Daily transactions
- One contract's logs
Count daily transactions and the accounts that sent them.