Memory Pool Memory Pool Refreshing

90,124 transactions
35.16 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,413 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,840 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,412 (525,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
323,478 323,478 00000000000000001007129a76dd8cdf3e9dcdc4498594346ce2f3bb2a38e3d8 0.21 MB 411 32
323,477 323,477 00000000000000001becba5acfa2ed3f50cbadef569367f6f03d07905a69c71f 0.05 MB 65 14
323,476 323,476 00000000000000001a3301a4a89da6d3e080bd1854a6fe857b3bd3b829a50a7e 0.44 MB 802 29
323,475 323,475 0000000000000000101428e1d1ef300cb34bfd40410f682f8a0833d67b0f7951 0.33 MB 585 26
323,474 323,474 0000000000000000107271f4515c1def4d320eba11a81fd030af0fe618b66a26 0.35 MB 812 32
323,473 323,473 00000000000000000710fca0bea905bf9692c1690caf237cbd5fe28b13eb11f4 0.03 MB 32 20
323,472 323,472 0000000000000000065234c3d0fbfdd9ebe5e7722f167c69a4ce6e7661349401 0.33 MB 626 26
323,471 323,471 00000000000000000588ef4d19ba1093969f4150a7ae28d9ff93c72656e4bcd6 0.07 MB 110 23
323,470 323,470 0000000000000000190eb000f31bce34bbdc17b32851bcf1b446e67ae56aa994 0.18 MB 398 27
323,469 323,469 00000000000000001074e50000737e8909c93a9f38d64856b50b7f1dc5af33fb 0.59 MB 846 18
323,468 323,468 0000000000000000164e2c3a26031e4e29a881e3e5c72d973e3e79e4f7224e9c 0.35 MB 1,005 37
323,467 323,467 000000000000000002ffe6d17efed615e42ec71840385620ab2d83645bc318fc 0.17 MB 336 25
323,466 323,466 0000000000000000152ef8a99ee1660c2ed849fb3ba6310d4009ef1ad6a01d40 0.17 MB 374 23
323,465 323,465 000000000000000014783c6f4d0db1b6336b8716ceadce375b4dd337f96f0b1d 0.45 MB 722 26
323,464 323,464 000000000000000012f1c60a945cc0227e93f939babd361812f4beb1f1968258 0.50 MB 938 27
323,463 323,463 0000000000000000037815faf761a134522ae407913a284e1c264a3179ade16e 0.23 MB 385 17
323,462 323,462 0000000000000000197f07142db900d17ee3df0e4a1b919e4759bd97d66e0f02 0.07 MB 105 23
323,461 323,461 00000000000000000a27c0efdc8ac331523a617738ad5a2051ba8f9d440658c2 0.07 MB 109 26
323,460 323,460 00000000000000000486dffaa125bb277a8452302c182d049d8a3416fd367997 0.06 MB 97 34
323,459 323,459 00000000000000000fbd732f9d50f5bf98f3e7bd49ea770e475eafb71867b9c2 0.11 MB 207 27
323,458 323,458 00000000000000000a54f944561a6096a9b10644ae03200ea40f36341f8abcda 0.01 MB 16 31
Previous 10 blocks ↓
Total Size: 660.39 GB

Node Information

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