Node Status


Summary


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

Mempool Info


TX count
1
TX size
370 B
Memory size
1.1 KB
Max memory size
640 MB

Network Info


Peers
38
Network Traffic
Total Download: 55.31 GB (avg 2.22 KB/s)
Total Upload: 11.88 GB (avg 477.47 B/s)

getblockchaininfo


{
    "chain": "test4",
    "blocks": 271345,
    "headers": 271345,
    "bestblockhash": "00000000434540a21f2a65f48919a21d73cf3814cea3e967ce47e0d302512ca5",
    "difficulty": 1,
    "mediantime": 1760410622,
    "verificationprogress": 0.9999953502029265,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000008b83d1789aeacc2",
    "size_on_disk": 120830281,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 55307420511,
    "totalbytessent": 11882461751,
    "timemillis": 1760412989910,
    "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": 38,
    "connections_in": 32,
    "connections_out": 6,
    "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": 441232
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 1,
    "bytes": 370,
    "usage": 1072,
    "maxmempool": 640000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}