Memory Pool Memory Pool Refreshing

65,253 transactions
28.07 vMB
Show Random Selection Loading Transactions
Max Size: 153/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,537 (306,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
543,467 543,467 00000000000000000011d2558c264dc6ba3242ad9cbba8d8ee4009ad0214f1bb 1.11 MB 2,539 34
543,466 543,466 0000000000000000000bf9b8d5a622b6e118106a230553304edad3b4950675b6 1.26 MB 2,755 51
543,465 543,465 0000000000000000000f0de518a4c57ab59733d746fdbc0d1bb7379853a33dbf 1.18 MB 2,256 48
543,464 543,464 0000000000000000001e60f47fd77a19897860e10d65dad20777c3f57172b21d 1.31 MB 3,047 72
543,463 543,463 0000000000000000001698214a98ee757b283c069e34977773320fc15f0e1b4c 1.34 MB 3,066 76
543,462 543,462 00000000000000000013536f03070d54611c1c548a2481fd0f6344c32098aba0 1.19 MB 1,800 59
543,461 543,461 0000000000000000000c3d9de4cf714ce34f257500d7f5326dbc71daf396aa95 1.14 MB 1,635 50
543,460 543,460 000000000000000000192fb45c77bbe32f55b0ced7c1ae0bb102905e11a0d1b1 1.44 MB 2,341 63
543,459 543,459 00000000000000000006c217aeb0a3df84dc17e1398e507683388283affab112 1.48 MB 1,232 68
543,458 543,458 00000000000000000001295de359c95d35ced6f9a9665e15a1c6b7fef69c36ef 1.09 MB 781 63
543,457 543,457 000000000000000000269aac5edb8fc294b7146401cd2b06bc77718477c04057 1.07 MB 1,301 79
543,456 543,456 000000000000000000242aebc41a7c958445e48d1d185e6d8057ea45f5578624 0.00 MB 1 0
543,455 543,455 00000000000000000002c14e04325621dede1fd4db2454d3c552a2634aa9d9ae 0.07 MB 160 11
543,454 543,454 0000000000000000001b91d402cd3b80cc7e72a2ce33745853572b6dd3b47ea0 0.45 MB 904 17
543,453 543,453 000000000000000000124ca1b802fee50ecb0cd79f7368db7dd89914182383ed 0.21 MB 481 14
543,452 543,452 0000000000000000000f722bbd7a7a517a24572557d55a25aaed347cd3982991 0.81 MB 1,469 15
543,451 543,451 000000000000000000063ba6c6da904ad30f478de2008cb04d53c99a8af4642d 0.66 MB 689 7
543,450 543,450 00000000000000000026d22b92b7e491d1003d9c907a228b942f6eec2decfa41 1.22 MB 2,330 19
543,449 543,449 000000000000000000104b434a6764e208f4005ef05fe1d091139e442155fb30 1.23 MB 2,182 9
543,448 543,448 0000000000000000001a66260cbe9af719f094ba3eab5f3fdbaac942f3ad2201 1.20 MB 2,587 16
543,447 543,447 0000000000000000000f05d6bc37d6457c6605dc2dff05e168d6cb09444eb131 1.17 MB 2,380 15
Previous 10 blocks ↓
Total Size: 660.62 GB

Node Information

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