{% include 'header.html' %} {% from 'style.html' import circular_arrows_svg %} {% from 'macros.html' import breadcrumb %}
{{ breadcrumb([ {'text': 'Home', 'url': '/'}, {'text': 'Watched Outputs', 'url': '/watched'} ]) }}

Watched Outputs

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

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' %}