Node Status


Summary


Chain
main
Version
1030000 (/Radiant Node:1.3.0(EB256.0)/)
Protocol Version
70016
Blockchain Size
24.56 GB
(pruned: false)
Block Count
326,346
(headers: 326,346)
Difficulty
157.821 x 106
Status
Synchronized with network
Uptime
7 months, 2 days
Warnings
None

Mempool Info


TX count
22
TX size
10.5 KB
Memory size
30.8 KB
Max memory size
1.3 GB

Network Info


Peers
8
Network Traffic
Total Download: 16.72 GB (avg 898.84 B/s)
Total Upload: 6.34 GB (avg 340.87 B/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 326346,
    "headers": 326346,
    "bestblockhash": "00000000000000036f04a30f471167be9ff1044b31e4c2b91511de56dea6b947",
    "difficulty": 157820870.4900638,
    "mediantime": 1747580099,
    "verificationprogress": 0.04462853972489746,
    "initialblockdownload": false,
    "chainwork": "000000000000000000000000000000000000000000000ca248d394e3dc9cc7d7",
    "size_on_disk": 24564435426,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 16722660212,
    "totalbytessent": 6341769601,
    "timemillis": 1747582568107,
    "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": 22,
    "bytes": 10468,
    "usage": 30784,
    "maxmempool": 1280000000,
    "mempoolminfee": 0.01,
    "minrelaytxfee": 0.01
}