Skip to main content

Table Details

PropertyValue
Table Namebitcoin_cash.raw.outputs
Table StatusProduction-Ready
Unique Keyblock_timestamp, transaction_hash, index
Clustering Key(s)to_date("block_timestamp")
Search Optimizationutxo_id, transaction_hash

Table Columns

Column NameData TypeDescription
valueNUMBER(38,0)Value in sats (unnormalized). One sat = 1e-8 BCH.
script_asmVARCHAR(16777216)Symbolic representation of the script language op-codes.
script_hexVARCHAR(16777216)Hexadecimal representation of the script language op-codes.
required_signaturesNUMBER(38,0)Required signatures.
typeVARCHAR(16777216)The address type of the output.
addressesARRAYAddresses used in the transaction output.
address0VARCHAR(16777216)Index 0 of the addresses.
indexNUMBER(38,0)The index of the output.
utxo_idVARCHAR(16777216)UTXO ID generated from transaction hash and index.
transaction_hashVARCHAR(66)Unique hash of the transaction containing the output.
block_hashVARCHAR(66)Block hash of the transaction output.
block_numberNUMBER(38,0)Block number or block height of the transaction output.
block_timestampTIMESTAMP_NTZ(9)Block timestamp of the transaction output.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.
value_strVARCHAR(16777216)String of the output value in sats (unnormalized). One sat = 1e-8 BCH.
value_floatFLOATThe output value as a float in sats (unnormalized). One sat = 1e-8 BCH.