Memory Pool Memory Pool Refreshing

48,362 transactions
32.28 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,044 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,640 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,043 (193,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
656,537 656,537 0000000000000000001042da866ff4522faef43fb74ddb195e8fa743e0ca88a0 1.40 MB 2,507 112
656,536 656,536 000000000000000000099d9b4032b0c129aeabe2d1836d19b5257f13b95c51f7 1.28 MB 1,801 64
656,535 656,535 000000000000000000048478546cf50f02dbbefb1dcba3f3cbcf33f732a1dadc 1.38 MB 2,153 66
656,534 656,534 0000000000000000000859123fef43a30585a088491c32e38ae46a6c1d557c85 1.39 MB 2,580 109
656,533 656,533 00000000000000000007cfad8d628201f231ed0d468be43f7e7de9b115032bbe 1.31 MB 2,742 141
656,532 656,532 0000000000000000000f9bf5d08a5513a3c381808ddc05f6aadd4db1be8e8fc1 1.29 MB 2,267 90
656,531 656,531 00000000000000000004d76e01bda7ff6ed6bd2977539e7a337cdf87d006bc3e 0.95 MB 1,961 81
656,530 656,530 000000000000000000020da8b4b993f11cbc7310de7a606cf431a0e6dfa50b00 0.15 MB 316 73
656,529 656,529 0000000000000000000d41bb0528fcb3da1ca8f6e7d4fcff55f6c0f043aafea8 1.10 MB 1,751 46
656,528 656,528 000000000000000000050987f76e5c0019240eaf4c47370a7932bd8620f02772 1.19 MB 1,778 61
656,527 656,527 00000000000000000002b7f1cfff5b263ef931f2db49c6fd7cae27f0d0363701 1.36 MB 2,752 107
656,526 656,526 00000000000000000004b50d840ed5de4e410b4fe6c3ee708c2f1714f515dc41 0.69 MB 1,391 75
656,525 656,525 000000000000000000089a0479c561666d2dd4b87394b8933ea2276b0aef2455 0.04 MB 81 96
656,524 656,524 00000000000000000008ec14f61345cb7a6822b46f9c7a39aac8e6645247e790 0.85 MB 1,377 6
656,523 656,523 0000000000000000000ec1976f2e880d2cd27139957921c3f82dab9ee0d9162e 1.53 MB 2,463 92
656,522 656,522 0000000000000000000b8851fede0783fdc849f378b5fc359c63caf15c61cfec 0.68 MB 1,587 71
656,521 656,521 0000000000000000000394ecf9ded38ab306f644fb7c3d0aeec6f4dcf5963d07 0.61 MB 1,047 66
656,520 656,520 0000000000000000000dace534c91093029f87604453edef341294cfbe87a9b4 0.98 MB 2,282 76
656,519 656,519 00000000000000000008eb326026d5b3d3138233a983f7f3068e4fb4039a471f 0.41 MB 805 60
656,518 656,518 0000000000000000000578408c9fbaf2ba28a00d01c06b87b2050d5ba83176cc 1.06 MB 1,612 60
656,517 656,517 0000000000000000000297be041b4382cd6168dfe435294b39e4520db5b73d3d 0.38 MB 461 54
Previous 10 blocks ↓
Total Size: 661.59 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: 996.62 GB sent, 6.85 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.