πŸ¦†
BlockDuck
  • BlockDuck
    • Introduce
    • Why BlockDuck
  • Getting Started
    • Quickstart
    • How to build
    • Try your first query
    • Supported Blockchains
  • Functionality
    • Basic EVM structure table function
      • Blocks
      • Transactions
      • Logs
      • Traces
      • Traces v2
      • Latest Block Number
    • Customized EVM contact table function
      • Contract Events
      • Contract view function
    • Bitcoin table function
      • Blocks
      • Transactions
      • Outputs
      • Inputs
    • Parameter Setting
      • Verbose logging
      • Configs setting
  • Types
    • Types Mapping between DuckDB and EVM
  • Examples
    • Python examples
      • Hourly ERC20 transfer volumn monitor page
Powered by GitBook
On this page
  • Inputs
  • Outputs
  • Examples
  1. Functionality
  2. Bitcoin table function

Outputs

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

D set variable bitcoin_url = 'https://bitcoin-mainnet.core.chainstack.com/xxx';
D select * from bitcoin_outputs_rpc(886654, 886654, getvariable('bitcoin_url'));
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚        time         β”‚ block_number β”‚      block_hash      β”‚         txid         β”‚ index  β”‚ … β”‚      addresses       β”‚         type         β”‚      script_asm      β”‚      script_hex      β”‚   transaction_hash   β”‚
β”‚      timestamp      β”‚    int64     β”‚       varchar        β”‚       varchar        β”‚ uint64 β”‚   β”‚      varchar[]       β”‚       varchar        β”‚       varchar        β”‚       varchar        β”‚       varchar        β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ f397dd542f4f1dd0e7…  β”‚      0 β”‚ … β”‚ ["bc1pp7w6kxnj7lzg…  β”‚ witness_v1_taproot   β”‚ 1 0f9dab1a72f7c48d…  β”‚ 51200f9dab1a72f7c4…  β”‚ 4bc9f4fbd1f3aea067…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ f397dd542f4f1dd0e7…  β”‚      1 β”‚ … β”‚ ["bc1qwzrryqr3ja8w…  β”‚ witness_v0_scripth…  β”‚ 0 7086320071974eef…  β”‚ 00207086320071974e…  β”‚ 4bc9f4fbd1f3aea067…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ f397dd542f4f1dd0e7…  β”‚      2 β”‚ … β”‚ NULL                 β”‚ nulldata             β”‚ OP_RETURN aa21a9ed…  β”‚ 6a24aa21a9ed250a93…  β”‚ 4bc9f4fbd1f3aea067…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ f397dd542f4f1dd0e7…  β”‚      3 β”‚ … β”‚ NULL                 β”‚ nulldata             β”‚ OP_RETURN 434f5245…  β”‚ 6a2d434f5245012e50…  β”‚ 4bc9f4fbd1f3aea067…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ f397dd542f4f1dd0e7…  β”‚      4 β”‚ … β”‚ NULL                 β”‚ nulldata             β”‚ OP_RETURN 52534b42…  β”‚ 6a2952534b424c4f43…  β”‚ 4bc9f4fbd1f3aea067…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ 29bb08bd18f253cf73…  β”‚      0 β”‚ … β”‚ ["1J9uwBYepTm5737R…  β”‚ pubkeyhash           β”‚ OP_DUP OP_HASH160 …  β”‚ 76a914bc29a73a98b6…  β”‚ 29bb08bd18f253cf73…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ 29bb08bd18f253cf73…  β”‚      1 β”‚ … β”‚ NULL                 β”‚ nulldata             β”‚ OP_RETURN 6853a9c3…  β”‚ 6a206853a9c38a4960…  β”‚ 29bb08bd18f253cf73…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ 87eaf7480075d6fb7a…  β”‚      0 β”‚ … β”‚ ["1J9uwBYepTm5737R…  β”‚ pubkeyhash           β”‚ OP_DUP OP_HASH160 …  β”‚ 76a914bc29a73a98b6…  β”‚ 87eaf7480075d6fb7a…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ 87eaf7480075d6fb7a…  β”‚      1 β”‚ … β”‚ NULL                 β”‚ nulldata             β”‚ OP_RETURN 49e8109c…  β”‚ 6a2049e8109c22d9c1…  β”‚ 87eaf7480075d6fb7a…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ aac453c83e0c485a0d…  β”‚      0 β”‚ … β”‚ ["1J9uwBYepTm5737R…  β”‚ pubkeyhash           β”‚ OP_DUP OP_HASH160 …  β”‚ 76a914bc29a73a98b6…  β”‚ aac453c83e0c485a0d…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ aac453c83e0c485a0d…  β”‚      1 β”‚ … β”‚ NULL                 β”‚ nulldata             β”‚ OP_RETURN 05449551…  β”‚ 6a2005449551fcd030…  β”‚ aac453c83e0c485a0d…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ 923abcf2a2b2ee60c7…  β”‚      0 β”‚ … β”‚ ["1J9uwBYepTm5737R…  β”‚ pubkeyhash           β”‚ OP_DUP OP_HASH160 …  β”‚ 76a914bc29a73a98b6…  β”‚ 923abcf2a2b2ee60c7…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ 923abcf2a2b2ee60c7…  β”‚      1 β”‚ … β”‚ NULL                 β”‚ nulldata             β”‚ OP_RETURN 4f36da1e…  β”‚ 6a204f36da1ec4beea…  β”‚ 923abcf2a2b2ee60c7…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ b152cfefd7fed9ecbf…  β”‚      0 β”‚ … β”‚ ["1Lva7CgxzEd2AP1J…  β”‚ pubkeyhash           β”‚ OP_DUP OP_HASH160 …  β”‚ 76a914da8c127762f7…  β”‚ 2926f5f088c432dac9…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ baa9484f319a40cd07…  β”‚      0 β”‚ … β”‚ ["3CLDB8j92EWh3VTa…  β”‚ scripthash           β”‚ OP_HASH160 74ba0a6…  β”‚ a91474ba0a6e9ddeb4…  β”‚ baa9484f319a40cd07…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ baa9484f319a40cd07…  β”‚      1 β”‚ … β”‚ ["19qJiMVJe17zWR1K…  β”‚ pubkeyhash           β”‚ OP_DUP OP_HASH160 …  β”‚ 76a91460e3c22c9856…  β”‚ baa9484f319a40cd07…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ a6eb96f9774e4a9e62…  β”‚      0 β”‚ … β”‚ ["3DGxAYYUA61Wrrdb…  β”‚ scripthash           β”‚ OP_HASH160 7f14638…  β”‚ a9147f1463882fd439…  β”‚ f62c31d544886f2d12…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ a6eb96f9774e4a9e62…  β”‚      1 β”‚ … β”‚ ["1EsqQmiPJ3uoy5BL…  β”‚ pubkeyhash           β”‚ OP_DUP OP_HASH160 …  β”‚ 76a9149836d80205d4…  β”‚ f62c31d544886f2d12…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ 20601d8961129d37c1…  β”‚      0 β”‚ … β”‚ ["bc1q866sv2stppgt…  β”‚ witness_v0_scripth…  β”‚ 0 3eb5062a0b0850b2…  β”‚ 00203eb5062a0b0850…  β”‚ 20601d8961129d37c1…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ 20601d8961129d37c1…  β”‚      1 β”‚ … β”‚ ["bc1qyy30guv6m5ez…  β”‚ witness_v0_scripth…  β”‚ 0 2122f4719add322f…  β”‚ 00202122f4719add32…  β”‚ 20601d8961129d37c1…  β”‚
β”‚          Β·          β”‚          Β·   β”‚          Β·           β”‚          Β·           β”‚      Β· β”‚ Β· β”‚  Β·                   β”‚    Β·                 β”‚          Β·           β”‚       Β·              β”‚          Β·           β”‚
β”‚          Β·          β”‚          Β·   β”‚          Β·           β”‚          Β·           β”‚      Β· β”‚ Β· β”‚  Β·                   β”‚    Β·                 β”‚          Β·           β”‚       Β·              β”‚          Β·           β”‚
β”‚          Β·          β”‚          Β·   β”‚          Β·           β”‚          Β·           β”‚      Β· β”‚ Β· β”‚  Β·                   β”‚    Β·                 β”‚          Β·           β”‚       Β·              β”‚          Β·           β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ 3843120da772b5b374…  β”‚      1 β”‚ … β”‚ NULL                 β”‚ nulldata             β”‚ OP_RETURN 13 1310996 β”‚ 6a5d0414011400       β”‚ f5c597f9926e63b53c…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ a2db46a13900c28f92…  β”‚      0 β”‚ … β”‚ ["bc1qktsvr7hqy66e…  β”‚ witness_v0_keyhash   β”‚ 0 b2e0c1fae026b598…  β”‚ 0014b2e0c1fae026b5…  β”‚ afb44d0c0c94786968…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ a2db46a13900c28f92…  β”‚      1 β”‚ … β”‚ NULL                 β”‚ nulldata             β”‚ OP_RETURN 13 1310996 β”‚ 6a5d0414011400       β”‚ afb44d0c0c94786968…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ 4f08966776a3dbc1c3…  β”‚      0 β”‚ … β”‚ ["bc1qktsvr7hqy66e…  β”‚ witness_v0_keyhash   β”‚ 0 b2e0c1fae026b598…  β”‚ 0014b2e0c1fae026b5…  β”‚ dc7892cdefa9c3be57…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ 4f08966776a3dbc1c3…  β”‚      1 β”‚ … β”‚ NULL                 β”‚ nulldata             β”‚ OP_RETURN 13 1310996 β”‚ 6a5d0414011400       β”‚ dc7892cdefa9c3be57…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ 2d5a70857b38a12a31…  β”‚      0 β”‚ … β”‚ ["bc1qktsvr7hqy66e…  β”‚ witness_v0_keyhash   β”‚ 0 b2e0c1fae026b598…  β”‚ 0014b2e0c1fae026b5…  β”‚ 4017c539e6db0841bf…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ 2d5a70857b38a12a31…  β”‚      1 β”‚ … β”‚ NULL                 β”‚ nulldata             β”‚ OP_RETURN 13 1310996 β”‚ 6a5d0414011400       β”‚ 4017c539e6db0841bf…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ 2dca20b7d1173d39af…  β”‚      0 β”‚ … β”‚ ["3P4WqXDbSLRhzo2H…  β”‚ scripthash           β”‚ OP_HASH160 ea6b832…  β”‚ a914ea6b832a05c6ca…  β”‚ ecc1a824ff6c827880…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ eeffd5934a25188ff1…  β”‚      0 β”‚ … β”‚ ["3P4WqXDbSLRhzo2H…  β”‚ scripthash           β”‚ OP_HASH160 ea6b832…  β”‚ a914ea6b832a05c6ca…  β”‚ ef585216d6080e2d6b…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ 459f6d643f3c7b4c46…  β”‚      0 β”‚ … β”‚ ["31qBiwtqFqM2DbwV…  β”‚ scripthash           β”‚ OP_HASH160 018b822…  β”‚ a914018b8224b815b9…  β”‚ 703787baeeb09d7e84…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ 8e51d54491a32012f0…  β”‚      0 β”‚ … β”‚ ["31qBiwtqFqM2DbwV…  β”‚ scripthash           β”‚ OP_HASH160 018b822…  β”‚ a914018b8224b815b9…  β”‚ 90ddaca07d49dc5b96…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ 4db4487cc9598f501c…  β”‚      0 β”‚ … β”‚ ["31qBiwtqFqM2DbwV…  β”‚ scripthash           β”‚ OP_HASH160 018b822…  β”‚ a914018b8224b815b9…  β”‚ 26a0eca2d7bde0c1c6…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ 341cf61693681ac83f…  β”‚      0 β”‚ … β”‚ ["31qBiwtqFqM2DbwV…  β”‚ scripthash           β”‚ OP_HASH160 018b822…  β”‚ a914018b8224b815b9…  β”‚ de9dd67f5996bd77f8…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ fb10df115adae318ed…  β”‚      0 β”‚ … β”‚ ["31qBiwtqFqM2DbwV…  β”‚ scripthash           β”‚ OP_HASH160 018b822…  β”‚ a914018b8224b815b9…  β”‚ 5e8195e8807e9057f0…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ bf5fbedd06d0a48302…  β”‚      0 β”‚ … β”‚ ["31qBiwtqFqM2DbwV…  β”‚ scripthash           β”‚ OP_HASH160 018b822…  β”‚ a914018b8224b815b9…  β”‚ 8dd0e035a0e2e3d041…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ 32b67eb050ecf0e014…  β”‚      0 β”‚ … β”‚ ["bc1pgula225sd82h…  β”‚ witness_v1_taproot   β”‚ 1 473fd52a9069d574…  β”‚ 5120473fd52a9069d5…  β”‚ d2163e7727b6cc9b58…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ 716503e625103124a8…  β”‚      0 β”‚ … β”‚ ["bc1qtr43gedgqgtr…  β”‚ witness_v0_scripth…  β”‚ 0 58eb1465a802163e…  β”‚ 002058eb1465a80216…  β”‚ 3248ce1b47c77aee56…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ 716503e625103124a8…  β”‚      1 β”‚ … β”‚ ["bc1pdcq4g205kmnp…  β”‚ witness_v1_taproot   β”‚ 1 6e015429f4b6e616…  β”‚ 51206e015429f4b6e6…  β”‚ 3248ce1b47c77aee56…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ 567dd63439444794bc…  β”‚      0 β”‚ … β”‚ ["bc1quyqpa4pdcnm8…  β”‚ witness_v0_keyhash   β”‚ 0 e1001ed42dc4f677…  β”‚ 0014e1001ed42dc4f6…  β”‚ 2922305a6782b4d991…  β”‚
β”‚ 2025-03-07 00:02:24 β”‚       886654 β”‚ 000000000000000000…  β”‚ d680da9da395543889…  β”‚      0 β”‚ … β”‚ ["bc1qhv4he06j2hv7…  β”‚ witness_v0_keyhash   β”‚ 0 bb2b7cbf5255d9ec…  β”‚ 0014bb2b7cbf5255d9…  β”‚ b39c5d2e2d19fa0135…  β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ 6653 rows (40 shown)                                                                                                                                                                       11 columns (10 shown) β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
PreviousTransactionsNextInputs

Last updated 2 months ago