Raw Blocks
Chain
Dataset name
tac_turin.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_0x944c3e69efcdfdab37fd9ddf227b8e6228ae882b8bb8b084764751d295a40ef4_0 | 52 | 0x944c3e69efcdfdab37fd9ddf227b8e6228ae882b8bb8b084764751d295a40ef4 | 0x3a75a22ed781fe94e58f1a66e790947f58dded2a379ba09b2bd74e2479ada7ba | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0xbc2e8730377d897fc39e2eabe8cd6ea3354f549ff937e33e6935476153bda2dc | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x0000000000000000000000000000000000000000 | 915 | 0x | 20000000 | 0 | 1731072194 | 0 | null | null | null | null | null | ||
| block_v3_0x1cf5e544da6d1db841bfc6505c723ba49916864836cd1e9ddd50fdc20f6d84e1_0 | 29 | 0x1cf5e544da6d1db841bfc6505c723ba49916864836cd1e9ddd50fdc20f6d84e1 | 0x83e0d96e33f3ab6da17866817d1548de874c1c3c79b7121cebc1f6865e279120 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x546f824f94ae8a7fe9c06976ddb7620344ad9c6ddc7c0b6bd4bbae7edd888df6 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x0000000000000000000000000000000000000000 | 915 | 0x | 20000000 | 0 | 1731072116 | 0 | null | null | null | null | null | ||
| block_v3_0x04361e864f38991fb57fb1ea3cc0db14f50bb19bd3b57df7f57c3f1f09792b95_0 | 54 | 0x04361e864f38991fb57fb1ea3cc0db14f50bb19bd3b57df7f57c3f1f09792b95 | 0xcc3cebb54e9141707cc42ca5742de744686019fed7f66c28ba9f0f003b46e5de | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x0342c340c20702d6db92d71fb52b6d3ab4a10b720d8cdd0aa39095811cbf342f | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x0000000000000000000000000000000000000000 | 915 | 0x | 20000000 | 0 | 1731072201 | 0 | null | 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 |