{% include 'includes/head.html' %} {% include 'includes/logo_header.html' %}
{% include 'includes/message_display.html' %}
Bitcoin Status

Status
{% if is_testnet_enabled %} {% endif %}
Blocks {{block_num}}
Headers {{header_num}}
Difficulty {{difficulty}}
Network Testnet
Version {{version}}
Info
Mempool TX {{mempool_tx}}
Mempool Size {{mempool_size}}
Disk Usage {{disk_usage}} GB
RPC Username mynode
RPC Password show
Bitcoin
Config view / edit
Terminal open
Whitepaper download
Peer Bloom Filters (BIP 37)
Peer Block Filters (BIP 157)
Block Filters (BIP 158)
Local Bitcoin Address / Port
{% for addr in addresses %}

{{addr}}

{% endfor %}
{% if wallets is not none %}
Wallets
{% for wallet in wallets %} {% endfor %}
Wallet Balance Actions
{{ wallet.walletname }} {{ "%.8f"|format(wallet.balance) }} {% if wallet.unconfirmed_balance > 0 %}
{{ "%.8f"|format(wallet.unconfirmed_balance) }} pending {% endif %}
{% if wallet.can_delete %} {% endif %}

*These wallets are not your main lightning wallet. These have been created manually or via other applications.
**Wallet files may contain private keys and sensitive data. Be very cautious when downloading copies.

{% endif %}
Recent Blocks
{% for block in blocks %} {% endfor %}
Height Age Transactions Size (kB)
{{ block.height }} {{ block.age }} {{ block.nTx }} {{ block.size }}

Peers
{% for peer in peers %} {% endfor %}
ID IP Version TX (MB) RX (MB) Ping (ms)
{{ peer.id }} {{ peer.addr }} {{ peer.subver }} {{ peer.tx }} {{ peer.rx }} {{ peer.pingtime }}
{% include 'includes/footer.html' %}