Node Status


Summary


Chain
test4
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB2.0)/)
Protocol Version
70016
Blockchain Size
106.37 MB
(pruned: false)
Block Count
259,907
(headers: 259,907)
Difficulty
100.296 x 100
Status
Synchronized with network
Uptime
2 days
Warnings
None

Mempool Info


TX count
0
TX size
0 B
Memory size
0 B
Max memory size
20 MB

Network Info


Peers
15
Network Traffic
Total Download: 3.07 MB (avg 17.74 B/s)
Total Upload: 40.58 MB (avg 234.57 B/s)

getblockchaininfo


{
    "chain": "test4",
    "blocks": 259907,
    "headers": 259907,
    "bestblockhash": "000000000084d2fe87c2b8f4c9bd4b198962a9e6b7154575a1af75c5f905fb99",
    "difficulty": 100.295680765207,
    "mediantime": 1751263789,
    "verificationprogress": 0.9999982896097571,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000008b2e881de8c5a25",
    "size_on_disk": 106372678,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 3068457,
    "totalbytessent": 40575624,
    "timemillis": 1751266064026,
    "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": 15,
    "connections_in": 7,
    "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": 182
        },
        {
            "address": "iegjwfjzixjyufqcdazfa7lvqgy3hpmz456eck4qgxxikmqdwxk4vcid.onion",
            "port": 28333,
            "score": 4
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 0,
    "bytes": 0,
    "usage": 0,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}