Blocks
eth.blocks
Purpose: TODO (describe what this table powers and its grain).
Columns
number— UInt64hash— FixedString(66)timestamp— DateTimetransaction_count— UInt32gas_limit— UInt64gas_used— UInt64base_fee_per_gas— UInt256miner— FixedString(42)blob_gas_used— UInt64excess_blob_gas— UInt64
Modeling notes
- Engine: MergeTree
- Partition key:
toYYYYMM(timestamp) - Sorting (ORDER BY):
number, timestamp