Raw Blocks
Chain
Dataset name
xpla.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_0x0ff271c8e704b28cb00d1aee2c56f2cf1169d60926ffcedd73db5dc647edab36_0 | 60 | 0x0ff271c8e704b28cb00d1aee2c56f2cf1169d60926ffcedd73db5dc647edab36 | 0x707df4b409b1c5914610ff946585094d0ddc2cd130e1e6ee57056c6707ca0a01 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x1a5f322d50eaa026b4eb581c94e3fcb2e1dc66b41af8c3123c85c2b24d936d11 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0xbcf4b9c674b5a0f951898d4bb380115ebd776472 | 0 | 0 | 1332 | 0x | 100000000 | 0 | 1660901762 | 0 | null | null |
| block_0x23b84ada5c5b33e1fa4ceecc3421e4e22644b635a0db04e74d987d0e4178da56_0 | 62 | 0x23b84ada5c5b33e1fa4ceecc3421e4e22644b635a0db04e74d987d0e4178da56 | 0xbcf229bd540c2c801a2d1761450d270e4d20254789937ba3ca9bf65f9ab11c8b | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0xea6b91fdc94b88077181754aaaaf1b81c9ea7231fcd6daab7878084942debeef | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x7ceaf61796b1b37cc8885606daf8df6cb6e7a21c | 0 | 0 | 1338 | 0x | 100000000 | 0 | 1660901774 | 0 | 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 |
| 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 |