Skip to main content

Table of contents

The eth_mainnet.transactions table provides indexed views of all transactions that succeeded, or were partially successful (had at least 1 successful internal transaction).

Columns

NameTypeDescription
block_hashvarcharThe length of the blockchain in blocks
block_numberintegerThe length of the blockchain in blocks
timestampintegerThe block time
block_timedateThe time when the block was mined that includes this transaction
hashvarcharThe hash of the transaction
noncevarcharThe transaction nonce, unique to that wallet
tx_indexintegerThe transactions index position in the block
fromvarcharAddress of the sender
tovarcharAddress of the receiver.
valuevarcharThe amount of [chain_gas_token] sent in this transaction in wei.
gas_pricedecimal(38,0)The gas price in wei
gasdecimal(38,0)The gas limit in wei
inputvarcharN/A
statusbooleanN/A
contract_addressvarcharThe address of the contract that emitted the transactions
cumulative_gas_usedvarcharN/A
gas_useddecimal(38,0)The gas consumed by the transaction in wei
effective_gas_pricedecimal(38,0)The gas price this transaction paid in wei
logs_bloomvarcharObtain the logs bloom from a list of log entries.
ymvarcharYear month