btc.transaction_outputs
SQL table schema for btc.transaction_outputs
All Bitcoin outputs from transactions.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The hash of this transaction |
| BIGINT | 0-indexed number of an input within a transaction |
| CHARACTER VARYING | Symbolic representation of the bitcoins script language op-codes |
| CHARACTER VARYING | Hexadecimal representation of the bitcoins script language op-codes |
| CHARACTER VARYING | The address type of the output |
| ANY | Addresses which own this output |
| DECIMAL | The value in base currency attached to this output |
| BIGINT | Block number |
| CHARACTER VARYING | Block hash |
| BIGINT | Block creation timestamp |
Last updated