{% extends "base.html" %} {% block title %}Anchor {{ anchor.merkle_root[:16] }}{% endblock %} {% block content %}
Back to Anchors

Bitcoin Anchor

{% if anchor.confirmed_at %}Confirmed{% else %}Pending{% endif %}

Merkle Root

{{ anchor.merkle_root }}

Activity Count

{{ anchor.activity_count }}

Created

{{ anchor.created_at }}

{% if anchor.bitcoin_txid %}

Bitcoin Transaction

{{ anchor.bitcoin_txid }}
{% endif %} {% if anchor.confirmed_at %}

Confirmed At

{{ anchor.confirmed_at }}

{% endif %} {% if anchor.tree_ipfs_cid %}

Merkle Tree IPFS CID

{{ anchor.tree_ipfs_cid }}
{% endif %} {% if anchor.ots_proof_cid %}

OpenTimestamps Proof CID

{{ anchor.ots_proof_cid }}
{% endif %}
{% endblock %}