Memory Pool Memory Pool Refreshing

99,227 transactions
29.94 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,498 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,787 40
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,497 (268,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
581,288 581,288 0000000000000000001e47b53cb32e9a59bc68616a922187722a52e36d85310d 1.10 MB 2,336 21
581,287 581,287 0000000000000000000dc772e21b1dbfa41d7689c761d092c40ebb75e1200a75 1.22 MB 2,659 59
581,286 581,286 0000000000000000001105e21e55d3e3f9373789114e29e0a89a4d4f6e8c555d 1.40 MB 2,930 74
581,285 581,285 00000000000000000006a8903abcd592a9326ca654efc59c07caaf4eacd6646e 1.32 MB 1,679 92
581,284 581,284 000000000000000000191e124dda7c4c9a43d8ccdf2244611b331c813ac120f3 1.25 MB 2,861 126
581,283 581,283 0000000000000000001e39acd7de83fc761660f4f9054f1ccf62c0f12117d4e5 1.13 MB 1,864 36
581,282 581,282 00000000000000000010d6f96229384bafe706dd83ba4dd50e5a808f3732a8ba 1.20 MB 1,846 36
581,281 581,281 00000000000000000002884afe12c5d2dbbc508781bfa0873adb7c752802e2ae 0.00 MB 1 0
581,280 581,280 0000000000000000000c428d4695bd80f2baa8e49526619f5691096799d11086 1.10 MB 2,256 36
581,279 581,279 0000000000000000001df303dcbac9f9a4793a678fe6ed1c90646e3ef6497397 1.16 MB 2,013 35
581,278 581,278 0000000000000000000833e216901a8428e15b396e6ec967d62bcd70f11071d3 1.11 MB 2,292 30
581,277 581,277 0000000000000000000b65be2b1e8a120bb44454f25f477f8410801db9929eeb 1.09 MB 2,043 38
581,276 581,276 0000000000000000001b598e372fb19a418d7b45129a83bb1ea778878793010c 1.21 MB 2,514 64
581,275 581,275 0000000000000000002048d5fc08858f01ab5c143249e0123e7fffa838e9546e 1.21 MB 2,064 46
581,274 581,274 00000000000000000019113ddea405ef0854785e0f53350fe327db3ac8374153 1.41 MB 706 11
581,273 581,273 000000000000000000024955a23fbe931d7dc37db10f332ad9689129b4bcb30d 1.13 MB 2,330 38
581,272 581,272 0000000000000000000cb19832b562037c904370a1a74852d89a9cc2e263fbfc 1.10 MB 1,616 30
581,271 581,271 0000000000000000001ed0009d2579bc344f3959f641f4a5de070c5d5e579fba 1.17 MB 2,141 68
581,270 581,270 0000000000000000001f6402925505545360c28a85c0484badf71ff537a4859e 1.14 MB 1,851 40
581,269 581,269 00000000000000000021170b13342322b7d6e34af7f963fdf5e286c0a583e359 1.20 MB 2,410 71
581,268 581,268 00000000000000000016af073c1bde3f9308fc3b679db3e7c268b851a40796bc 1.23 MB 2,411 83
Previous 10 blocks ↓
Total Size: 660.55 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 81 incoming
  • Data Transfer: 438.11 GB sent, 2.11 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.