Address
1a3FZhRQzXpNZ6M4H1m31sRXGnZKRYnKk


Summary
Script Public Key
76a914063f9b19c2c3377a3b0f6840116e23aee623b32b88ac
Balance
0
Transactions
0
QR Code
1a3FZhRQzXpNZ6M4H1m31sRXGnZKRYnKk
Scripthash
e11cfca417a6d3b9bee4a8c116cfa679f104c669768f68a0897000ed037834c0
Is Valid?
Is Script?
Is Witness?
Is Mine?
Is Watch-Only?
0 Transactions

Since this explorer is database-free, it doesn't natively support address transaction history. However, you can configure it to communicate with one or more ElectrumX servers to build and display this data. In doing so, you should be aware that you'll be trusting those ElectrumX servers. If you configure multiple servers the results obtained from each will be cross-referenced against the others. Communicating with ElectrumX servers will also impact your privacy since the servers will know what addresses you're interested in. If these tradeoffs are acceptable, you can see a list of public ElectrumX servers here:

https://uasf.saltylemon.org/electrum

Node.ValidateAddress

{
    "isvalid": true,
    "address": "1a3FZhRQzXpNZ6M4H1m31sRXGnZKRYnKk",
    "scriptPubKey": "76a914063f9b19c2c3377a3b0f6840116e23aee623b32b88ac",
    "ismine": false,
    "iswatchonly": false,
    "isscript": false
}

Electrum.Balance

{
    "result": {
        "confirmed": 0,
        "unconfirmed": 0
    },
    "server": "localhost"
}

Electrum.History

{
    "result": [],
    "server": "localhost"
}