Memory Pool Memory Pool Refreshing

81,220 transactions
29.66 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,535 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,646 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,534 (649,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
199,861 199,861 0000000000000226c5566931d4410360f43fe664df81e237ed9b3b2dd78f1958 0.16 MB 351 128
199,860 199,860 000000000000008d8f53f0fc262f01e3be194314612a11b3a947a24287922822 0.05 MB 129 146
199,859 199,859 0000000000000407afe48f4d99f129c8d4817f6f4574ad0bbbabbcc626b86047 0.12 MB 270 183
199,858 199,858 00000000000001829a56fc44a238a3d56a87322a456e8655b49e2cd3c7d09c4c 0.13 MB 279 166
199,857 199,857 00000000000001ddfad12bfc5379fd89fa8a677b9d81a6012a7f6de524d91c08 0.11 MB 264 650
199,856 199,856 00000000000001b0b5a1b3c9c07671c95d9a4298b5fd74d7bf000be31e6def59 0.10 MB 185 232
199,855 199,855 000000000000035f7de4ade76117c713f8bbfafde6742f55d2199331f61704da 0.01 MB 24 225
199,854 199,854 0000000000000135acffa1d395627f0845d13c92e59a6d430b0830f8f1da22e6 0.10 MB 244 363
199,853 199,853 0000000000000322bd71347c08bc5d53996f2d837a34c62373a37ef9005975b7 0.03 MB 87 43
199,852 199,852 0000000000000542ce4b138273270d16ca8a6dd417b4f6d545188ec18b7e6ee2 0.11 MB 274 100
199,851 199,851 0000000000000540489c4d8e8aae6f70de68d9333656f7a0f9914fd90027cc6f 0.23 MB 451 125
199,850 199,850 00000000000001df32c0f6e7705fd7837edd332589e9be7acec35e927f717af5 0.17 MB 323 95
199,849 199,849 0000000000000336283c397ed7c7bf657fc7a61674949fa19c44f457efb902a7 0.04 MB 81 79
199,848 199,848 00000000000000e92ce42e3ae0e7aca33a3a9a391666cafa78bbcce5decb323c 0.09 MB 195 109
199,847 199,847 00000000000004b4248700b9dec446e56f85f205e6d57d06a4252c513aab56e5 0.25 MB 926 306
199,846 199,846 000000000000022f208978b5a708a3257370e384fb83c317cd154ef73c05dc6e 0.00 MB 3 0
199,845 199,845 00000000000005d371f27bd90a7dc14e010d22fee74500dcfec970aa1903d418 0.03 MB 84 989
199,844 199,844 00000000000000c8f31f2f9b89d349ac7bbf3b1e04cd4aa007a6ded6da2934cf 0.18 MB 619 210
199,843 199,843 00000000000004dda7bcf739114aa36fb6732c191d2eda5f2d020f8d3f466ed1 0.00 MB 5 14
199,842 199,842 0000000000000125c7631ad6eb5b250564f314f95a8063f3ffebcc80f0064bbc 0.05 MB 150 106
199,841 199,841 00000000000001afc091ef5bf6cb82dd2b30f618eb5313195a97fa894232d10b 0.12 MB 353 153
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, 89 incoming
  • Data Transfer: 487.25 GB sent, 2.40 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.