Memory Pool Memory Pool Refreshing

83,493 transactions
35.71 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,610 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,596 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,609 (117,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
731,781 731,781 00000000000000000007ba0eedb4fd6d845fc9d02c412e6f561b604a6091d899 0.78 MB 947 9
731,780 731,780 00000000000000000003fa7afa1931a0208e5f1ebb926ecf6d302ab074e06a1d 0.11 MB 159 6
731,779 731,779 000000000000000000090737a394e79a88a7bd62a003acecd2a243c41bf49f01 1.40 MB 1,612 1
731,778 731,778 00000000000000000004a6da2c6fa74a5bcdf17e03555f0675d6821ecd82b942 1.37 MB 2,445 16
731,777 731,777 0000000000000000000342a418a558d807a57087a5eb6fdea0c3f3a010ddafb5 1.40 MB 1,776 9
731,776 731,776 000000000000000000000d7d859938ad2c4816c1d57f690cb15ba40217ad94ea 1.27 MB 1,467 11
731,775 731,775 00000000000000000008d3edbd112ed5ca6dc29ab6fe0909046d7ea38ba6bfbe 1.42 MB 2,018 12
731,774 731,774 000000000000000000007210397a78da25af330c3d9c8a7435c9e9a7d504dcdb 1.58 MB 2,557 8
731,773 731,773 00000000000000000004e02bb9e81c0058dbbbe6d0889910ecd75ae98c89c43c 1.27 MB 1,841 7
731,772 731,772 000000000000000000091e9a50a979ac2c6ca9919274cdf44e4e77a3c0a06ddc 1.45 MB 2,240 12
731,771 731,771 000000000000000000021e3afc1c299b78adb2e973e499ad5787d3f27d093188 1.40 MB 2,805 10
731,770 731,770 000000000000000000006022aaf64edb9efa478ce032ddf3e4ce7b893768afa2 1.31 MB 1,915 18
731,769 731,769 00000000000000000001fc90d52ab1adfec576fc6aface04819fddf1fdc06b38 0.80 MB 1,226 9
731,768 731,768 00000000000000000008254c0100c9c6c0678aa00afa5a30e12ff5d5d8c7de7b 1.10 MB 1,504 8
731,767 731,767 00000000000000000009b4f01f28a108cb509ec4d487967196173b2677987f3a 0.51 MB 951 9
731,766 731,766 00000000000000000000176e4ba74c89128da3bac3b44c7d5b48a24ad0302fa7 0.93 MB 1,521 8
731,765 731,765 000000000000000000018b05c38a03c133cc49f30139aa5528507978c8811512 1.08 MB 343 3
731,764 731,764 00000000000000000002f2b7d8b86aef2052781a68766b5f0338660206987ff7 1.67 MB 1,972 6
731,763 731,763 00000000000000000006361bf04669e1dc7739ccc8ec8a7618276aea13fdc930 1.52 MB 2,715 12
731,762 731,762 00000000000000000008d56451117f28b20c3d4e8177b0cda3a84c72cfa1d54e 1.75 MB 1,777 3
731,761 731,761 00000000000000000002c4ffe2e93b1061d65e9d208cf7abf548367e4ff37e41 1.25 MB 1,577 6
Previous 10 blocks ↓
Total Size: 660.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 102 incoming
  • Data Transfer: 548.62 GB sent, 3.07 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.