{% extends "base.html" %} {% block content %} {% if alert_err %}
{{ alert_err }}
{% endif %}
{% if addr == BURN_ADDRESS %}
🔥 This is the burn address: a fixed word sequence (see crypto.burn_address()), not derived from any key the way a real address is, so there's no key to hold in the first place. Every node also enforces this directly: consensus rejects any transaction claiming to spend from it, outright, regardless of what it claims to prove. Anything sent here, including every board post's fee, is gone for good.
{% endif %} {% if holder_count %}
Wealth distribution ({{ holder_count }} holder{{ 's' if holder_count != 1 }})
{% for label, count in histogram %} {{ label }}
{{ count }}
{% endfor %}
balance buckets in whole LAPSE, log-scaled
{% endif %} {% if history is not none %}
Balance
{{ fmt_balance(balance) }}
Txs sent
{{ tx_count }}
Transactions
{{ history | length }}
History
{% if history %} {% for height, h, direction, payload, kind in history %} {% if kind == "block" %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %}
HeightHashDirectionAmount
{{ height }}{{ h[:20] }}…{{ h[:20] }}…{{ direction }} {{ payload if kind == "block" else (payload.outputs | sum(attribute='amount')) }}
No transactions
{% if total_pages > 1 %} {% endif %} {% endif %} {% endblock %}