Skip to main content
Schema: monad.gov Table: ez_block_production Type: View

What

Block production metrics per validator per epoch. Tracks how many blocks each validator produced along with gas and transaction metrics. Block producer is identified from ValidatorRewarded events where the first event per block indicates the block producer.

Columns

Column NameData TypeDescription
EPOCHNUMBEREpoch number
VALIDATOR_IDNUMBERID of the validator who produced blocks
VALIDATOR_NAMETEXTHuman-readable validator name from labels, or ‘Validator N’ if not labeled
CONSENSUS_ADDRESSTEXTBlock producer address derived from secp_pubkey
AUTH_ADDRESSTEXTThe validator’s administrative/withdrawal address
BLOCKS_PRODUCEDNUMBERNumber of blocks produced by this validator in this epoch
TOTAL_BLOCK_REWARDSFLOATTotal block rewards earned by this validator in this epoch (in MON)
TOTAL_BLOCK_REWARDS_RAWNUMBERTotal block rewards in wei
AVG_REWARD_PER_BLOCKFLOATAverage reward per block produced (in MON)
FIRST_BLOCK_PRODUCEDNUMBERFirst block number produced by this validator in this epoch
LAST_BLOCK_PRODUCEDNUMBERLast block number produced by this validator in this epoch
FIRST_BLOCK_TIMESTAMPTIMESTAMP_NTZTimestamp of first block produced
LAST_BLOCK_TIMESTAMPTIMESTAMP_NTZTimestamp of last block produced
EZ_BLOCK_PRODUCTION_IDTEXTUnique identifier for this record