Raw Blocks
Chain
Dataset name
apechain_curtis.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_0x65cae11b705f117ec380401a0c24292fe9ca3018aa4203944c684c8c1305eb92_0 | 49 | 0x65cae11b705f117ec380401a0c24292fe9ca3018aa4203944c684c8c1305eb92 | 0x238f9adac6595bf9ae4851491ffe4ece3441bf4b865991cb61b6e0bc0bfc8da9 | 0x0000000000000012 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x5d0ccde9ffafa13ee0841f9c8dff876a19344cb12b48cfb787fcb1782f2d0cb2 | 0x38308dc300ca507ec9252b93998da8e9acfa182522221d80015a0a60deddbaf0 | 0x3b5e9d084dc4a770cd470167568601342aebe33d876f98f0a981f27700234cec | 0xa4b000000000000000000073657175656e636572 | 1 | 50 | 813 | 0x2ad4acc6b34da17c4a8576de8956447237ee7954a0c21de25439ed72d403ed4c | 1125899906842624 | 21000 | 1721178407 | 2 | 10000000 | null |
| block_0x0b2bd09aaa9e66fe14eb9af5efe32f64b55dfad0a270d5c23a9e44288da8975b_0 | 51 | 0x0b2bd09aaa9e66fe14eb9af5efe32f64b55dfad0a270d5c23a9e44288da8975b | 0x2b29cd1751203b1f6f1a9e87b5fd7ff4515c675b3969dcf43de4dfe8b5da0073 | 0x0000000000000012 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x3250e24abade955c2ae1971498b66017d97efb43d4105d174b75e64fbf0d30d0 | 0xba51e5233ae9e2cf546d2d42549dac2a319d39ce72ba5d651230b2b402cc0320 | 0x3b5e9d084dc4a770cd470167568601342aebe33d876f98f0a981f27700234cec | 0xa4b000000000000000000073657175656e636572 | 1 | 52 | 813 | 0x2ad4acc6b34da17c4a8576de8956447237ee7954a0c21de25439ed72d403ed4c | 1125899906842624 | 21000 | 1721178500 | 2 | 10000000 | null |
| block_0x58d334d92319448f4b90327f0280cc9d7ecf6f63cb0be11ce056ab2586ec6b60_0 | 53 | 0x58d334d92319448f4b90327f0280cc9d7ecf6f63cb0be11ce056ab2586ec6b60 | 0x2d399a18cc3c4f7a8aa5d8d2e725648aac8d824269695d1dcaffcef7a692470a | 0x0000000000000012 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xd45bc82f394ca3cb200d0275664db33dcdf5b129e6e6476194133ee3d79c3e74 | 0x01c6319dcaa958a9644c733f4c07045b9f09142a0175c4f449adc5f66b335518 | 0x3b5e9d084dc4a770cd470167568601342aebe33d876f98f0a981f27700234cec | 0xa4b000000000000000000073657175656e636572 | 1 | 54 | 813 | 0x2ad4acc6b34da17c4a8576de8956447237ee7954a0c21de25439ed72d403ed4c | 1125899906842624 | 21000 | 1721179184 | 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 |