Tx public key: {{tx_pub_key}}
{{#has_payment_id}}
Payment id: {{payment_id}}
{{/has_payment_id}}
{{#has_payment_id8}}
{{^decrypted_payment_id8}}
Payment id (encrypted): {{payment_id8}}
{{/decrypted_payment_id8}}
{{#decrypted_payment_id8}}
Payment id (decrypted): {{decrypted_payment_id8}}
(value incorrect if you are not the recipient of the tx)
{{/decrypted_payment_id8}}
{{/has_payment_id8}}
Block: {{blk_height}}
Timestamp [UCT]: {{blk_timestamp}}
Age [y:d:h:m:s]: {{delta_time}}
Fee: {{tx_fee}}
Tx size: {{tx_size}} kB
{{^tx_prove}}
Checking which outputs belong to the given address and viewkey
address: {{xmr_address}}
viewkey: {{viewkey}}
{{/tx_prove}}
{{#tx_prove}}
Prove that you send this tx to the given address
address: {{xmr_address}}
Tx private key: {{viewkey}}
{{/tx_prove}}
Outputs ({{outputs_no}})
output public key
amount
output match?
{{#outputs}}
{{output_idx}}: {{out_pub_key}}
{{amount}}
{{#mine_output}}
{{mine_output}}
{{/mine_output}}
{{^mine_output}}
{{mine_output}}
{{/mine_output}}
{{/outputs}}
Sum XMR from matched outputs (i.e., incoming XMR):
{{#found_our_outputs}}
{{sum_xmr}}
{{/found_our_outputs}}
{{^found_our_outputs}}
0.000000000000
{{/found_our_outputs}}
{{#show_inputs}}
Show decoded inputs
{{/show_inputs}}