{{#refresh}} {{/refresh}} Onion Monero Blockchain Explorer

Onion Monero Transaction Pusher

(no javascript - no cookies - no web analytics trackers - no images - open sourced)

Data file prefix: {{data_prefix}}

{{#unsigned_tx_given}}

Details of unsigned raw tx data given

{{#txs}}

Basic information

{{#dest_infos}} Send {{dest_amount}} to {{dest_address}}
{{/dest_infos}} {{#has_payment_id}} Payment id: {{payment_id}}
{{/has_payment_id}} {{#has_payment_id8}} Payment id (encrypted): {{payment_id8}}
{{/has_payment_id8}}

Inputs' mixins time scale (from {{min_mix_time}} till {{max_mix_time}}; resolution: {{timescales_scale}} days{{#have_raw_tx}}; R - real mixin {{/have_raw_tx}})

    {{#timescales}}
  • |{{timescale}}|
  • {{/timescales}}

Outputs selected for this tx (total: {{sum_outputs_amounts}})

{{#dest_sources}} {{#outputs}} {{#is_real}} {{/is_real}} {{^is_real}} {{/is_real}} {{/outputs}}
Output Index Stealth address Is this real output Age {{age_format}} Amount
{{out_index}} {{out_pub_key}}{{is_real}}{{is_real}}{{output_age}} {{output_amount}}
{{/dest_sources}}

Change to be returned to the sender: {{change_amount}}

{{/txs}} {{/unsigned_tx_given}} {{^unsigned_tx_given}}

Details of signed raw tx data given

{{#txs}}
{{#dest_infos}} {{^is_this_change}} Send {{dest_amount}} to {{dest_address}}
{{/is_this_change}} {{#is_this_change}} Total change {{dest_amount}} back to {{dest_address}}
{{/is_this_change}} {{/dest_infos}}
{{>tx_details}} {{/txs}} {{/unsigned_tx_given}}