Memory Pool Memory Pool Refreshing

72,687 transactions
30.15 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,572 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,642 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,571 (442,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
407,514 407,514 000000000000000001b08cca07d86f47f95c7ecf637c96fdf9aa9cb12d77f749 1.00 MB 2,481 45
407,513 407,513 0000000000000000039f1f7984118b62ebcd62eccdc18b02d700834878af7ce6 0.00 MB 1 0
407,512 407,512 000000000000000000f4f78767e05cf45920fcabcf646880750eeefa2dcd6ce4 0.90 MB 1,669 51
407,511 407,511 0000000000000000036f26c584fd93b18628cacc0ddba46e77152da8c2c1fe7e 1.00 MB 1,484 24
407,510 407,510 0000000000000000034cc8d5a21ab6d746203e02ace2549a4c235f9a6df79904 1.00 MB 2,912 52
407,509 407,509 0000000000000000006dc15de99dda482bf76bf438397f2c71decc361c222616 1.00 MB 2,874 47
407,508 407,508 00000000000000000011e95207b4fd07010e2f821a412aac8e60d079ddf18c1a 0.79 MB 1,338 35
407,507 407,507 00000000000000000500a44f84a714129c85cc257bfb090a066a9f45b250484e 0.09 MB 71 23
407,506 407,506 000000000000000001bf97425753756e3518e7ccd8da7f296263202007e524d9 1.00 MB 1,613 25
407,505 407,505 000000000000000005d53d6ff317402289407901cf01f0fe588b489870fe4b63 0.99 MB 2,719 66
407,504 407,504 00000000000000000062a090f16d36fb94e5e05e251b83ea9552a5b4c796a7a0 1.00 MB 1,987 38
407,503 407,503 0000000000000000030f6782bedd7a2e6a8c1007b2ba338ded66a4dcb5d35376 1.00 MB 806 16
407,502 407,502 000000000000000004aad9c0b28e992e789315f833d4055b09c258270414f5f5 0.99 MB 2,549 50
407,501 407,501 0000000000000000003ebedbd09854c1be1199579002af35a6b76b4366c8d0c0 0.42 MB 657 26
407,500 407,500 0000000000000000055b3d044ece632235dd9d975be4133a6f2e194d3f572f00 1.00 MB 2,286 38
407,499 407,499 000000000000000001c624e3c83383458d6df5a1f5f3c498a5637d6856af8ac7 1.00 MB 2,256 42
407,498 407,498 000000000000000002cf49fc4800f5faa22e791213519b805863714a254dc937 0.36 MB 814 34
407,497 407,497 00000000000000000473d5dfc24fab41ed144a6e7da9d7baca0156607dae0a0c 0.36 MB 456 20
407,496 407,496 000000000000000005440a2e2dc238faa129518199fc5ad40981b848237b836c 1.00 MB 2,090 43
407,495 407,495 00000000000000000168d56fd8625a33edcead7ebc13f29f0059586a001d6ea5 0.39 MB 183 21
407,494 407,494 000000000000000005d22a957e0fc5476c06bb8e408fd115919b8a7056097e4b 0.94 MB 1,895 40
Previous 10 blocks ↓
Total Size: 660.69 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 513.44 GB sent, 2.77 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.