Raw Blocks
Chain
Dataset name
mezo_testnet.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 | size | extra_data | gas_limit | gas_used | timestamp | transaction_count | base_fee_per_gas | withdrawals_root | blob_gas_used | excess_blob_gas | difficulty | total_difficulty | withdrawals |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| block_v3_0x6cc491a0b0dbe383baa87316a70fde346554cc2ec02283f999055098f590a0f6_0 | 5 | 0x6cc491a0b0dbe383baa87316a70fde346554cc2ec02283f999055098f590a0f6 | 0x22230ca2a5597f79c6949972f952e0b46c44cb55218e6080ebf614a50629904a | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0xe8dbaca4b928e358ddab138ff347e227a41171052313590a18688caf45c6d8b4 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0xf3259b66204f72df909aef026599e5504b6eeddf | 1020 | 0x | 10000000 | 0 | 1730291012 | 0 | 512908936 | null | null | null | null | ||
| block_v3_0xc830a949c3a2367196ebb3ed039087daa5d1cc0ced06269bcf1095875a470464_0 | 49 | 0xc830a949c3a2367196ebb3ed039087daa5d1cc0ced06269bcf1095875a470464 | 0xcf828ab72e9b0929c0d151cd797bc6e6dab1fe225da57e8c3700ef9628c9e3d6 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x296c878356ddefcbab39f78a746bc34555c651f93543f135481339ec0a5d76b8 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x0504d82efb7db7a8c05e8df8cea575d8c9f48bb2 | 1024 | 0x | 10000000 | 0 | 1730291159 | 0 | 1440110 | null | null | null | null | ||
| block_v3_0x76dc7225968754a77c1a3fec2540bfb8d80dc9711b2e09fe5feb5578a974b5bd_0 | 58 | 0x76dc7225968754a77c1a3fec2540bfb8d80dc9711b2e09fe5feb5578a974b5bd | 0xc36487e57c614bd821bc73377cb5d03ec0c3252d17dbd8f6cdce56f07563f958 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x4c85bdfffe3b22b1e995b20a65ec237e8ed27483d95eabec1cfeb0d472813017 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x6d2c29c7e7c206dd7a0f2d47c79ab828e6546d7c | 1024 | 0x | 10000000 | 0 | 1730291189 | 0 | 432983 | null | null | null | 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 |
| size | long |
| extra_data | string |
| gas_limit | long |
| gas_used | long |
| timestamp | long |
| transaction_count | long |
| base_fee_per_gas | long |
| withdrawals_root | string |
| blob_gas_used | long |
| excess_blob_gas | long |
| difficulty | decimal |
| total_difficulty | decimal |
| withdrawals | string |