Node Status


Summary


Chain
main
Version
2010200 (/Radiant Core:2.1.2(EB256.0)/)
Protocol Version
70016
Blockchain Size
29.28 GB
(pruned: false)
Block Count
436,837
(headers: 436,837)
Difficulty
30.456 x 106
Status
Synchronized with network
Uptime
6 days, 20 hours
Warnings
None

Mempool Info


TX count
60
TX size
25.3 KB
Memory size
77.8 KB
Max memory size
1.3 GB

Network Info


Peers
8
Network Traffic
Total Download: 60.12 MB (avg 101.89 B/s)
Total Upload: 40.37 MB (avg 68.42 B/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 436837,
    "headers": 436837,
    "bestblockhash": "000000000000003e5040ed192c3fb6fba2a01ef3fbedaa6978618337355da245",
    "difficulty": 30456077.40949004,
    "mediantime": 1781139767,
    "verificationprogress": 1,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000015594b99d96afae2c54d",
    "size_on_disk": 29284810584,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 60123988,
    "totalbytessent": 40372331,
    "timemillis": 1781140662886,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 2010200,
    "subversion": "/Radiant Core:2.1.2(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.1,
    "excessutxocharge": 0,
    "localaddresses": [],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 60,
    "bytes": 25262,
    "usage": 77840,
    "maxmempool": 1280000000,
    "mempoolminfee": 0.01,
    "minrelaytxfee": 0.01,
    "effective_minrelaytxfee": 0.1
}