Memory Pool Memory Pool Refreshing

77,832 transactions
32.20 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,722 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,766 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,721 (281,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
568,356 568,356 0000000000000000002bab815f0a2f7ab4e137287d9e18a5193b8268ed108d84 0.10 MB 246 14
568,355 568,355 00000000000000000023fa7076fbcac3c2261b8591ea5f12344c7b64d3e0c1bb 0.15 MB 396 18
568,354 568,354 00000000000000000013a301f5074426ca0666c96980dc1a472242b4844d5b5b 0.40 MB 809 17
568,353 568,353 0000000000000000000d1b33001a6021ac7c1d1ed2b30e2fc2d9a8f534701875 1.13 MB 1,893 15
568,352 568,352 00000000000000000014e3ca67591e4de16de4c81f5e57dc6252c899d90f214d 0.28 MB 467 17
568,351 568,351 000000000000000000041904d59ac59e1d67d630c09ff297dfd9631d8e7c9493 0.71 MB 1,239 17
568,350 568,350 00000000000000000021e57bd49cfa6b257801b053f27b24105f3a1f63fa20f4 0.51 MB 977 13
568,349 568,349 00000000000000000024d05e8eeec4ceba5a8aa03be68e4a277083c04687d871 1.36 MB 2,765 18
568,348 568,348 0000000000000000001c4625e104161c36fcbbc8de2b68d33d594a54e5961464 0.11 MB 258 4
568,347 568,347 00000000000000000000e3af1104b749f9523d0caaec6718e96f72af95c2de5e 1.26 MB 2,523 18
568,346 568,346 000000000000000000110a561357f2b6297073a02d4a28f63a28291af46eb327 1.32 MB 1,639 4
568,345 568,345 00000000000000000000c6e160c5e95d4a1fad029119a3fd101108845f0f14b4 1.25 MB 2,250 20
568,344 568,344 0000000000000000001166660422671440aa3854987fb532d30304ef63ef199f 1.29 MB 2,897 17
568,343 568,343 000000000000000000296ea4044f07de5164e8361edab15131cfe2f6530ff317 1.20 MB 3,002 14
568,342 568,342 0000000000000000001fc59b5a0c24e0dd96cc338a8a30b748287b215c243128 1.31 MB 2,564 8
568,341 568,341 00000000000000000019831fdeea6a20ac1ae450f369b77367b315a1ca81cb42 1.41 MB 3,160 23
568,340 568,340 0000000000000000001cc68c258f0b9ccd03ce85a03071a7522bb07ea41dbec2 1.38 MB 3,576 24
568,339 568,339 000000000000000000145265d39c161dfd14e121fdf51968ec84c62d4a779c05 1.17 MB 1,828 27
568,338 568,338 00000000000000000003cd1d968ee16b3718bd64688529d8c2463ab84a7b3bd2 1.19 MB 2,476 10
568,337 568,337 00000000000000000007eda1d28a26a7a0b9244c340c281c0cce89583309f418 1.29 MB 2,703 20
568,336 568,336 0000000000000000001ae82c47ea4bb5f766f698e446f3b96ce99762a3d01efe 1.19 MB 1,784 18
Previous 10 blocks ↓
Total Size: 660.98 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: 677.27 GB sent, 3.98 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.