gettxout
gettxout "txid" n ( include_mempool )
Provides details about an unspent transaction output.
Argument #1 – txid
Type: string, required
The transaction id
Argument #2 – n
Type: numeric, required
vout number
Argument #3 – include_mempool
Type: boolean, optional, default=true
Indicates whether to include the mempool. Keep in mind that an unspent output spent within the mempool will not be shown.
Result
Examples
Get unspent transactions:
View the details:
As a JSON-RPC call: