Node Status


Summary


Chain
test4
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB2.0)/)
Protocol Version
70016
Blockchain Size
108.64 MB
(pruned: false)
Block Count
265,855
(headers: 265,855)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
23:35:32
Warnings
None

Mempool Info


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

Network Info


Peers
19
Network Traffic
Total Download: 211.37 MB (avg 2.49 KB/s)
Total Upload: 38.52 MB (avg 453.57 B/s)

getblockchaininfo


{
    "chain": "test4",
    "blocks": 265855,
    "headers": 265855,
    "bestblockhash": "000000006ceb3d69689a0127ee213330b8d93c343a0f95ce62bc04a0afe4f386",
    "difficulty": 1,
    "mediantime": 1756006969,
    "verificationprogress": 0.9999879064253407,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000008b827a5743c9750",
    "size_on_disk": 108642441,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 211367142,
    "totalbytessent": 38522980,
    "timemillis": 1756017233959,
    "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": 14,
    "connections_out": 5,
    "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": 136
        },
        {
            "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
}