Raw Blocks
Chain
Dataset name
redstone.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_v2_0x9706aa056ea0fdcd934ea0027a5a6397b0351f2d420d65291ff41fe3014ab5fb_0 | 1 | 0x9706aa056ea0fdcd934ea0027a5a6397b0351f2d420d65291ff41fe3014ab5fb | 0xa4f55631013577464810893a05b18f07fe483885a6ef93e0060e7128bdf4ca3b | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xc1175d5e0f26550fc4272dcec4153d0dcd50536778bd03c85ea1c917b17ea9ec | 0x2946d1f7c73fd48b49ec3272b73d4c9027041ebf36c8c5943d0b8b8daf13195b | 0xdfda9951c904f0e422269673ad89a4b6115470a0f3aee8843d0fec02769511ee | 0x4200000000000000000000000000000000000011 | 0 | 0 | 836 | 0x | 100000000 | 80851 | 1712185093 | 1 | 1 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_v2_0x40e1089a5096df06a65152dcdbbaf18f84c1cf9dcc81cb0d8d491cf5c5392dc0_0 | 3 | 0x40e1089a5096df06a65152dcdbbaf18f84c1cf9dcc81cb0d8d491cf5c5392dc0 | 0x8a0a78a10dbdb66bd97abfad07c68af7a4c87de73fa9c5974d98460bcaacd897 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xa8a526c429685a4701156a1a4589871bf9b0712126c732e86e19e8a5f7d81552 | 0x4691fcd7f579a840e77db2f820445ac6b885ae9eb7a7146b238592202ce07bdd | 0x316ad4df16fb3a56f9a2d3eee8549c7aff8d724708c0195919ee642a973c0d18 | 0x4200000000000000000000000000000000000011 | 0 | 0 | 835 | 0x | 100000000 | 43851 | 1712185097 | 1 | 1 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_v2_0x133c621724294cdceb03668d02aace2f15caa07b89932af028f5a2c612d21bb9_0 | 5 | 0x133c621724294cdceb03668d02aace2f15caa07b89932af028f5a2c612d21bb9 | 0xa54dc010430c7394bc4b7d961e894d1db032a23bb2d585f0b2645e0d0188a192 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xfb3f9d0e11b53b99d98bf0683818bd2b258f3e634f28acf65938d87adf186d70 | 0xf950cb48045d90d924d2f32ec8cc99ede30f06c4cd585d3e749ff3f062a413e4 | 0x7022b0e299c655926187d02620f6ab28dd01c360b0837348739f9b9cf298a62b | 0x4200000000000000000000000000000000000011 | 0 | 0 | 835 | 0x | 100000000 | 43851 | 1712185101 | 1 | 1 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
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 |