Raw Blocks
Chain
Dataset name
tac.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_0x5cfe1a8d03969359e3df3fb88d51e8b27a153a8bce0246457497fb51426b9ce8_1 | 1 | 0x5cfe1a8d03969359e3df3fb88d51e8b27a153a8bce0246457497fb51426b9ce8 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0xa7d97b7e647daf3713d740cd03717a5eadc56116 | 348 | 0x | 90000000 | 0 | 1749680222 | 0 | 25000000000 | null | null | null | null | ||
| block_v3_0x2b4164536eeafc7e3393bfbdff717a8d14bc1a1de0f6916bc45c71bb3b237da8_0 | 2 | 0x2b4164536eeafc7e3393bfbdff717a8d14bc1a1de0f6916bc45c71bb3b237da8 | 0x5cfe1a8d03969359e3df3fb88d51e8b27a153a8bce0246457497fb51426b9ce8 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x5055f5d3498feaeaebdf3c2c04979866f9396b5ed6fa9857f2a2d0301c0c3154 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0xa7d97b7e647daf3713d740cd03717a5eadc56116 | 597 | 0x | 90000000 | 0 | 1749715290 | 0 | 25000000000 | null | null | null | null | ||
| block_v3_0x8178c700092da5a55068fa90360f8f344153c51acac53514cf86cbca76d5c496_0 | 10 | 0x8178c700092da5a55068fa90360f8f344153c51acac53514cf86cbca76d5c496 | 0x745be8816b0c9240cf511defdb4e8ff4952d3bbc9a5b992a3c298d26ab88fefb | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x4cc261717c249f112bc217e0253683cba249743f89668cb7b450220fabac4bda | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0xa7d97b7e647daf3713d740cd03717a5eadc56116 | 595 | 0x | 90000000 | 0 | 1749715299 | 0 | 25000000000 | 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 |