Raw Blocks
Chain
Dataset name
ink.raw_blocksVersion
1.1.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_0x23a2658170ba70d014ba0d0d2709f8fbfe2fa660cd868c5f282f991eecbe38ee_0 | 0 | 0x23a2658170ba70d014ba0d0d2709f8fbfe2fa660cd868c5f282f991eecbe38ee | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0xade3966d0c8786ea34248899b5f3d9e6b7209083290e67d9372e41d4ebc994da | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x4200000000000000000000000000000000000011 | 583 | 0x | 30000000 | 0 | 1733498411 | 0 | 1000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0 | 0 | null | null | |
| block_v3_0x3d7d7ad7d957984add5de38f32119d14a3475de977ba7aaa334f4a8ed5f74318_0 | 5 | 0x3d7d7ad7d957984add5de38f32119d14a3475de977ba7aaa334f4a8ed5f74318 | 0x2f21b44beb071c27b2fc7d5627092396fa69a7fec3c4c9613146461c23571b44 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x48b33c33c37da33a43d6f136dbc70b364dcbf1137b0a594697e1447c317ecd4e | 0x6e714b842cf1414f00db59d182397f267a25a72416f18d3dec933b50531ad1b9 | 0x5686db7fd062ad08b62ae7923bf42898bdf4eecae1388ee07e2236a94d48e8f8 | 0x4200000000000000000000000000000000000011 | 839 | 0x | 30000000 | 43950 | 1733498416 | 1 | 980389581 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0 | 0 | null | null | |
| block_v3_0xae06083c5ed42b2ba2b2de0f506ef8fa539e1852d10a4c3f0050427cfbf8c9cb_0 | 24 | 0xae06083c5ed42b2ba2b2de0f506ef8fa539e1852d10a4c3f0050427cfbf8c9cb | 0xaf0bf4beb6976bb2a6b2bf96dc5779a5de074abc15578006c8dd6f571ebfdf55 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x2612c4ff2f3472046f5c109511cea228309c3b9b82c119722e1fed48f483a055 | 0x9a49ced64663032f710251dc2794d174c479bd4b7bf9df0df84bff6fd6658d3e | 0x303afafd06dada2d1006eac7b8d6317c33441f5b2ef54e0b3469307a9c8d3c36 | 0x4200000000000000000000000000000000000011 | 839 | 0x | 30000000 | 55138 | 1733498435 | 1 | 909120207 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0 | 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 |
| 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 |