Skip to main content

Table Description

Contains transaction receipt data from the Flow Cadence blockchain including execution status and fee 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
successbooleanWhether the transaction executed successfully
status_messagestringStatus message or error description
network_fee_useddecimal(38,9)Actual network fee consumed
cost_per_network_feedecimal(38,9)Cost 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