{% include 'header.html' %}

Watched Outputs

Watch when your outputs involved in a swap get spent on the blockchain.

{% if refresh %} Refresh {{ refresh }} seconds {% else %} Refresh {% endif %}

Last Scanned

{% for ls in last_scanned %} {% endfor %}
Coin Height
{{ ls[0] }} {{ ls[1] }}
{% for wo in watched_outputs %} {% endfor %}
Bid ID Chain Txid Index Type
{{ wo[0] }} {{ wo[1] }} {{ wo[2] }} {{ wo[3] }} {{ wo[4] }}
{% include 'footer.html' %}