Memory Pool Memory Pool Refreshing

79,763 transactions
36.96 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,820 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,542 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,819 (689,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
160,282 160,282 0000000000000749b0c0eacc7d27ff9f1715207cda4ed9231c1e1db8c6d6c683 0.01 MB 20 192
160,281 160,281 00000000000005b3cc7107312ec17a89b81e989ade87cc1d7c88e550426bf3fa 0.01 MB 33 199
160,280 160,280 00000000000002b561a553463b5e5eca7b7b899f5043ef10e1cc214bc5c9be87 0.01 MB 15 104
160,279 160,279 0000000000000b6dffa96e078458e987f34a183ad73a92342e46aca55b56d57e 0.00 MB 6 0
160,278 160,278 0000000000000b2a6465db70659932caf22bcbe6851520539d887fe99fc53bbe 0.01 MB 37 98
160,277 160,277 000000000000020a14c763b214fef27c713988f878e70cf46ed3c7ed68925401 0.00 MB 12 0
160,276 160,276 0000000000000b518659b59a254e67cad39937ab3f409788b2dc720dad8b41d0 0.02 MB 23 16
160,275 160,275 0000000000000ae8f406138fb7cdea2d80d5f0ba8e0ea6db31b94c1ea831ae7d 0.03 MB 53 23
160,274 160,274 00000000000007b53f874b59c59010c9384d9d2c8afa74785a7b945f9ca04438 0.00 MB 6 755
160,273 160,273 00000000000003cfade6b9e43f9881962092be1dfba05a418f789bf0c300c7bb 0.04 MB 85 80
160,272 160,272 00000000000001ef80e13c119d0ca77af0c7642e870bbf3e7aff46e569c301bd 0.00 MB 15 0
160,271 160,271 00000000000007460d33a8e3db1e50feac307fe4e16e44dc3c0ab63cdea7480c 0.01 MB 29 20
160,270 160,270 00000000000009c8248e30a29996b12fe151fa003e220e383969fe7999e23aa9 0.01 MB 10 193
160,269 160,269 0000000000000627392a605bdf3d2c228642c622bd97f71e395b7c3603e03c10 0.01 MB 13 18
160,268 160,268 0000000000000e4c835421a5ac1e8fb758933a19e6874667292f2b0aa4095a19 0.00 MB 10 413
160,267 160,267 00000000000006f2611c32bd83f6fd943e4ac4f1866e9bd5a926dfe5716db5f5 0.00 MB 9 0
160,266 160,266 0000000000000bbbfd319ad931d8553d6b213f0bde2236d07f7ba11e9b579cf1 0.02 MB 25 32
160,265 160,265 00000000000002130f7a2253bdf878f594da010caf308814be53e5c04bfd6485 0.03 MB 43 60
160,264 160,264 00000000000002f0d7f58d1144f50ed88d931d009c4decde811f14eeb0daf059 0.02 MB 81 36
160,263 160,263 0000000000000da53d2f36e61c5b6f33ef27a6ff320115b6366b05e6388cad1e 0.00 MB 13 0
160,262 160,262 00000000000004a482fddefb530b160b2e45221d971343d813322595259b9d32 0.01 MB 18 46
Previous 10 blocks ↓
Total Size: 661.17 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: 750.69 GB sent, 4.99 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.