Node Status


Summary


Chain
main
Version
1030000 (/Radiant Node:1.3.0(EB256.0)/)
Protocol Version
70016
Blockchain Size
26.92 GB
(pruned: false)
Block Count
383,971
(headers: 383,971)
Difficulty
90.383 x 106
Status
Synchronized with network
Uptime
4 months, 6 days
Warnings
None

Mempool Info


TX count
37
TX size
20.8 KB
Memory size
56 KB
Max memory size
1.3 GB

Network Info


Peers
8
Network Traffic
Total Download: 2.01 GB (avg 182.29 B/s)
Total Upload: 929.59 MB (avg 84.25 B/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 383971,
    "headers": 383971,
    "bestblockhash": "0000000000000029221f418a84b2d8796f40dd3827838ad4a073af6ddd6bfde9",
    "difficulty": 90383446.11087848,
    "mediantime": 1765007260,
    "verificationprogress": 0.04867129125965574,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000134f407e7cb2dc870c9e",
    "size_on_disk": 26918488354,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 2011329706,
    "totalbytessent": 929589343,
    "timemillis": 1765009592135,
    "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": 37,
    "bytes": 20758,
    "usage": 56000,
    "maxmempool": 1280000000,
    "mempoolminfee": 0.01,
    "minrelaytxfee": 0.01
}