Memory Pool Memory Pool Refreshing

78,988 transactions
27.73 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,516 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,138 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,515 (383,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,690 465,690 0000000000000000002ba52652b0ebea1e2308568b14eaa8cb1d1c988192d038 0.99 MB 2,364 169
465,689 465,689 00000000000000000162959a3d4318effb23cdd13e05fc3eb26f0f39375f0e98 1.00 MB 2,545 190
465,688 465,688 000000000000000000ef071872dc4cf17f95bc2c43e7d5f9a3cb90931afc5675 1.00 MB 1,294 178
465,687 465,687 000000000000000001cce21633d8bf3330fbf92e3e4c54a1d401d150f139f5b0 1.00 MB 1,552 176
465,686 465,686 000000000000000001633790f6617702f64b0add57c21c64cdbd884af4f2cce2 1.00 MB 2,038 197
465,685 465,685 0000000000000000008b4cc9ea78f4e32ce9811e6c459e197465c38ed814f8b9 1.00 MB 1,679 215
465,684 465,684 000000000000000000f3b55eb23750cc7de6ff162152544826077836a8baa456 1.00 MB 1,948 193
465,683 465,683 000000000000000000034387543f6622ac7b08189e0a47fce661a213e039a4a4 1.00 MB 2,271 198
465,682 465,682 000000000000000000a50c0f78899ff5720f4bf90f389bc09eaf972fe395660e 1.00 MB 2,659 247
465,681 465,681 00000000000000000010816603c48bfd273c04055a40c8b48e95c0d00e3fc933 1.00 MB 2,410 270
465,680 465,680 000000000000000001ecf4a9d1db7a6f794adfc6004b3127f87a47ee6fdab980 1.00 MB 2,639 252
465,679 465,679 0000000000000000014206cba15c5fe0ff5a618e87e42bf715671b7c62953bed 1.00 MB 1,865 190
465,678 465,678 000000000000000001f2bf8b77f12d970e3f5fc698a86006bd3d1b9326a82f8e 1.00 MB 2,627 232
465,677 465,677 0000000000000000002acb4c87e28c279b5c617f88ae326e520160ec61dd1336 0.93 MB 2,294 312
465,676 465,676 0000000000000000013f111d54db7622b9d23032fdc10be717ea099ed8d03413 1.00 MB 2,820 273
465,675 465,675 000000000000000001cb38f5fd39d3b398fe4195413653fddc234c05e2ada1ca 1.00 MB 2,131 201
465,674 465,674 0000000000000000019047f28ea39197b328217843b361052dc09b58d15c85e1 0.11 MB 162 340
465,673 465,673 0000000000000000016fbb6649c225f9d55e5d5d72bff59f2077d62485bedcee 1.00 MB 2,298 189
465,672 465,672 0000000000000000012334edbeb1bb830144923de3002b69c14c221b5574a3c3 1.00 MB 2,218 220
465,671 465,671 00000000000000000141db82cf21ecadc0248e765eb5345907b55d869b9969a4 1.00 MB 2,151 291
465,670 465,670 00000000000000000199b62bfde3df9dfdc5868465c1ad9ce9854f3311ac55ab 1.00 MB 2,213 254
Previous 10 blocks ↓
Total Size: 660.58 GB

Node Information

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