baseFeePerGas
number

The base fees paid to the network (i.e. burnt) per gas unit.

This metric is in wei.

baselineMev
number

The minimum MEV rewards calculated in the block, outside of any priorityFees. Read more about the calculation methodology here.

blockBuilderPubkeys
array

These are the public keys of the builder that built a particular block.

blockTimestamp
number

The timestamp of when the block was recorded on based on the genesis of the chain.

consensusBlockRoot
string

The hash indicating the specific consensus slot.

consensusProposerDuty
string

Indicates whether a proposer proposed a Consensus Layer slot (proposed) or missed a proposal (missed).

consensusRewards
number

These are the proposal rewards from the Ethereum Consensus Layer (Beacon Chain).

consensusSlot
number

The slot number in the Ethereum Consensus Layer (Beacon Chain).

epoch
number

The epoch number of a particular slot. Each epoch has 32 slots.

executionBlockHash
string

The hash indicating the specific execution block.

executionBlockNumber
number

The block number in the Ethereum Execution Layer

executionProposerDuty
string

Indicates whether a proposer proposed a block that contains transactions (proposed), a block with no transactions (empty), or completely missed a proposal (missed).

executionRewards
number

The rewards from the Ethereum Execution Layer.

This is the sum of totalPriorityFeesValidator and baselineMev.

feeRecipient
string

The address that received the block rewards on the Ethereum Execution Layer.

missedConsensusRewards
number

The Consensus Layer rewards missed by a validator for not being able to propose a slot. Read more about how this is estimated here.

missedExecutionRewards
number

The Execution Layer rewards missed by a validator for not being able to propose a block or by proposing an empty block. Read more about how this is estimated here.

relays
array

The mev-boost relays where a particular block was sourced from.

totalBurntFees
number

The gas fees burnt for the set of transactions in the particular block.

This metric is in wei.

totalGasUsed
number

The gas units used by the set of transactions in the particular block.

totalPriorityFees
number

The transaction fees paid by the end-user to the block’s feeRecipient.

totalPriorityFeesValidator
number

The portion of the totalPriorityFees that were paid to the validator that proposed the block. Given that the feeRecipient of a block can be the builder (as opposed to the proposer itself), it is up to the builder how much they pay to the validator in terms of the priority fees the former captured from building the block.

totalRewards
number

The sum of consensusRewards and executionRewards.

totalRewardsMissed
number

The sum of missedConsensusRewards and missedExecutionRewards.

totalSanctionedTransactions
number

The count of transactions that involve one or more addresses (i.e. in to and from addresses) that are in any sanctions lists by government bodies.

totalTransactions
number

The total count of transactions in the particular block.

totalType0Transactions
number

The count of type0 transactions.

Type0 Ethereum transactions are legacy transactions; this was the main transaction type before the EIP-1559 upgrade. Despite being referred to as “legacy”, these are still in use after the upgrade.

totalType0TxFees
number

The transaction fees generated by type0Transactions.

This metric is in wei.

totalType1Transactions
number

The count of type1 transactions.

Type1 transactions are transactions that contain an access list, which is a list of addresses and storage keys that the transactions plan to access.

totalType1TxFees
number

The transaction fees generated by type1Transactions.

This metric is in wei.

totalType2Transactions
number

The count of type2 transactions.

Type2 Ethereum transactions were introduced with the EIP-1559 upgrade.

totalType2TxFees
number

The transaction fees generated by type2Transactions less any burntFees.

validatorIndex
number

The index of the validator assigned to propose for that particular slot/block.