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

Network Statistics

Version

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

Difficulty

{{ difficulty }}

Height

{{ height }}

Network

{{ nettype }}

Transactions

{{ tx_count }}

Mempool Size

{{ tx_pool_size }}

Connections

{{ incoming_connections_count }} in / {{ outgoing_connections_count }} out

Status

{{ status }}



Mempool Transactions

soon

{% endblock content %}