Node Status


Summary


Chain
main
Version
1030000 (/Radiant Node:1.3.0(EB256.0)/)
Protocol Version
70016
Blockchain Size
10.97 GB
(pruned: false)
Block Count
275,244
(headers: 275,244)
Difficulty
216.208 x 106
Status
Synchronized with network
Uptime
1 month, 7 days
Warnings
None

Mempool Info


TX count
137
TX size
1.2 MB
Memory size
2.3 MB
Max memory size
1.3 GB

Network Info


Peers
8
Network Traffic
Total Download: 3.18 GB (avg 995.85 B/s)
Total Upload: 1.17 GB (avg 366.93 B/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 275244,
    "headers": 275244,
    "bestblockhash": "000000000000000d666936efbb04aa25565be4fb019a19483a98669e3c739c60",
    "difficulty": 216207895.9385245,
    "mediantime": 1732172816,
    "verificationprogress": 0.01926846173999443,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000040c4b1438da490f3314",
    "size_on_disk": 10965192844,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 3182504377,
    "totalbytessent": 1172621450,
    "timemillis": 1732173626608,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 1030000,
    "subversion": "/Radiant Node:1.3.0(EB256.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 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.01,
    "excessutxocharge": 0,
    "localaddresses": [],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 137,
    "bytes": 1224836,
    "usage": 2333328,
    "maxmempool": 1280000000,
    "mempoolminfee": 0.01,
    "minrelaytxfee": 0.01
}