Raw Blocks
Chain
Ruby TestnetDataset name
ruby_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 | difficulty | total_difficulty | size | extra_data | gas_limit | gas_used | timestamp | transaction_count | base_fee_per_gas | withdrawals_root |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| block_0x4772831814a8961e8119d8f9b259107d85df2fafdeabaa9325ebd050c19517da_0 | 3 | 0x4772831814a8961e8119d8f9b259107d85df2fafdeabaa9325ebd050c19517da | 0xa144b3535f27d7ee8bb373f1f9662e03cf1ae588edd50a03c3cddfe3838ca87d | 0x0000000000000004 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000800000000000000008000000000040000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000010080000000000000000000000000000000000000000000000000000000000000000020000000000000000000800000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000080000000000010000000000000000000000000000000000000000000000000000000000028000000000000000000008080200000000000002000000000000000000000000000 | 0xabffd274be688b3d8af1abf279e24ebcc238524d186456b37c29df256e7fae19 | 0x5fd9edf2d240308d6865ca0bc153b13c412d91adbb59fe73775380c0acb3da4d | 0x5f0f7b432471419d138ba2de44993fae3877b47ee1dbac742778dcb7d2c69647 | 0x7dc85645679c5b908242555e4213844292d6216f | 1 | 4 | 980 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 1125899906842624 | 42000 | 1713462936 | 3 | 100000000 | null |
| block_0x13b3836715c1616e56f9586793405972db7431847f98fba3d88faf946d9f5049_0 | 6 | 0x13b3836715c1616e56f9586793405972db7431847f98fba3d88faf946d9f5049 | 0x729bd4871e82a307cd94ba29ed3dd61cf5e6fa3a36c3be90c0ae9219b664a0b6 | 0x0000000000000007 | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xf6a3e36b9ec62d8dfe8677c946f7daa5f65439feb958e8923fd8e73c296d7ce6 | 0xbef5f6090ce12cdc020d3d7367f3668dad166d4d05fc2498ce03c0b12ef62785 | 0xf67c3c3cdb88262636d2937ecc0586f2e7e9b5cf73d0369b3f6b186610f926bd | 0x7dc85645679c5b908242555e4213844292d6216f | 1 | 7 | 824 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 1125899906842624 | 59915 | 1713462936 | 2 | 100000000 | 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 |