Memory Pool Memory Pool Refreshing

62,535 transactions
28.25 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,742 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,243 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,741 (821,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
28,609 28,609 000000004b163c55c375213d53647f16d89fc6918b60afeaedc5bef848f813b5 0.00 MB 1 0
28,608 28,608 00000000bdd194f5a0eac29b594e4084eadd336815af8220e0980c93bd7f5c8c 0.00 MB 1 0
28,607 28,607 00000000fec58827f02407d1838d0bed9c1ac66a2d7bd1b4fdc813b3e1f0411d 0.00 MB 1 0
28,606 28,606 00000000b74097bf5421717351f2ffe6400bc20ed5c789e64bd21668bf438b46 0.00 MB 1 0
28,605 28,605 000000007daaa13e1d5d85f42c9b96444669598b7f58b15cea1845d0a63c9f45 0.00 MB 1 0
28,604 28,604 0000000093ec6886d41630bd1364c63529455e9d0525326627eea555dd4b7bf8 0.00 MB 1 0
28,603 28,603 00000000e8812547acf8553a3b5a6dbe7c7d7a499e162de72280820f37284606 0.00 MB 1 0
28,602 28,602 00000000124e12eab47f8d89691d15d25e5e74c348dccb456c4991dab625e4c4 0.00 MB 1 0
28,601 28,601 00000000fd95f395a9ec12452be05c280f913d01226f81179e7bd62179290fd5 0.00 MB 1 0
28,600 28,600 0000000002eea5ae5c4296b5ed985d54fca651838f2be20c084a0382544ab3ad 0.00 MB 1 0
28,599 28,599 0000000009ccca174d21381994087a2e6d457dcdf6524dfd7debd4266fe9aadf 0.00 MB 1 0
28,598 28,598 000000007c3368dfe9c6aca0a0f7b12004bed17d35aba69a214028a0a29f0a63 0.00 MB 1 0
28,597 28,597 000000005f5b6dadc86faa71ae055e57bbd0a26a0d0ac801ce7f855c4100538e 0.00 MB 1 0
28,596 28,596 00000000f1122a0bae9e585ba62049664bfa45cd565295ebd833ceb94d06d2b6 0.00 MB 1 0
28,595 28,595 00000000ce835bddd85da05fd58673fe337de0af62eed5cd671d77678938bf70 0.00 MB 1 0
28,594 28,594 00000000ee1beef68de2de0a4e518b5fddb258ff49619c55b76b680e2342d5c0 0.00 MB 1 0
28,593 28,593 0000000093fa02629933b010de75e5641a76edbf0e54bb28bfc74874dd1c5686 0.00 MB 1 0
28,592 28,592 00000000101357d04baf5a92eb3d2050824a05e864b95f6b1747063635c596b7 0.00 MB 1 0
28,591 28,591 00000000d08ee03d7a79612fc595699bd5b6f2ea1aa8e988ffb56a592f1de034 0.00 MB 1 0
28,590 28,590 00000000e7d8e50cc057ffa969550d42444da5b11726dfc110d4c652319d59aa 0.00 MB 1 0
28,589 28,589 00000000936c031f0f5163eb7eb70035efe13ce029b74f58c8b578a4436181c3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 661.02 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: 689.39 GB sent, 4.13 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.