Raw
Outputs
Table Columns
Column Name | Description |
---|---|
transaction_hash | Unique hash of the transaction that contains this output. |
block_hash | Hash of the block containing this output’s transaction. |
block_number | Number of the block containing this output’s transaction. |
block_timestamp | Timestamp when the block containing this output was mined. |
index | The position of this output within its transaction. |
script_asm | The script in assembly format that defines the conditions for spending this output. |
script_hex | The script in hexadecimal format that defines the conditions for spending this output. |
required_signatures | Number of signatures required to spend this output. |
type | The type of script used in this output. |
addresses | Array of addresses that can spend this output. |
value | The amount of DOGE in satoshis (smallest unit) for this output. |
utxo_id | Unique identifier for this output, composed of transaction_hash and index. |
address0 | The first address in the addresses array that can spend this output. |
_created_at | Timestamp when this record was created in the database. |
_updated_at | Timestamp when this record was last updated in the database. |