(no javascript - no cookies - no web analytics trackers - no images - open sourced)
{{#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_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}}