Node Status


Summary


Chain
test
Version
27000000 (/Bitcoin Cash Node:27.0.0(EB32.0)/)
Protocol Version
70016
Blockchain Size
45.43 GB
(pruned: false)
Block Count
1,629,914
(headers: 1,629,914)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
2 weeks, 1 day, 23 hours
Warnings
None

Mempool Info


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

Network Info


Peers
95
Network Traffic
Total Download: 761.24 MB (avg 551.46 B/s)
Total Upload: 36.55 GB (avg 26.47 KB/s)

getblockchaininfo


{
    "chain": "test",
    "blocks": 1629914,
    "headers": 1629914,
    "bestblockhash": "00000000c9425860b4ab8d8c149ca524cac837ea5ab66748e3ae3da643a46b9b",
    "difficulty": 1,
    "mediantime": 1730493364,
    "verificationprogress": 0.9999999790033453,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000010d761e48a5c0be4435",
    "size_on_disk": 45432758711,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 761235730,
    "totalbytessent": 36545083994,
    "timemillis": 1730502299135,
    "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(EB32.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 95,
    "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.27.81",
            "port": 18333,
            "score": 46807
        }
    ],
    "warnings": ""
}

getmempoolinfo


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