Memory Pool Memory Pool Refreshing

55,695 transactions
27.42 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,790 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,768 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,789 (601,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,479 268,479 00000000000000068ae6f7151bc1a548d7c5cd9165c9f7f36dd034d0d79970da 0.05 MB 117 51
268,478 268,478 00000000000000058941e3dc56cc55f1e51117529e4fc41af1a0325f6d1038ca 0.18 MB 359 70
268,477 268,477 0000000000000001d70b805e7001b86d3c5b185da19048b3d395f76afe4c87ec 0.17 MB 362 82
268,476 268,476 0000000000000003dbe3ee6ee03a08de7f14e45643770d4ba78ca869e3352a75 0.38 MB 549 4,133
268,475 268,475 0000000000000007a042e0442393c38a0d2f1f43948f575aab45b4cf38d632ae 0.25 MB 584 98
268,474 268,474 0000000000000003d1dacef859ed0581eec4e39402a1aa074693bdb561091638 0.10 MB 201 80
268,473 268,473 0000000000000005c5385805787a10795cf992d97ad251617fbf56745bdbf4ad 0.10 MB 200 54
268,472 268,472 00000000000000013031c0b64685b3406aa36126a51121f7baee2093a30cdc4f 0.04 MB 100 63
268,471 268,471 0000000000000001f007643fbf865153f8028fcdb02f8a9ff824042ef539ceaa 0.13 MB 297 56
268,470 268,470 00000000000000040ba3abbafb8ccaf296e5c9db5ee2ce4896afffc045703860 0.05 MB 145 47
268,469 268,469 0000000000000001f7e0b16a0380ab78ef6543c0e71da697b134cff570fd09f1 0.04 MB 91 67
268,468 268,468 0000000000000002560748abf181996fe2794f8591419c3674a92066369dc525 0.05 MB 106 36
268,467 268,467 00000000000000040f0bfc0a2412024fea10dd03d1653f3ac14e91a5c967c258 0.58 MB 1,015 34
268,466 268,466 0000000000000000fa1987a1d56ac5257f26c801f971b265881a4391fa1506a6 0.25 MB 653 102
268,465 268,465 00000000000000007a33cbb5ef9e5b243c57650ef27be115b0d8c8a0932ad7f5 0.13 MB 282 74
268,464 268,464 00000000000000029515ff1adf150ed45551ef4b39ab0d1e816c4f56b9806ef5 0.18 MB 395 56
268,463 268,463 0000000000000007e262025aa280755bbfd82c9d9a0fc16458c45d8aaeaec93f 0.04 MB 108 24
268,462 268,462 0000000000000006679f8c07c77ce6b9e19de51fcf7ae94a963188aee50b69f1 0.04 MB 93 39
268,461 268,461 00000000000000029cb8af07d967aea741bef455ea030c9bbbe46387891fe96f 0.19 MB 349 53
268,460 268,460 00000000000000005d418d381e89959d7a0de388dfc1cdb05f5cc1dc1bc8ba2e 0.15 MB 194 26
268,459 268,459 00000000000000023f4c68e65becd714be9332bfb6c3a72390e47f604ee09717 0.25 MB 580 129
Previous 10 blocks ↓
Total Size: 699.06 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,107.82 GB sent, 204.39 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.