pull down to refresh

Do I run a node? Lets see...
$ bitcoin-cli gettxoutsetinfo none
{
  "height": 747925,
  "bestblock": "0000000000000000000263a8a4e5ee368ca4d8777bc775fe28005e2bb7d76233",
  "txouts": 83489695,
  "bogosize": 6229424951,
  "total_amount": 19111823.42733338,
  "transactions": 49711852,
  "disk_size": 5105982981
}
$ lncli getinfo
{
    "version": "0.14.2-beta commit=v0.14.2-beta",
    "commit_hash": "1e511be523eb8e97c4e2d9c89a7a263963a3929f",
    "identity_pubkey": "[REDACTED]",
    "alias": "[REDACTED]",
    "color": [REDACTED]",
    "num_pending_channels": 0,
    "num_active_channels": [REDACTED],
    "num_inactive_channels": 0,
    "num_peers": [REDACTED],
    "block_height": 747925,
    "block_hash": "0000000000000000000263a8a4e5ee368ca4d8777bc775fe28005e2bb7d76233",
    "best_header_timestamp": "1659610444",
    "synced_to_chain": true,
    "synced_to_graph": true,
    "testnet": false,
    "chains": [
        {
            "chain": "bitcoin",
            "network": "mainnet"
        }
    ],