Memory Pool Memory Pool Refreshing

80,826 transactions
27.97 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,509 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,380 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,508 (91,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
758,273 758,273 00000000000000000003cf812308f45f6e7dda9da4da550bacab91aacfa6a42d 1.00 MB 521 1
758,272 758,272 0000000000000000000400f52ec4f8b1d1240f694cc2367efd77724bd39ef8ef 1.68 MB 2,529 6
758,271 758,271 0000000000000000000655e3cb1d8419bdd987a435c004fa107ec40ccea9f1e7 1.57 MB 2,410 8
758,270 758,270 00000000000000000004e0defa4b5ec6c414932a3c99587d96ac28d960489bdb 1.51 MB 2,958 5
758,269 758,269 00000000000000000002f8ebb1ce9c6ea0eb589006bf6306886df84afd2bbee0 1.40 MB 2,690 7
758,268 758,268 00000000000000000007e415bee7e14a7ef6f5bc8f53c14415f91f25cc58e7da 1.46 MB 3,169 19
758,267 758,267 000000000000000000015ee9fc107d8496f88280766fd9b91dd7c10f0e39629f 1.21 MB 1,499 11
758,266 758,266 00000000000000000000f0d7a29e2899475ec343497b6dece54c47ccd5675201 0.29 MB 573 8
758,265 758,265 00000000000000000006f5ace0c1e4792ff1e80c1a024c23a70871f6a48a693b 0.68 MB 1,307 8
758,264 758,264 000000000000000000067c53727e14a1c7b748140b6a2f867a874bf53842769f 1.38 MB 2,765 8
758,263 758,263 000000000000000000052d9212adef326c2993f4dd359aba55679b7f880e5501 0.83 MB 1,555 8
758,262 758,262 00000000000000000004ea0f03de452b5fbfae5d3d0578f53a0c010bcf46b205 0.28 MB 560 7
758,261 758,261 0000000000000000000376673fcaeee8f88a1bc62928d9853b7bfb6b02ec3611 1.17 MB 1,587 6
758,260 758,260 000000000000000000076f78a53b6539b07bdb66a19e6681088a52a7e9cc290d 0.10 MB 284 9
758,259 758,259 0000000000000000000176c8c709fefb2f866fe3565ddd633b5cf8afc8928e13 0.83 MB 1,642 8
758,258 758,258 00000000000000000007be5ebec59039ea53f3d2c0817e2aea1d40fa91ec2c7b 0.15 MB 296 10
758,257 758,257 0000000000000000000543efee7384d256185975fd2faede1427be16c8e7a5ea 0.76 MB 820 6
758,256 758,256 00000000000000000005519bb14deac09ff52f7c1051c35d403bb1865a109746 0.06 MB 127 9
758,255 758,255 00000000000000000005b8464cc0b679a69b116547d399b2f405463601a30b6b 0.65 MB 696 3
758,254 758,254 000000000000000000029467b40d68cdfeac2c3e54b7216fd7408fb61ef17418 1.83 MB 703 1
758,253 758,253 0000000000000000000287605522ce82a2882c9cc810d180bab3616e5f917baf 1.53 MB 2,880 9
Previous 10 blocks ↓
Total Size: 660.57 GB

Node Information

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