Memory Pool Memory Pool Refreshing

68,042 transactions
40.35 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,408 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,893 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,407 (239,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
609,668 609,668 0000000000000000000db4d3f5bc43ee81374b3ef94e9c7cbc6eab433e4c055a 0.60 MB 1,243 13
609,667 609,667 00000000000000000000cfdb2285b2c0e4bb85bfd88e451159241fc875837773 0.46 MB 1,074 16
609,666 609,666 000000000000000000043f6764772ed391a747fd495613f7da06de317d80aeaf 1.29 MB 3,544 16
609,665 609,665 0000000000000000000c1a14dd1d5c9ba9674ff2d794086682db9291d46071b7 0.30 MB 819 21
609,664 609,664 0000000000000000000f6ad458b8fab73712ab756092aa14a4f90abb6a080d8b 0.59 MB 1,373 17
609,663 609,663 000000000000000000117668687c174eaf67b6ffbfa67b2ab872ebf8068709dc 1.14 MB 2,783 6
609,662 609,662 0000000000000000000ff0b0a7d2503407e70a467f7ad467d73ddf6b9ad3ead9 1.21 MB 2,602 17
609,661 609,661 0000000000000000001289f1cf8c7eebe4cb3bfe41da735e42c25119d5a0214e 1.32 MB 2,828 13
609,660 609,660 00000000000000000011242cdbe41bf5734d312bd70ea584b93f63760fceb963 1.27 MB 2,975 17
609,659 609,659 00000000000000000011c8419218748b2dad0adcb54d39051e54553eb6a97515 1.09 MB 1,520 38
609,658 609,658 00000000000000000004bed70ad63682a6cf83874ef15e60047f0151a9ce9a5a 0.04 MB 121 15
609,657 609,657 0000000000000000000148c5dc78ddb40024a72f36fcbfafff65f21815dcff15 0.06 MB 118 49
609,656 609,656 00000000000000000014d0a3c2aa77cf2b143fa6452632dfd8b7bdf3f67d689f 1.18 MB 2,714 15
609,655 609,655 00000000000000000012187e0fc2e1807137bc8560dc556a8deeabaf3e4ac510 0.51 MB 1,089 20
609,654 609,654 00000000000000000003c61a2704e613a787c2096162e77721d40de024e370e7 0.70 MB 1,502 4
609,653 609,653 0000000000000000000e2247453c952b8e038e282a6802032b3161dbe6cb36f4 1.14 MB 2,180 8
609,652 609,652 00000000000000000009bdb6e6e5dac318757db542dbbbac426a7ac0e855016c 1.32 MB 2,966 22
609,651 609,651 000000000000000000059bec6b5ec0dc1eb341e5e91edd4d007a19f626492528 1.20 MB 2,510 28
609,650 609,650 0000000000000000000d9f52eec8c4a59dd2e355092a8512d25c06fc600fde28 0.05 MB 140 20
609,649 609,649 00000000000000000006c1385d8080e7d5fe62b62914ca839e7d7858c1b52826 0.09 MB 195 15
609,648 609,648 00000000000000000010de87755fc954607e02eaf26251305a8cb872becbc4e0 0.16 MB 459 18
Previous 10 blocks ↓
Total Size: 660.38 GB

Node Information

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