Skip to main content

Table Description

Contains transaction data from the Flow Cadence blockchain including sender, receiver, and transaction payload information.

Column Descriptions

ColumnTypeDescription
block_datedateThe date of the transaction
timestamptimestampTimestamp when the transaction was executed
block_heightbigintThe block number containing this transaction
block_hashstringHash of the block containing this transaction
transaction_hashstringUnique hash identifier for the transaction
transaction_indexbigintIndex of the transaction within the block
fromstringAddress of the transaction sender
tostringAddress of the transaction recipient
sequence_numberbigintSequence number of the transaction
datastringTransaction payload data
network_fee_limitdecimal(38,9)Maximum network fee for this transaction
max_network_fee_unit_pricedecimal(38,9)Maximum price per unit of network fee
chain_specificstringChain-specific metadata in JSON format
_updated_attimestampTimestamp when the record was last updated
_ingested_attimestampTimestamp when the record was ingested

Table Sample