Memory Pool Memory Pool Refreshing

71,034 transactions
36.13 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,751 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,443 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,750 (555,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
294,507 294,507 0000000000000000127e1a1e68483ba8fe4bfefd060584c9b2ae5c0b8291837a 0.35 MB 638 29
294,506 294,506 00000000000000005e238762ccb7217f1226314b036f5aed27af3f458cf0781f 0.06 MB 128 47
294,505 294,505 00000000000000000a8a9330e4d51cd689ee7256806c4d5d99515fd0d7e297c5 0.21 MB 380 34
294,504 294,504 00000000000000002db17f431053e4c8e731268e8152decd49167d7d98409020 0.29 MB 518 34
294,503 294,503 0000000000000000038b852f3dfe73836dd8ac8dddda375f57fbd65c2e10b6f9 0.30 MB 443 26
294,502 294,502 00000000000000003a882eac42746b6d60be208f24f536ae9810a9973734d998 0.09 MB 64 18
294,501 294,501 00000000000000008b00c6aef067d78f7caf65a93143ebaabb14b0a939a8ab4b 0.07 MB 93 16
294,500 294,500 00000000000000003dbf9c6765f0afbbbfef153e01e5633605ed0c6adc8c637d 0.21 MB 274 27
294,499 294,499 00000000000000002d5791f83f7d487159a2ef054b3886517d804014c2e7480d 0.20 MB 256 29
294,498 294,498 00000000000000008d5c702a43430d9d9655335e854a9258b617bc36d20a4525 0.27 MB 218 14
294,497 294,497 00000000000000006610133b5c228dab0e0603e6d39522c836a274ca3f1127bd 0.35 MB 849 40
294,496 294,496 00000000000000006827ef4101d3d7ec3df2d4b860a88703520692ab877000d8 0.10 MB 256 49
294,495 294,495 000000000000000060abdb9dc73718955755c1b16f27f50c0f2cb331b25a17a0 0.01 MB 28 35
294,494 294,494 0000000000000000099ce5a3cd652004d47d9a59ddc8de7fedf7dfeb5254561e 0.10 MB 142 24
294,493 294,493 00000000000000007c0aee161a45f6f068a0456a71e86a5fcf216db8a1fbea64 0.13 MB 211 30
294,492 294,492 0000000000000000042d18468918c1491c27f7775a9ca76917cc81db35381337 0.11 MB 208 32
294,491 294,491 0000000000000000008484e4b3329cb8db881c6f2c06f1704fe500b0e956703a 0.21 MB 399 35
294,490 294,490 00000000000000001661b0aac50941a7e8f8e5f480c66e8c54a3049add0e0db0 0.14 MB 265 33
294,489 294,489 0000000000000000799fbe7e8e07209d2b0f3ff9579070abc23c73f1b419b795 0.13 MB 203 33
294,488 294,488 0000000000000000184262b54d26a0d680d8fde03a548d43323f753e9a37500d 0.03 MB 62 40
294,487 294,487 00000000000000001b130d17c8a65eb3826735036bda7eff87fa995a3850a55d 0.27 MB 279 20
Previous 10 blocks ↓
Total Size: 661.04 GB

Node Information

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