Raw Blocks
Chain
Dataset name
pop_cloud.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_0x87ccbc1a53c5ed81ae3b8ffc2946c39f0a2beb116cf421fd093a73d8627d44fb_0 | 29 | 0x87ccbc1a53c5ed81ae3b8ffc2946c39f0a2beb116cf421fd093a73d8627d44fb | 0xeb2c2633d4cde0e4da8837afedf6d4e941826d6b987f222813308c9b9747cfa4 | 0x0000000000000006 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x000000a4000000000002000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000200000000020000000000400000000000000000020000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000800000000001000000000000000000000000000000000000000000000200000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x3c58c885e1661ea93c6fd43fbb9abf59d0e16fec1a27ba212e93f911bc8451ee | 0xb6ba34c04e1ae51f5448e5e27e194f66c28a3036f0c5ef9a6b3317d4a97b16d4 | 0x37f6afb265933a6ec1285f776132480109941fc63dc8b515baaa1ebdfb721faa | 0xa4b000000000000000000073657175656e636572 | 1 | 30 | 873 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 1125899906842624 | 62026 | 1719277067 | 2 | 10000000 | null |
| block_0xe0b2d1c878c96add0d49e56cb70a27a7f8918f4397ed7a6118c4996063d2e190_0 | 31 | 0xe0b2d1c878c96add0d49e56cb70a27a7f8918f4397ed7a6118c4996063d2e190 | 0xe9cb8430dce9acfe7a51045ac066147300fe0eceb074f11f7de17f131fa85f2a | 0x0000000000000006 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x000000a4000008000002000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000800000000001000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000080000001000000000000000000000000000000000010000200 | 0xf114ca566a1b0cdd18984c1933be06ac5a70e52e38ad44e2e91774f7541faac2 | 0xe61af5ee76eca45d9c7ee574c592ddbca4e1ae9f74539dbf12791891ff7b19d9 | 0xe41d68f08376dc701eda1526b250ce184665af659d3d2cb6b594200d3291c8a4 | 0xa4b000000000000000000073657175656e636572 | 1 | 32 | 873 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 1125899906842624 | 62026 | 1719277072 | 2 | 10000000 | null |
| block_0xef4dba4646b371845f7d29da7c61ede1864ae72b32fc112614c48006deee7f62_0 | 32 | 0xef4dba4646b371845f7d29da7c61ede1864ae72b32fc112614c48006deee7f62 | 0xe0b2d1c878c96add0d49e56cb70a27a7f8918f4397ed7a6118c4996063d2e190 | 0x0000000000000006 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000080000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000001000000000000000000000000000000001000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000080000000000080000000000000000000 | 0xd4df8e8221a2cdaf5020cb1028a4d560bace124278a168a4ad63fd1b5439c25a | 0xa92e58700c74755b004c00c24cf68abd68bcce29d9e76525e953ae31ff087f0f | 0x53f333d704c9614612dc27225c89d7dd44ae555eaed28e0e1a9d327d8148c60b | 0xa4b000000000000000000073657175656e636572 | 1 | 33 | 7169 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 1125899906842624 | 1365754 | 1719277075 | 2 | 10000000 | 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 |