Skip to main content

Table Details

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

Table Columns

Column NameData TypeDescription
spent_transaction_hashVARCHAR(66)The transaction hash of the output being spent.
spent_output_indexNUMBER(38,0)The index of the output being spent.
script_asmVARCHAR(16777216)The script public key in the form of a string.
script_hexVARCHAR(16777216)Hexadecimal representation of the script language op-codes.
sequenceNUMBER(38,0)The sequence number of the script.
coinbaseVARCHAR(16777216)The coinbase field, present only for the coinbase input of a newly mined block.
indexNUMBER(38,0)The index of the input.
input_idVARCHAR(16777216)Input ID generated from transaction hash and index.
spent_utxo_idVARCHAR(16777216)Spent UTXO ID generated from the spent transaction hash and output index.
transaction_hashVARCHAR(66)Hash of the transaction containing the input.
block_hashVARCHAR(66)Block hash of the transaction input.
block_numberNUMBER(38,0)Block number or block height of the transaction input.
block_timestampTIMESTAMP_NTZ(9)Block timestamp of the transaction input.
_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.