Address
1PzzEHHE7GNyweCpCRoynEH7HR6dEfVGar


Summary
Script Public Key
76a914fc4a3fd94e5bbd597c8adc7b825e4b8ba6b49b7888ac
First Seen
Block #854,215
2024-08-25 11:57:31 utc
Balance
0
Transactions
2
QR Code
1PzzEHHE7GNyweCpCRoynEH7HR6dEfVGar
Scripthash
fb659ddbb99e9a8691efff0e5addda99663b95b5dc03ca2d068a6048006ffcd5
Is Valid?
Is Script?
Is Witness?
Is Mine?
Is Watch-Only?

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": "1PzzEHHE7GNyweCpCRoynEH7HR6dEfVGar",
    "scriptPubKey": "76a914fc4a3fd94e5bbd597c8adc7b825e4b8ba6b49b7888ac",
    "ismine": false,
    "iswatchonly": false,
    "isscript": false
}

Electrum.Balance

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

Electrum.History

{
    "result": [
        {
            "tx_hash": "5505f9f0c73514eb2bf51abbdcbbc0de03c3df69e703435779ba135774e7b408",
            "height": 854216
        },
        {
            "tx_hash": "a9ea75f244a141b9f1fe935c9e3e1b9e5e60e53895db6c91c7fb1c379cc92c49",
            "height": 854941
        }
    ],
    "server": "localhost"
}