Skip to main content

Mempool Transaction Details

Mempool Transaction Details

Path Parameters
    tx_hash string required

    A transaction hash

    Example: fdbb40c3364f3536e159ce8c058d4147ab4abf0b53f065f0966fdf9cbd5355df
Responses

Requested data


Schema
    data object required
    ancestor_count int64 required

    Number of ancestors

    ancestor_size int64 required

    Size of ancestors

    bip125_replaceable boolean required

    Whether the transaction is BIP 125 replaceable

    depends string[] required

    Dependencies of the transaction

    descendant_count int64 required

    Number of descendants

    descendant_size int64 required

    Size of descendants

    fees object required
    ancestor string required

    Ancestor fee

    base string required

    Base fee

    descendant string required

    Descendant fee

    modified string required

    Modified fee

    height int64 required

    Block height

    spent_by string[] required

    Transactions that spend this one

    time int64 required

    Time of the transaction

    unbroadcast boolean required

    Whether the transaction is unbroadcast

    vsize int64 required

    Virtual size of the transaction

    weight int64 required

    Weight of the transaction

    wtx_id string required

    Witness transaction ID

    last_updated object required
    block_hash string required

    The hash of the block

    block_height int64 required

    The height of the block in the blockchain

Loading...