Raw Blocks
Chain
Dataset name
pop_boss.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_0xdab6cee21e9d23fa75ada50cb525ef1d598145816adc4947e898970ae14a1099_0 | 21 | 0xdab6cee21e9d23fa75ada50cb525ef1d598145816adc4947e898970ae14a1099 | 0x5da5dc19125bd6e5572f406760e8cf753726189282f65b25de3f0acbd3ac5e0f | 0x0000000000000008 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xa100cc5349e510598d4cbd018b72854f6bfee9bad4e0d8f8bc50153b40382e09 | 0xcfeaed7d29ece031c34b5d1f673e36f497234e1e07860a8798304c321903dfaf | 0x7f01dcdad87321c3f80be156d940d3fd3fcc2bf0475825e9c4744177205cc4a8 | 0xa4b000000000000000000073657175656e636572 | 1 | 22 | 26833 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 1125899906842624 | 5694389 | 1721767013 | 2 | 10000000 | null |
| block_0xb65110eae722ed81d10ea1b27ff6fc1b2dad1f766adfd8763bc637c7d06a0da2_0 | 22 | 0xb65110eae722ed81d10ea1b27ff6fc1b2dad1f766adfd8763bc637c7d06a0da2 | 0xdab6cee21e9d23fa75ada50cb525ef1d598145816adc4947e898970ae14a1099 | 0x0000000000000008 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x16f8a0afa57459a65e3e2ba561803d6553290d88bbdbba795a3042c102211154 | 0x4bd4d064c33053128eb2fc7a922fd1e854b4aadd1b9095fdb99525d0366944db | 0x74770efec7bd677e34acb734efc6a57aa0d6f50cadeb05f27d697138d876e723 | 0xa4b000000000000000000073657175656e636572 | 1 | 23 | 2355 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 1125899906842624 | 400959 | 1721767016 | 2 | 10000000 | null |
| block_0x7451c79e92555fe65e5005caf66504c90da52391273ad2c777c7509dcae7fa86_0 | 24 | 0x7451c79e92555fe65e5005caf66504c90da52391273ad2c777c7509dcae7fa86 | 0x5db5aecd7adf85ddc90b0acab88306c7a65ac3120707984387033f8258736b47 | 0x0000000000000008 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x705f40c775ec1e4349a1eb73def6e698a6c5700971a0fecc34cd527090494764 | 0xf119c820bcace2f4a83891967176fc5c7f7bf41dfe3be8ec3e3af7d8c1e9e903 | 0x2438e35cceeb42019ae933380ff7612a0eb04c3925ebf7d7170e9d41011eac8e | 0xa4b000000000000000000073657175656e636572 | 1 | 25 | 3342 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 1125899906842624 | 591266 | 1721767377 | 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 |