Node Status


Summary


Chain
test4
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB2.0)/)
Protocol Version
70016
Blockchain Size
123.48 MB
(pruned: false)
Block Count
277,820
(headers: 277,820)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
11 months, 14 days
Warnings
None

Mempool Info


TX count
11
TX size
5.9 KB
Memory size
17.8 KB
Max memory size
640 MB

Network Info


Peers
33
Network Traffic
Total Download: 56.02 GB (avg 1.86 KB/s)
Total Upload: 13.5 GB (avg 447.17 B/s)

getblockchaininfo


{
    "chain": "test4",
    "blocks": 277820,
    "headers": 277820,
    "bestblockhash": "000000002dd695660d9b1bfb9af246a84e5194552305ab250fd7a05c831a6e95",
    "difficulty": 1,
    "mediantime": 1765705823,
    "verificationprogress": 0.9999927194439386,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000008b85662a2f9c60d",
    "size_on_disk": 123483114,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 56017345237,
    "totalbytessent": 13498947288,
    "timemillis": 1765714440020,
    "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(EB2.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 33,
    "connections_in": 29,
    "connections_out": 4,
    "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": true,
            "reachable": false,
            "proxy": "",
            "proxy_randomize_credentials": false
        },
        {
            "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": "199.192.18.235",
            "port": 28333,
            "score": 557420
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 11,
    "bytes": 5870,
    "usage": 17824,
    "maxmempool": 640000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}