Raw
plume.blocks
Description of the plume.blocks table on Dune
The plume.blocks
table contains all blocks in the Plume blockchain.
Table Schema
Column Name | Data Type | Description |
---|---|---|
number | decimal(38,0) | Block number |
hash | string | Block hash |
parent_hash | string | Parent block hash |
nonce | string | Block nonce |
sha3_uncles | string | SHA3 of uncles |
logs_bloom | string | Bloom filter for logs |
transactions_root | string | Root of transactions trie |
state_root | string | Root of state trie |
receipts_root | string | Root of receipts trie |
miner | string | Address of miner |
difficulty | decimal(38,0) | Block difficulty |
total_difficulty | decimal(38,0) | Total difficulty |
size | decimal(38,0) | Block size |
extra_data | string | Extra data |
gas_limit | decimal(38,0) | Gas limit |
gas_used | decimal(38,0) | Gas used |
timestamp | timestamp | Block timestamp |
transaction_count | decimal(38,0) | Number of transactions |
base_fee_per_gas | decimal(38,0) | Base fee per gas |