Node Status


Summary


Chain
test4
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB2.0)/)
Protocol Version
70016
Blockchain Size
99.02 MB
(pruned: false)
Block Count
251,845
(headers: 251,845)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
3 months, 10 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
0
TX size
0 B
Memory size
0 B
Max memory size
20 MB

Network Info


Peers
45
Network Traffic
Total Download: 5.17 GB (avg 591.55 B/s)
Total Upload: 5.74 GB (avg 657.16 B/s)

getblockchaininfo


{
    "chain": "test4",
    "blocks": 251845,
    "headers": 251845,
    "bestblockhash": "000000006e83589f291bed03ba7baee15362f39fa34e8ced4f0962a4a79c0fd7",
    "difficulty": 1,
    "mediantime": 1746423828,
    "verificationprogress": 0.9999996750526516,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000008a77334e6e465d6",
    "size_on_disk": 99023517,
    "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": 5165203130,
    "totalbytessent": 5738114746,
    "timemillis": 1746428734460,
    "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": 45,
    "connections_in": 37,
    "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": 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": 113002
        },
        {
            "address": "2600:3c03::f03c:93ff:fe21:3ad9",
            "port": 28333,
            "score": 9282
        }
    ],
    "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": 0,
    "bytes": 0,
    "usage": 0,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}