Node Details

Active Warnings

[
    "Your computer's date and time appear to be more than 10 minutes out of sync with the network, this may lead to consensus failure. After you've confirmed your computer's clock, this message should no longer appear when you restart your node. Without a restart, it should stop showing automatically after you've connected to a sufficient number of new outbound peers, which may take some time. You can inspect the `timeoffset` field of the `getpeerinfo` and `getnetworkinfo` RPC methods to get more info."
]

Node Summary

Version
289900 (/Satoshi:28.99.0/)
Protocol Version
70016
Status
Synchronized
Uptime
1 week, 4 days, 23 hours

Blockchain

Chain
main
Block Count
73 937
Difficulty
0.122 x 10
Data Size
108.5 MB
Data Indexes
  • txindex
  • coinstatsindex
  • blockfilterindex

Deployments

bip34
active(0+)
bip66
active(0+)
bip65
active(0+)
csv
active(0+)
segwit
active(0+)
taproot
active(6 048+)

Network

Host
127.0.0.1:8332
Peers
12
Upload
7.1 GB(6.8 KB/s)
Download
11.7 GB(11.3 KB/s)

ipv4
ipv6
onion
i2p
cjdns

Addresses
  • 2a01:e0a:10e:8130:a00:27ff:fe32:a42:9333(score: 1)

getblockchaininfo

{
    "chain": "main",
    "blocks": 73937,
    "headers": 73937,
    "bestblockhash": "000000078fdcfebdf485f99c391d03d6aa8c58120259a3d824869b31e4814d62",
    "difficulty": 0.1220650193895911,
    "time": 1769169902,
    "mediantime": 1769164842,
    "verificationprogress": 1,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000000002f03cac63ce4",
    "size_on_disk": 108494404,
    "pruned": false,
    "warnings": [
        "Your computer's date and time appear to be more than 10 minutes out of sync with the network, this may lead to consensus failure. After you've confirmed your computer's clock, this message should no longer appear when you restart your node. Without a restart, it should stop showing automatically after you've connected to a sufficient number of new outbound peers, which may take some time. You can inspect the `timeoffset` field of the `getpeerinfo` and `getnetworkinfo` RPC methods to get more info."
    ]
}

getnettotals

{
    "totalbytesrecv": 11651663884,
    "totalbytessent": 7072512786,
    "timemillis": 1769168955701,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo

{
    "version": 289900,
    "subversion": "/Satoshi:28.99.0/",
    "protocolversion": 70016,
    "localservices": "0000000000000c09",
    "localservicesnames": [
        "NETWORK",
        "WITNESS",
        "NETWORK_LIMITED",
        "P2P_V2"
    ],
    "localrelay": true,
    "timeoffset": 1111,
    "networkactive": true,
    "connections": 12,
    "connections_in": 0,
    "connections_out": 12,
    "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": "i2p",
            "limited": true,
            "reachable": false,
            "proxy": "",
            "proxy_randomize_credentials": false
        },
        {
            "name": "cjdns",
            "limited": true,
            "reachable": false,
            "proxy": "",
            "proxy_randomize_credentials": false
        }
    ],
    "relayfee": 0.00001,
    "incrementalfee": 0.00001,
    "localaddresses": [
        {
            "address": "2a01:e0a:10e:8130:a00:27ff:fe32:a42",
            "port": 9333,
            "score": 1
        }
    ],
    "warnings": [
        "Your computer's date and time appear to be more than 10 minutes out of sync with the network, this may lead to consensus failure. After you've confirmed your computer's clock, this message should no longer appear when you restart your node. Without a restart, it should stop showing automatically after you've connected to a sufficient number of new outbound peers, which may take some time. You can inspect the `timeoffset` field of the `getpeerinfo` and `getnetworkinfo` RPC methods to get more info."
    ]
}

getindexinfo

{
    "txindex": {
        "synced": true,
        "best_block_height": 73627
    }
}