Node Status


Summary


Chain
test4
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB2.0)/)
Protocol Version
70016
Blockchain Size
96.35 MB
(pruned: false)
Block Count
246,755
(headers: 246,755)
Difficulty
7.352 x 100
Status
Synchronized with network
Uptime
2 days, 17 hours
Warnings
None

Mempool Info


TX count
7
TX size
2.6 KB
Memory size
9.5 KB
Max memory size
20 MB

Network Info


Peers
19
Network Traffic
Total Download: 122.92 MB (avg 521.49 B/s)
Total Upload: 116.66 MB (avg 494.9 B/s)

getblockchaininfo


{
    "chain": "test4",
    "blocks": 246755,
    "headers": 246755,
    "bestblockhash": "000000002271b2261bad947ca7a5620f86b29fc11d80505af17f00e76350c80e",
    "difficulty": 7.352134192435571,
    "mediantime": 1743384964,
    "verificationprogress": 0.9999968975847872,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000008a33d72f52edefd",
    "size_on_disk": 96349956,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 122924977,
    "totalbytessent": 116657007,
    "timemillis": 1743388705263,
    "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": 1,
    "networkactive": true,
    "connections": 19,
    "connections_in": 11,
    "connections_out": 8,
    "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": 28333,
            "score": 249
        },
        {
            "address": "iegjwfjzixjyufqcdazfa7lvqgy3hpmz456eck4qgxxikmqdwxk4vcid.onion",
            "port": 28333,
            "score": 4
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 7,
    "bytes": 2586,
    "usage": 9520,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}