Memory Pool Memory Pool Refreshing

77,024 transactions
31.96 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,723 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,044 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,722 (194,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
655,560 655,560 000000000000000000053bba4507b8e76d4da23cfdb4796631adb440fdc31c07 1.41 MB 2,753 315
655,559 655,559 00000000000000000009fe81c9114dca9e841d4f6a4bf1b0efa0bad1b21c8d5d 1.26 MB 2,458 351
655,558 655,558 00000000000000000004a2ead3474e9b7dc8e4d6006af902a7f97b9dc66b4ed3 1.27 MB 2,790 355
655,557 655,557 000000000000000000022588f5b2f40168be65fcbb8f07ab39a58f07d75daf2e 1.25 MB 2,449 386
655,556 655,556 0000000000000000000b86c6c6c0debe758c9f41db4581f2fff8bf4f42a97806 1.19 MB 2,453 118
655,555 655,555 0000000000000000000686a2abc499a62b9236536e55170820273f56182270fc 1.27 MB 2,995 240
655,554 655,554 00000000000000000007da9855029ec4f1c760beb7f17fd84ab299064298134d 1.26 MB 2,634 165
655,553 655,553 00000000000000000010c038bff0e6a288a9fc0a4b70b941a124701154ba70f5 1.37 MB 2,913 322
655,552 655,552 00000000000000000008e80674ba5e61eadf3796abc94d4fad04f926103c4a22 1.18 MB 1,438 318
655,551 655,551 000000000000000000091ab1a8b286c1255bfc68eedc2f2e3f79d1c6fc4bf17f 1.38 MB 2,901 306
655,550 655,550 0000000000000000000293a884e012ee699edf7ce69b242fc882f6324fd91807 1.24 MB 2,628 262
655,549 655,549 0000000000000000000711fd0d69bef9c86b608bf7de4e6be7de85724d6681c0 1.39 MB 2,726 240
655,548 655,548 00000000000000000002e90d64af78c419dd677de35a6fc8955f80822349b34c 1.34 MB 2,834 297
655,547 655,547 0000000000000000000630ddc53ca3a8bd38b546a22627dd3ef4bcf1966df345 1.28 MB 2,832 145
655,546 655,546 0000000000000000000240f8088977baa3c9bf9ef7b593ab3e92d8ea76f4c204 1.27 MB 2,740 139
655,545 655,545 00000000000000000000aa892ecf712662e82e2f3d8ab92690a93b120cc4c84f 1.31 MB 2,948 243
655,544 655,544 00000000000000000006e4ba85c989a56e5bfb8cf7475b6b82bf09934fe80e70 1.22 MB 2,588 86
655,543 655,543 0000000000000000000f31bba6b2216b9caa9431d96b12466322cd8845b99550 1.35 MB 2,429 131
655,542 655,542 0000000000000000000c61f139c9ed078ed821a440acd2da09df80b135e3677c 1.24 MB 2,398 322
655,541 655,541 00000000000000000008a4d20b3c56a068480de3d6b687ad23eee56a96c12433 1.40 MB 2,024 145
655,540 655,540 00000000000000000000b9a1baffb00851310612d0ea53b6643c915ab46084ce 1.15 MB 1,289 294
Previous 10 blocks ↓
Total Size: 660.99 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: 679.09 GB sent, 3.99 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.