Node Status


Summary


Chain
test4
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB2.0)/)
Protocol Version
70016
Blockchain Size
101.13 MB
(pruned: false)
Block Count
258,361
(headers: 258,361)
Difficulty
118.591 x 100
Status
Synchronized with network
Uptime
4 months, 24 days
Warnings
This is a pre-release test build - use at your own risk - do not use for mining or merchant applications

Mempool Info


TX count
3
TX size
1.1 KB
Memory size
3.6 KB
Max memory size
20 MB

Network Info


Peers
46
Network Traffic
Total Download: 8.72 GB (avg 689.61 B/s)
Total Upload: 7.41 GB (avg 586.32 B/s)

getblockchaininfo


{
    "chain": "test4",
    "blocks": 258361,
    "headers": 258361,
    "bestblockhash": "00000000009c91b7ad244f7a16974cfdad34f1ea9807e9a6162703781f4085c7",
    "difficulty": 118.5910694215694,
    "mediantime": 1750335227,
    "verificationprogress": 0.9999980602242539,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000008b0a883464554e0",
    "size_on_disk": 101128541,
    "pruned": false,
    "warnings": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
}

getnettotals


{
    "totalbytesrecv": 8717289805,
    "totalbytessent": 7411502023,
    "timemillis": 1750337915816,
    "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": 46,
    "connections_in": 39,
    "connections_out": 7,
    "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": "66.175.208.143",
            "port": 28333,
            "score": 185466
        },
        {
            "address": "2600:3c03::f03c:93ff:fe21:3ad9",
            "port": 28333,
            "score": 13402
        }
    ],
    "warnings": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
}

getmempoolinfo


{
    "loaded": true,
    "size": 3,
    "bytes": 1116,
    "usage": 3600,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}