{% if specter.info["initialblockdownload"] %}

⚠️
Blockchain is still syncing...
Data may be shown incorrectly.

{% endif %}
Bitcoin Core
{{specter.chain}}: {% if specter.info["blocks"] %} {{ specter.info.blocks }} blocks {% else %} {{ specter.info.chain }} {% endif %}
{% if specter.devices %}
Wallets
{% for wallet in specter.wallets %} {% if wallet_alias == wallet.alias %} {% else %} {% endif %} {% if wallet.is_multisig %} {% else %} {% endif %} {% if wallet.is_multisig %} {% endif %}
{{wallet.name}} {% if specter.chain %} {% if wallet.fullbalance is not none %} {{ wallet.fullbalance | btcamount}} {%endif%} {%endif%}
{{ wallet.description }}
{% endfor %}
Add new wallet
{% endif %}
Devices
{% for device in specter.devices %} {% if device.type == "specter" or device.type == "coldcard" %} {% else %} {% endif %}
{{device.name}}
{{ device["keys"] | length}} keys
{% endfor %}
Add new device
Brought to you by
{% if specter.config.auth!="none" and current_user.is_authenticated %}
Logout
{% endif %}