Address
1CuapcvfWFVAgFSn9MQHewkpnerFGomk3f


Summary
Script Public Key
76a914829b3efa1a9dc4468f95a804ec837f522e4a807a88ac
First Seen
Block #854,040
2024-08-24 06:08:11 utc
Balance
0
Transactions
2
QR Code
1CuapcvfWFVAgFSn9MQHewkpnerFGomk3f
Scripthash
07375f94aaa2e1cc2d9054964097c19ea2280bf8f9a3741bc2689d5489d2134a
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": "1CuapcvfWFVAgFSn9MQHewkpnerFGomk3f",
    "scriptPubKey": "76a914829b3efa1a9dc4468f95a804ec837f522e4a807a88ac",
    "ismine": false,
    "iswatchonly": false,
    "isscript": false
}

Electrum.Balance

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

Electrum.History

{
    "result": [
        {
            "tx_hash": "6f94433919c4f81d1874c74af417234cdd361d2cdf4a87c7772b0d396c21e72a",
            "height": 854041
        },
        {
            "tx_hash": "b0c624912f2e0c8f131214eb65da3e9774af1ef823f759847651a1e9e6a2e362",
            "height": 855222
        }
    ],
    "server": "localhost"
}