Skip to main content

Table Details

PropertyValue
Table Namedogecoin.raw.enriched_inputs
Table StatusProduction-Ready
Unique Keyblock_timestamp::date, input_id
Clustering Key(s)block_timestamp::date, index
Search Optimizationspent_utxo_id, transaction_hash, address0

Table Columns

Column NameData TypeDescription
spent_transaction_hashVARCHAR(66)Hash of the transaction that created the output being spent by this input.
spent_output_indexNUMBER(38,0)The index of the output being spent within its transaction.
script_asmVARCHAR(16777216)The script in assembly format that unlocks the spent output.
script_hexVARCHAR(16777216)The script in hexadecimal format that unlocks the spent output.
sequenceNUMBER(38,0)The sequence number of this input, used for relative time-locks.
coinbaseVARCHAR(16777216)For coinbase transactions, contains the coinbase data. NULL for non-coinbase inputs.
indexNUMBER(38,0)The position of this input within its transaction.
input_idVARCHAR(16777216)Unique identifier for this input, composed of transaction_hash and index.
spent_utxo_idVARCHAR(16777216)Unique identifier for the spent output, composed of spent_transaction_hash and spent_output_index.
transaction_hashVARCHAR(66)Unique hash of the transaction that contains this input.
block_hashVARCHAR(66)Hash of the block containing this input’s transaction.
block_numberNUMBER(38,0)Number of the block containing this input’s transaction.
block_timestampTIMESTAMP_NTZ(9)Timestamp when the block containing this input was mined.
addressesARRAYArray of addresses associated with the spent output.
address0VARIANTThe first address from the addresses array.
valueNUMBER(38,0)The value of the spent output in satoshis.
_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.