Transactions are cryptographically signed instructions from accounts.An account will initiate a transaction to update the state of the blockchain network. Transactions always originate from an externally owned account (a smart contract can not initiate a transaction). Transactions, which change the state of the EVM, need to be broadcast to the whole network. Any node can broadcast a request for a transaction to be executed on the EVM; after this happens, a validator will execute the transaction and propagate the resulting state change to the rest of the network.Learn more in the official Monad documentation here.
Several columns may only be applicable for specific EVM-compatible blockchains. The list of columns present in the table is not exhaustive.Unique Key: hash
Column Name
Description
block_number
The length of the chain, in blocks.
block_timestamp
The time when the block that contains this transaction was included on the blockchain.
block_hash
Unique identifier of the block that includes this transaction.