Table Columns

Unique Key:

Column NameData TypeDescription
block_numberBIGINTBlock number containing this transaction
block_hashVARCHARHash of the block containing this transaction
consensus_timestampTIMESTAMP_NTZ(9)The consensus timestamp when the transaction was executed
transaction_hashVARCHARHash of the transaction
transaction_idVARCHARUnique identifier for the transaction
nonceBIGINTNonce of the transaction
resultVARCHARResult of the transaction execution
transaction_typeVARCHARType of transaction (CRYPTOTRANSFER, CONTRACTCALL, etc.)
payer_account_idVARCHARAccount ID of the account that paid for the transaction
entity_idVARCHARID of the entity involved in the transaction
charged_tx_feeBIGINTTransaction fee charged in tinybars
max_feeBIGINTMaximum fee set for the transaction
memoVARCHARMemo attached to the transaction
scheduledBOOLEANWhether this is a scheduled transaction
nodeVARCHARNode that processed the transaction
valid_duration_secondsBIGINTDuration for which the transaction is valid
parent_consensus_timestampTIMESTAMP_NTZ(9)Consensus timestamp of the parent transaction
valid_start_timestampTIMESTAMP_NTZ(9)Timestamp when the transaction becomes valid
contract_resultVARIANTResult data from contract execution
bytesVARCHARRaw transaction bytes
transfersVARIANTHBAR transfers in the transaction
token_transfersVARIANTToken transfers in the transaction
nft_transfersVARIANTNFT transfers in the transaction
staking_reward_transfersVARIANTStaking reward transfers in the transaction
consensus_timestamp_rawDECIMAL(29,9)Raw consensus timestamp as decimal
parent_consensus_timestamp_rawDECIMAL(29,9)Raw parent consensus timestamp as decimal
valid_start_timestamp_rawDECIMAL(29,9)Raw valid start timestamp as decimal
log_countBIGINTNumber of logs generated by the transaction
extra_evm_fieldsVARIANTAdditional EVM-specific fields
_created_atTIMESTAMP_NTZ(9)Timestamp when this record was created
_updated_atTIMESTAMP_NTZ(9)Timestamp when this record was last updated