Outputs

Table Columns

Column NameDescriptionExample

transaction_hash

Unique hash of the transaction output.

1c0c548ee49d051aebbaa42d25f6e6b87c670bdff09bf043a949121f04b8098f

block_hash

Block hash of the transaction output.

00000000000000000001efb1fa7dea83fa8621c369b4bd58c3ae01c43c30c9c5

block_number

Block number or block height of the transaction output.

770,401

block_timestamp

Block timestamp of the transaction output.

2023-01-05 00:54:14

index

The index of the output.

0

script_asm

Symbolic representation of the bitcoin's script language op-codes

OP_HASH160 acb41dd71aa79315b97d0160a297b1ba976cc903 OP_EQUAL

script_hex

Hexadecimal representation of the bitcoin's script language op-codes.

a914acb41dd71aa79315b97d0160a297b1ba976cc90387

required_signatures

Required signatures.

NULL

type

The addres type of output.

scripthash

addresses

Addresses used in the transaction

3HSBvFrBC7RFLyVohwhXQu4juAPomuY9XR

value

Value in BTC unnormalized.

1,538,115

utxo_id

Spent UTXO ID generated from transaction hash and index.

1c0c548ee49d051aebbaa42d25f6e6b87c670bdff09bf043a949121f04b8098f:0

address0

Index 0 of the addresses

3HSBvFrBC7RFLyVohwhXQu4juAPomuY9XR

value_max_exclusive

sum(value of all inputs with index lesser than itself) + value - 1 within the same transaction. Used for ordinal tracking where FIFO principle is used.

1,538,115

value_min_inclusive

sum(value of all inputs with index lesser than itself) within the same transaction. Used for ordinal tracking where FIFO principle is used.

0

Last updated