UTXO Lookup
Transaction Output Lookup
Announcement Lookup
REST RPCs
/block_info
/block_digest
Examples
/utxo_digest
Examples
/output_status
Reports whether a transaction output (addition record) is not_known,
in_mempool, or mined (with block height and digest). Argument is the
80-character hex addition record. A mined answer is computed fresh on every
request; in_mempool / not_known are derived from a mempool snapshot taken
at
mempool_checked_at and reused for mempool_cache_ttl_seconds,
so mempool status can lag by up to that many seconds. Primitive-witness-backed
transactions are excluded from this public mempool view because they are local-only.
For in_mempool, the response also includes the transaction id, fee,
input/output counts, proof quality, and queue position among publishable transactions
in fee-density order.
Example
- /rpc/output_status/<addition_record_hex>
Neptune Explorer (network: main)