Raw Blocks
Chain
Dataset name
tron.raw_blocksVersion
1.1.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_0x0000000003cb7d61cc37273c282745241aaac1ea3954dffb70871a2a061d76f1_0 | 63667553 | 0x0000000003cb7d61cc37273c282745241aaac1ea3954dffb70871a2a061d76f1 | 0x0000000003cb7d60087e102d02fbbc961ea2fe7c3fc3d148dfeaf9ed66cac602 | 0x0000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xf190db00c9c1f4e2148d4d31807c6bcfd3393da67785d5d73ee6a913c35e60e0 | 0x | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0xd376d829440505ea13c9d1c455317d51b62e4ab6 | 0 | 0 | 62622 | 0x | 11182700633 | 4465864 | 1721648058 | 251 | 0 | null |
| block_0x0000000003cb7d643b2c8be44ef2d77f01ebdbc1466e90da5c959b6684b11865_0 | 63667556 | 0x0000000003cb7d643b2c8be44ef2d77f01ebdbc1466e90da5c959b6684b11865 | 0x0000000003cb7d6371e7d5456d7308a30d82dcbf5ffb9c4c670b3d735f9961d1 | 0x0000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xb4d8f669b3b8c900f6e677524e305f166f24ddf378ccf327f6bc322deb114e87 | 0x | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0xc05142fd1ca1e03688a43585096866ae658f2cb2 | 0 | 0 | 69964 | 0x | 14992525100 | 4435551 | 1721648067 | 283 | 0 | null |
| block_0x0000000003cb7d92c33081f43d1b1078b2846b794b70a046eb0e7a1d63bc112f_0 | 63667602 | 0x0000000003cb7d92c33081f43d1b1078b2846b794b70a046eb0e7a1d63bc112f | 0x0000000003cb7d91401be97b70538d4ef1ebe1b0cd3bad28c6a4b4fa1bff6657 | 0x0000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x00df01d7ce453a009134ec8a8bad6f9dd37cd9b0f9587a6290ac294d732115ab | 0x | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x2a4d700c196a78f8ff7f0bf17d93fe6018396d2e | 0 | 0 | 108263 | 0x | 35235348165 | 7050630 | 1721648205 | 435 | 0 | 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 |