{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
{% raw %}
Scan Blockchain
Make Payment
Export to CSV
The payed amount is higher than the selected amount!
Change Account:
Fee Rate:
Warning! The fee is too low. The transaction might take a long time to confirm. Warning! The fee is too high. You might be overpaying for this transaction.
Fee:
{{computeFee()}} sats
Refresh Fee Rates
Check Tx
Serial Port Device Connect via Serial Port and sign. Animated QR Code Share and Scan using animated QR codes.
Connect Disconnect
Login Enter password for Hardware Wallet. Logout Clear password for HWW. Sign Sign transaction on Hardware Wallet Restore Restore wallet from existing word list. Show Seed Show seed on the Hardware Wallet display. Wipe Clean-up the wallet. New random seed. Help View available comands.
Confirm
Check transaction data on the Hardware Wallet display
Send Payment
Transaction Details
Version
{{payment.signedTx.version}}
Locktime
{{payment.signedTx.locktime}}
Fee
{{satBtc(payment.signedTx.fee)}}
Outputs
{{satBtc(out.amount)}}
{{out.address}}
Transaction Id
{% endraw %}
{{SITE_TITLE}} Onchain Wallet (watch-only) Extension
{% include "watchonly/_api_docs.html" %}
{% raw %}
Address Details

{{ currentAddress.address }}

Gap limit of 20 addresses exceeded. Other wallets might not detect funds at this address.
Save Note Close
Enter password for Hardware Wallet (8 numbers/letters)
Login Cancel
This action will remove all data from the Hardware Wallet. Please create a back-up for the seed! Enter new password for Hardware Wallet (8 numbers/letters) This action cannot be reversed!
Wipe Cancel
For test purposes only. Do not enter word list with real funds!!!


Enter new word list separated by space
Enter new password (8 numbers/letters)

For test purposes only. Do not enter word list with real funds.
Restore Cancel
{% endraw %}
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}