{{#refresh}}
{{/refresh}}
Onion Monero Blockchain Explorer
Onion Monero Transaction Pusher
(no javascript - no cookies - no web analytics trackers - no images - open sourced)
{{#unsigned_tx_given}}
Details of unsigned raw tx data given
{{#txs}}
Destination information
{{#dest_infos}} Send {{dest_amount}} to {{dest_address}}
{{/dest_infos}}
Outputs selected for this tx (total: {{sum_outputs_amounts}})
{{#dest_sources}}
Output Index
Stealth address
Is this real output
Age {{age_format}}
Amount
{{#outputs}}
{{out_index}}
{{out_pub_key}}
{{#is_real}}
{{is_real}}
{{/is_real}} {{^is_real}}
{{is_real}}
{{/is_real}}
{{output_age}}
{{output_amount}}
{{/outputs}}
{{/dest_sources}}
Change to be returned to the sender
Amount: {{change_amount}}
{{/txs}} {{/unsigned_tx_given}} {{^unsigned_tx_given}}
Details of signed raw tx data given
{{#txs}} {{>tx_details}} {{/txs}} {{/unsigned_tx_given}}