Raw Blocks
Chain
Dataset name
cronos_zkevm.raw_blocksVersion
1.0.0Description
Metadata for each block on the chain including hashes, transaction count, difficulty, and gas used.
Example data
| id | number | hash | parent_hash | nonce | sha3_uncles | logs_bloom | transactions_root | state_root | receipts_root | miner | difficulty | total_difficulty | size | extra_data | gas_limit | gas_used | timestamp | transaction_count | base_fee_per_gas | withdrawals_root |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| block_0xde33dbedf6e2e43f2c8f17c7ff5fd926c3d8f90f4e0af3e1f21f266815df5923_0 | 25 | 0xde33dbedf6e2e43f2c8f17c7ff5fd926c3d8f90f4e0af3e1f21f266815df5923 | 0x4a1286ff50fe6d5877e6de46047dc41d4bb25f158a14d6c0cdc27c98fa6ee310 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000 | 0 | 0 | 0 | 0x | 1125899906842624 | 99234 | 1722502372 | 1 | 2500000000000 | null |
| block_0x90037b81830c2005c3c82a56f4ee582e5ad5e278902ea5dea865baa0b630924e_0 | 31 | 0x90037b81830c2005c3c82a56f4ee582e5ad5e278902ea5dea865baa0b630924e | 0x72cfde05e7e5f16fa14c96b5fa3c90fd73dee7b110611b12105c8bb346b861c2 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000 | 0 | 0 | 0 | 0x | 1125899906842624 | 91854 | 1722502569 | 1 | 2500000000000 | null |
| block_0x5e44d0979090df1e97324dc142fed9575ab571bcc4f2770d7e2a9bc2b9dd357a_0 | 16 | 0x5e44d0979090df1e97324dc142fed9575ab571bcc4f2770d7e2a9bc2b9dd357a | 0x63c7d8efd2af3fab297be2744bf109a427afb6ebe08e6e845d5884a46860ab84 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000 | 0 | 0 | 0 | 0x | 1125899906842624 | 269320 | 1722500647 | 1 | 2500000000000 | null |
Schema
| Column | Type |
|---|---|
| id | string |
| number | long |
| hash | string |
| parent_hash | string |
| nonce | string |
| sha3_uncles | string |
| logs_bloom | string |
| transactions_root | string |
| state_root | string |
| receipts_root | string |
| miner | string |
| difficulty | double |
| total_difficulty | double |
| size | long |
| extra_data | string |
| gas_limit | long |
| gas_used | long |
| timestamp | long |
| transaction_count | long |
| base_fee_per_gas | long |
| withdrawals_root | string |