Skip to main content

miner_payments

description

a miner payment is how much was paid to a miner in a given transaction

miner payment includes payment through gas and coinbase transfers

fields

ColumnTypeNullableDescription
created_attimestamp without time zonenot nullwhen the entry was added to the database
block_numbernumericnot nullblock number
transaction_hashcharacter varying(66)not nulltransaction hash
transaction_indexnumericnot nulltransaction index
miner_addresscharacter varying(256)not nulladdress of the miner
coinbase_transfernumericnot nullamount of ETH was paid as direct transfer to the miner
base_fee_per_gasnumericnot nullbase fee for this block
gas_pricenumericnot nullgas price (excludes coinbase transfer)
gas_price_with_coinbase_transfernumericnot nullgas price (includes coinbase transfer)
gas_usednumericnot nulltotal gas used by the transaction
transaction_to_addresscharacter varying(256)to address of the transaction
transaction_from_addresscharacter varying(256)from address of the transaction
note

The "miner" nomenclature will be replaced in a future release to accurately reflect PoS Ethereum architecture.