Table Columns

Column NameDescription
transaction_hashUnique hash of the transaction that contains this output.
block_hashHash of the block containing this output’s transaction.
block_numberNumber of the block containing this output’s transaction.
block_timestampTimestamp when the block containing this output was mined.
indexThe position of this output within its transaction.
script_asmThe script in assembly format that defines the conditions for spending this output.
script_hexThe script in hexadecimal format that defines the conditions for spending this output.
required_signaturesNumber of signatures required to spend this output.
typeThe type of script used in this output.
addressesArray of addresses that can spend this output.
valueThe amount of DOGE in satoshis (smallest unit) for this output.
utxo_idUnique identifier for this output, composed of transaction_hash and index.
address0The first address in the addresses array that can spend this output.
_created_atTimestamp when this record was created in the database.
_updated_atTimestamp when this record was last updated in the database.