Node Status


Summary


Chain
scale
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB256.0)/)
Protocol Version
70016
Blockchain Size
172.17 GB
(pruned: false)
Block Count
86,759
(headers: 86,759)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
1 week, 2 days, 8 hours
Warnings
None

Mempool Info


TX count
0
TX size
0 B
Memory size
0 B
Max memory size
2.6 GB

Network Info


Peers
10
Network Traffic
Total Download: 5.35 MB (avg 6.65 B/s)
Total Upload: 263.25 MB (avg 327.07 B/s)

getblockchaininfo


{
    "chain": "scale",
    "blocks": 86759,
    "headers": 86759,
    "bestblockhash": "00000000f4e7d068f24cbd0ae81eb51090477fe4754ea51fb425e37ee6f20b8f",
    "difficulty": 1,
    "mediantime": 1749751852,
    "verificationprogress": 0.9999999999873634,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000003b5d35ec4690dc3",
    "size_on_disk": 172171296440,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 5354965,
    "totalbytessent": 263246184,
    "timemillis": 1749757437064,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 28000100,
    "subversion": "/Bitcoin Cash Node:28.0.1(EB256.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 10,
    "connections_in": 9,
    "connections_out": 1,
    "networks": [
        {
            "name": "ipv4",
            "limited": false,
            "reachable": true,
            "proxy": "",
            "proxy_randomize_credentials": false
        },
        {
            "name": "ipv6",
            "limited": false,
            "reachable": true,
            "proxy": "",
            "proxy_randomize_credentials": false
        },
        {
            "name": "onion",
            "limited": false,
            "reachable": true,
            "proxy": "127.0.0.1:9050",
            "proxy_randomize_credentials": true
        },
        {
            "name": "",
            "limited": false,
            "reachable": true,
            "proxy": "",
            "proxy_randomize_credentials": false
        },
        {
            "name": "",
            "limited": false,
            "reachable": true,
            "proxy": "",
            "proxy_randomize_credentials": false
        }
    ],
    "relayfee": 0.00001,
    "excessutxocharge": 0,
    "localaddresses": [
        {
            "address": "2001:470:ec1b:dead::11",
            "port": 38333,
            "score": 804
        },
        {
            "address": "ok536axugr5j7vx57nodra5giecnn4hzcxpgr2vo5h3sheivxlanbkyd.onion",
            "port": 38333,
            "score": 4
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 0,
    "bytes": 0,
    "usage": 0,
    "maxmempool": 2560000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}