Transactions represent the operations initiated by users on the NEAR network. They include details such as the sender, receiver, amount, and any actions to be executed. Each transaction is identified by a unique hash and is included in a block once validated.

Table Columns

Column NameDescription
block_hashThe hash of the block this transaction was associated with
block_heightThe height of the block
block_timestampThe time at which the block was created/added to the chain
final_execution_statusThe final execution status of the transaction
receipts_outcome_countThe number of outcomes from receipts generated by the transaction
statusThe status of the transaction
successWhether the transaction was successful
hashThe hash of the transaction
nonceThe number of transactions made by the sender prior to this one encoded as hexadecimal
public_keyThe public key of the signer
receiver_idThe account id of the transaction receiver
signatureThe standard ed25519 signature type
signer_idThe account id of the transaction originator
transaction_actions_countThe number of actions in the transaction
transaction_indexThe index of the transaction within the block
executor_idThe id of the originator
gas_burntThe gas burnt while executing the transaction
logsLogs for the application being executed by this transaction
metadataDescribes the transaction information
receipt_idsThe ids of the receipts generated by the transaction
transaction_outcome_statusThe status of the transaction outcome
tokens_burntThe amount of tokens burnt
transaction_outcome_proofThe proof of the transaction outcome
gas_usedThe amount of gas used
transaction_fee_rawThe raw transaction fee
_created_atTimestamp of the entry creation
_updated_atTimestamp of the entry update