Address
13dZZ814YbxSPVf3qwotkXWQnyJetjErMJ


Summary
Script Public Key
76a9141cda6696e7de713f48c7640d2a87856972e3a34d88ac
First Seen
Block #854,207
2024-08-25 11:01:08 utc
Balance
0
Transactions
2
QR Code
13dZZ814YbxSPVf3qwotkXWQnyJetjErMJ
Scripthash
0e88a1bb35aa8d892d38b39b339a0050fe5bf36c636fea44174cd6ae847f242a
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": "13dZZ814YbxSPVf3qwotkXWQnyJetjErMJ",
    "scriptPubKey": "76a9141cda6696e7de713f48c7640d2a87856972e3a34d88ac",
    "ismine": false,
    "iswatchonly": false,
    "isscript": false
}

Electrum.Balance

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

Electrum.History

{
    "result": [
        {
            "tx_hash": "48d1dad9b4eaef20380efe5c7944e3ab579804d5c7dbf0cf4db267750fd8ba07",
            "height": 854208
        },
        {
            "tx_hash": "73050d4dc04842253e513e10a0fe3d6456fff5d16d4d015556c949b19e018ecb",
            "height": 854933
        }
    ],
    "server": "localhost"
}