Node Status


Summary


Chain
test4
Version
27000000 (/Bitcoin Cash Node:27.0.0(EB2.0)/)
Protocol Version
70016
Blockchain Size
72.17 MB
(pruned: false)
Block Count
211,239
(headers: 211,239)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
7 months, 14 days
Warnings
None

Mempool Info


TX count
2
TX size
1.5 KB
Memory size
4.1 KB
Max memory size
640 MB

Network Info


Peers
23
Network Traffic
Total Download: 89.46 GB (avg 4.57 KB/s)
Total Upload: 12.81 GB (avg 653.83 B/s)

getblockchaininfo


{
    "chain": "test4",
    "blocks": 211239,
    "headers": 211239,
    "bestblockhash": "00000000242478e3c85ecc6bc280f531e7db7843ccfe132e17b2ee229f721fb0",
    "difficulty": 1,
    "mediantime": 1722064480,
    "verificationprogress": 0.9999932843735327,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000007141d9c80e480fe",
    "size_on_disk": 72171548,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 89462466861,
    "totalbytessent": 12810237301,
    "timemillis": 1722070715617,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 27000000,
    "subversion": "/Bitcoin Cash Node:27.0.0(EB2.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 23,
    "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": 59493
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 2,
    "bytes": 1510,
    "usage": 4112,
    "maxmempool": 640000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}