right-from-bracketOutputs

The bitcoin_outputs_rpc table contains information about the outputs of Bitcoin transactions. An output is a log detailing the amount of Bitcoin transferred to.

Inputs

Args
Types
Info

fromBlock

BIGINT

Block number to start scanning from.

toBlock

BIGINT

Block number to stop scanning at.

url

VARCHAR

URL of the Bitcoin node.

Outputs

Column names
Types
Info

time

TIMESTAMP

The block time

block_number

BIGINT

The block number

block_hash

VARCHAR

The block hash

txid

VARCHAR

The transaction ID

index

UBIGINT

The position of this output within the transaction

value

DOUBLE

The value of the output

addresses

LIST(VARCHAR)

The Bitcoin address(es) associated with this output

type

VARCHAR

The type of the address

script_asm

VARCHAR

The script in assembly format

script_hex

VARCHAR

The script in hexadecimal format

transaction_hash

VARCHAR

The hash of the transaction containing this input

Examples

Last updated