{% extends "base" %} {% block content %}

Network Statistics

Version

{% if daemon_info.version %}{{ daemon_info.version }}{% else %}?{% endif %}

Difficulty

{{ daemon_info.difficulty }}

Height

{{ daemon_info.height }}

Network

{{ daemon_info.nettype }}

Transactions

{{ daemon_info.tx_count }}

Mempool Size

{{ daemon_info.tx_pool_size }}

Connections

{{ daemon_info.incoming_connections_count }} in / {{ daemon_info.outgoing_connections_count }} out

Status

{{ daemon_info.status }}



{% for tx in tx_pool %} {% endfor %}

Transaction Pool

Hash Amount Fee
{{ tx.id_hash | truncate(length=8) }} ? {{ tx.fee / 1000000000000 }} XMR
{% endblock content %}