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 ancestor transactions

    ancestor_fees int64 required

    Fees associated with ancestor transactions (in Koinu)

    ancestor_size int64 required

    Size of ancestor transactions (in bytes)

    current_priority double required

    Current priority of the transaction

    depends string[] required

    Dependencies of the transaction

    descendant_count int64 required

    Number of descendant transactions

    descendant_fees int64 required

    Fees associated with descendant transactions (in Koinu)

    descendant_size int64 required

    Size of descendant transactions (in bytes)

    fee string required

    Base fee of the transaction (in Dogecoin)

    height int64 required

    Block height at which the transaction was included

    modified_fee string required

    Modified fee of the transaction (in Dogecoin)

    size int64 required

    Size of the transaction (in bytes)

    starting_priority double required

    Starting priority of the transaction

    time int64 required

    Time when the transaction was added to the mempool

    last_updated object required
    block_hash string required
    block_height int64 required
Loading...