Raw Blocks
Chain
Dataset name
avalanche.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_0x240372b0cd59ce4669229b7cc0f51b022f4cf2f6d3f6d6acd55c9e3154d85df9_0 | 191 | 0x240372b0cd59ce4669229b7cc0f51b022f4cf2f6d3f6d6acd55c9e3154d85df9 | 0x608f316649c09ed2ac4d31dc60e77cca6eab9ee9eb5e8e0521e5492dac8c2c34 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x3b5758cec5cc54cad8b8edb462915ed6c86266f6bb5c74b1494e71ac371e3e06 | 0x22f19db659f3ab10e5b8fea4a7c0b29749ec88fad446edccda58588cc7f3fa25 | 0x056b23fbba480696b65fe5a59b8f2148a1299103c4f57df839233af2cf4ca2d2 | 0x0100000000000000000000000000000000000000 | 1 | 191 | 716 | 0xd683010916846765746886676f312e3133856c696e757805825bbbedf1ce536bd4bffd9dfa76caefd486f76b48a46bef058ea631c6dc47 | 82976608 | 21000 | 1601607732 | 1 | null | null |
| block_0x5d459b411447f2d60fb1883ad0f537b39b0be595b8799bde13c45f28484bf0e1_0 | 196 | 0x5d459b411447f2d60fb1883ad0f537b39b0be595b8799bde13c45f28484bf0e1 | 0x67b3507c4ed9d5a1a375b42251cd0ee3ff0f15e4c788d48a057f33f426aafbd2 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000040000000000000000000000000000020000001000000000000000000020000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000004008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000020040020000000000000000000000000000000080000000000000000000000000000000000000000000000200020000 | 0xfa8b6d8cd9da9991a0f41ff29490c4f3ea5c234e7aa799fe047fb43b1ac54228 | 0x34d9e99e66c3b9fc6a209a265f500510277b20b03f3ea384c562776b39a29e9d | 0xe8e1f6e79d10a336fc5e5be8538e82fbbdb3b0ad36ddb609ad23fe44c8f6fd72 | 0x0100000000000000000000000000000000000000 | 1 | 196 | 1082 | 0xd883010916846765746888676f312e31342e34856c696e7578887d6549640609644def314b9952a772bf6e21f7327d3de6f079782ac0ed4044 | 82572248 | 260183 | 1601619702 | 1 | 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 |