Raw Blocks
Chain
Dataset name
moca_testnet.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_0xc76bd5a10da4d4849a69fa2f6531df575b28976d7bbb33a36f0594306edf2ecb_0 | 15 | 0xc76bd5a10da4d4849a69fa2f6531df575b28976d7bbb33a36f0594306edf2ecb | 0xf26e0fa7879e57444c5f87d70492451116f4b27ac0c237b94e7391fcef4af694 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0xca05c7afdd8b3a698a775181e5e80d0ca3949edfa1f5571e6617c664262ae1c3 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0xf907768959c59428bdbee07c51a70ce7772b6754 | 979 | 0x | 4294967295 | 0 | 1756350342 | 0 | 1000000000 | null | null | null | null | ||
| block_v3_0x748268c1a12d9890dcbb5efb079a2b42270747b4d4d7ac55408e76990f49fe9e_0 | 38 | 0x748268c1a12d9890dcbb5efb079a2b42270747b4d4d7ac55408e76990f49fe9e | 0x0be93e8670d87ae758c47c91c21f4cbfa0e0cdfc89c7a307171290caa62db172 | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0xf2ac41db3c1d0519f9fbb7c9b89587681788d97db81f4d4d4c57671b12525f95 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x96e21cedef755c42505110cfc87adbef2ae78ba3 | 979 | 0x | 4294967295 | 0 | 1756350365 | 0 | 1000000000 | null | null | null | null | ||
| block_v3_0x0ea793b07d929e321faaedc806a15aa5b06b04bfca0081ddbd32688860551b0c_0 | 41 | 0x0ea793b07d929e321faaedc806a15aa5b06b04bfca0081ddbd32688860551b0c | 0x57e1e0016b23f793dea2456351f976c1e019ccb6ff8a4a4ce06f04b6b30fe80b | 0x0000000000000000 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x7ed60bceeb15444eeddc2758c4158d07befe3eab0745a204817216abf62cc076 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 0x8b4ef40fd500dfa0ad2381976c90d9fad8a42814 | 979 | 0x | 4294967295 | 0 | 1756350368 | 0 | 1000000000 | 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 |