Memory Pool Memory Pool Refreshing

68,418 transactions
32.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,946 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,480 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,945 (273,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
576,682 576,682 0000000000000000001264bbf14272bf9654d595b569bc391f58090616a45b86 1.14 MB 1,597 39
576,681 576,681 0000000000000000001c0380b875ad609d96b8a6a220a435b7fc692d986e2e83 1.20 MB 1,382 28
576,680 576,680 00000000000000000011c577f3d2ec288f8adc4eec5003b3ce2081bda1fb4c33 1.13 MB 629 14
576,679 576,679 00000000000000000001515b826bc0c1560ea0e9d5b3172f28b394f3bd97d18b 1.16 MB 1,636 16
576,678 576,678 0000000000000000001be70a9ef4742b016253e960b9c2561fdcb41ae0f96bc2 1.10 MB 2,542 38
576,677 576,677 00000000000000000017fe070aa15064a5dc7f882aeea2ef004fa3008401b554 1.19 MB 2,479 55
576,676 576,676 0000000000000000001a32c4fe07d968053b52de6bcb0f912051dfd8b1a6e325 1.27 MB 2,203 94
576,675 576,675 0000000000000000000ca7c39f3a441a281605bdcc8cfd8f2a595fef3494ebf5 1.54 MB 1,443 33
576,674 576,674 0000000000000000000eee6fbee3c6b768a8553e3c6bc583d21c6662627f5f9e 1.65 MB 551 13
576,673 576,673 0000000000000000000b7b851d1623db319cb0e68ef5bbbdfff096b1283f96d7 1.58 MB 599 23
576,672 576,672 00000000000000000025dc659fa7347b042125b401f7fecc4b5e30fe234a1b91 1.37 MB 1,856 38
576,671 576,671 0000000000000000000f9a0aa2d855a9ca1677fa439d747992962f0c4e183b6c 1.58 MB 909 27
576,670 576,670 00000000000000000006ec38532b3838c194114162d108161e324c40e8ad29fe 1.46 MB 1,528 3
576,669 576,669 00000000000000000006901c8c32cbae06a587aa10686829d9e0200a232fdb08 1.29 MB 2,982 122
576,668 576,668 0000000000000000000f027bad34a08a8827fb955666c12d54363db4a7de5995 1.35 MB 1,267 26
576,667 576,667 0000000000000000000a1ab7382060fb95bd76547459b0e54190487109f0a7f6 1.54 MB 857 4
576,666 576,666 000000000000000000270485156b4e0d5e5f2d0f1fdd130620a0babc703169c3 1.13 MB 1,304 15
576,665 576,665 00000000000000000000412eabde413739528d4fdd504da14898969c06a73ecf 1.17 MB 1,670 33
576,664 576,664 0000000000000000000ce0823107e5083065c60522451d60a977d2e7b4abc607 1.40 MB 1,718 39
576,663 576,663 0000000000000000002002ec72a7b04e406c27e5bec144293f56330ccca7116c 1.23 MB 1,160 16
576,662 576,662 000000000000000000197b551b957698495c060aa9dd07fd1ef1017734888a57 1.28 MB 3,324 101
Previous 10 blocks ↓
Total Size: 661.41 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: 885.06 GB sent, 6.08 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.