Raw Blocks
Chain
Dataset name
flynet_mainnet.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 | size | extra_data | gas_limit | gas_used | timestamp | transaction_count | base_fee_per_gas | withdrawals_root | blob_gas_used | excess_blob_gas | difficulty | total_difficulty | withdrawals |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| block_v3_0x77cb98c650710d365b0b07399bf9216c1055c940e31982d0c3dc07cb3e5b10ef_0 | 15 | 0x77cb98c650710d365b0b07399bf9216c1055c940e31982d0c3dc07cb3e5b10ef | 0x4a893cc0334650bc50a1f36b0be7e7e8da4625e80ffde8361865f42e881d0ca6 | 0x0000000000000007 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x14ef0995f77131190c70d3e400c754a766bee3b340201e8d05d28433c3bdc8a1 | 0xbea02b50e56a9ff90538cd10423d9e3a1818ec73fafb90216a2039b49da94e48 | 0x3b5e9d084dc4a770cd470167568601342aebe33d876f98f0a981f27700234cec | 0xa4b000000000000000000073657175656e636572 | 814 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 1125899906842624 | 21000 | 1739532048 | 2 | 10000000 | null | null | null | null | null | |
| block_v3_0x5a421355857023796b03971f511c7fda88a5dd108640fbff55892dd8eb12c4c8_0 | 17 | 0x5a421355857023796b03971f511c7fda88a5dd108640fbff55892dd8eb12c4c8 | 0xab15cdc2b2e44dd030a4b67389e3fe6246d6f462a3aaea5bd0683dc102e66f5a | 0x0000000000000007 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000080000000000000000000000000000010000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000020000000080000100000000000000000000000000000000000000000400000000000 | 0xeaf09651840d75f745048c3c7b428a140544ea25ebf6fb3e88426bc19a81f699 | 0x65991c769b0fb73bee0999414973cf0864fe90c625d1eaef2bb11d9558313059 | 0xacb86ceaf14097dc6154b7612797adab3d48e9b234be00abff6b1ddffc835a6b | 0xa4b000000000000000000073657175656e636572 | 3252 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 1125899906842624 | 553744 | 1739532331 | 2 | 10000000 | null | null | null | null | null | |
| block_v3_0xd2cacfffef8e11e5a891e6515fc912dd1d24a5d74f2c139e15cc6d982cff43de_0 | 19 | 0xd2cacfffef8e11e5a891e6515fc912dd1d24a5d74f2c139e15cc6d982cff43de | 0x49d89ba197d3cb51a78d2f6f74077dae68aa5be7cc89348d57274bc2a12c1242 | 0x0000000000000007 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x72edf8d4e2a3361a3e26037a5a3d1cea868d974446ac42f774e4aaaa86ae3397 | 0x53eaeae1314ac59eddc6a36b91553afbcf6d2078408483ca3554926ec8bca289 | 0x2433d53e1979d369db923fb0f04e3b368829093a2878eafbd0a6ed4e97f9f76a | 0xa4b000000000000000000073657175656e636572 | 935 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 1125899906842624 | 47505 | 1739532333 | 2 | 10000000 | null | null | null | null | 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 |
| size | long |
| extra_data | string |
| gas_limit | long |
| gas_used | long |
| timestamp | long |
| transaction_count | long |
| base_fee_per_gas | long |
| withdrawals_root | string |
| blob_gas_used | long |
| excess_blob_gas | long |
| difficulty | decimal |
| total_difficulty | decimal |
| withdrawals | string |