Raw Blocks
Chain
Dataset name
frax.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_0x1bbb9fb531feb0be878d0ca8604ce42a1e017ecc15cc5c9d3fb735fb08ca3767_0 | 47 | 0x1bbb9fb531feb0be878d0ca8604ce42a1e017ecc15cc5c9d3fb735fb08ca3767 | 0xd752ff458863ff7e0836bde36891c9b8e310aa095f71928805123d4d88d53dd7 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x15831be885018cd10de9a42fa18db5e30ce4fffa24d9c70616fa0182998224a7 | 0xde1da136b43245a7fcdc3c165277e5ae0c95da03ac2e1f9e2954340ddbb5ba86 | 0x1d30d5688d2a8d80c8af675f684c180502bfc38cfeb5bf6e52e7eebe76a11a60 | 0x4200000000000000000000000000000000000011 | 0 | 0 | 904 | 0x | 30000000 | 50586 | 1706810805 | 1 | 831257365 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
| block_0x003a0541f53bfa13fa4e81e4c1fde2a8fa4ac9fa5ae1af44d7b51351fe4e20cc_0 | 49 | 0x003a0541f53bfa13fa4e81e4c1fde2a8fa4ac9fa5ae1af44d7b51351fe4e20cc | 0xfdbf8fc0b830e73352dbe490de3405f968eec9dde9a3bd0dfd6ce67e123f6121 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xbebffc22550423ebf726bfe59432a19adc9e27ec77232970a9377339e369eae3 | 0x6a54f035b1e90e1973533b7fa05ca22ae024886ed17d3548914d245ec0a5f906 | 0x342b6cb1eb549e23df079515b6073395f1c4f91ed23a847343e01ddc006ff75d | 0x4200000000000000000000000000000000000011 | 0 | 0 | 905 | 0x | 30000000 | 67674 | 1706810809 | 1 | 824759909 | 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 |