Skip to main content
Schema: monad.gov Table: fact_block_priority_fees Type: Base Table

What

Priority fees paid to block producers (validators) per block. Calculates the priority fee portion of transaction fees that go to validators: (effective_gas_price - base_fee_per_gas) * gas_used. Includes validator_id and epoch from validator rewards for easy aggregation.

Columns

Column NameData TypeDescription
BLOCK_NUMBERNUMBERBlock number
BLOCK_TIMESTAMPTIMESTAMP_NTZBlock timestamp
VALIDATOR_IDNUMBERID of the validator who produced this block (from validator rewards)
EPOCHNUMBEREpoch when the block was produced
MINERTEXTBlock producer address (from block header)
BASE_FEE_PER_GASFLOATBase fee per gas for this block (decimal adjusted)
TX_COUNTNUMBERNumber of transactions in the block
TX_COUNT_WITH_PRIORITY_FEENUMBERNumber of transactions that paid a priority fee (priority_fee > 0)
TOTAL_GAS_USEDNUMBERTotal gas used by all transactions in the block
TOTAL_PRIORITY_FEEFLOATTotal priority fees paid in this block (in MON)
AVG_PRIORITY_FEE_PER_GASFLOATAverage priority fee per gas unit
MIN_PRIORITY_FEE_PER_GASFLOATMinimum priority fee per gas in the block
MAX_PRIORITY_FEE_PER_GASFLOATMaximum priority fee per gas in the block
FACT_BLOCK_PRIORITY_FEES_IDTEXTUnique identifier for this record
INSERTED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was inserted
MODIFIED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was last modified