Memory Pool Memory Pool Refreshing

76,371 transactions
35.98 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,632 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 1,662 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,631 (80,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
768,933 768,933 00000000000000000005f09da8b7264aaa268f1a8dd6d17bc360f941c86b04ff 1.46 MB 805 6
768,932 768,932 00000000000000000007472782c4c432bd9d743794acc82d4f906a7ee39bebc4 0.08 MB 157 15
768,931 768,931 00000000000000000005258dd7416603ad0295aaa9c23fa5e864777e1be65d68 0.18 MB 384 12
768,930 768,930 00000000000000000007d70f355b9e8a49a317d684f55e3605210f9aab5a6684 0.87 MB 1,089 15
768,929 768,929 00000000000000000004310243349cfdad26e8c07362635f44cf0428f3bcf559 0.49 MB 885 14
768,928 768,928 000000000000000000051592d81a57b9bc9b91a76dccf1f7780de668bc045704 0.69 MB 1,099 14
768,927 768,927 00000000000000000005c7f90acc418b9c5f9411abf41e5a1c72117f00304266 0.69 MB 980 6
768,926 768,926 0000000000000000000593133b84268afd65c03ae3cd8d7aa32e9cab4faa1d83 1.73 MB 2,207 9
768,925 768,925 000000000000000000074aec77be636689083764d30ae7bcf9fc18aba283820f 1.34 MB 2,654 28
768,924 768,924 00000000000000000007bd15f118eb1b553aef19d6b91fad93754bab594b52b0 0.49 MB 840 16
768,923 768,923 00000000000000000000fcb04de465265a5e39f7c70e4a4a685edfe50b7226b0 1.08 MB 336 3
768,922 768,922 0000000000000000000480ca8e61c4d57a81d8ce7e6286d661fe46e942012947 1.62 MB 1,260 9
768,921 768,921 0000000000000000000793b8e86047abab78682be3cbd98475bf11a69956a267 1.29 MB 2,021 19
768,920 768,920 000000000000000000073757d8bc65fdb9810b855877513e35eadcc67cc620c5 1.39 MB 1,087 15
768,919 768,919 00000000000000000003cb5e86ebc0cd7ec8201f818a5efd76008adce096ad11 0.00 MB 13 11
768,918 768,918 00000000000000000000dabcdb69785231d275770e23091b6d8ffb6cea1596c5 0.25 MB 396 2
768,917 768,917 00000000000000000006c145f8ee06af6b9925670dc3d98558eae6c3b63fbeee 1.47 MB 3,444 17
768,916 768,916 0000000000000000000448090cec181ad5385a81b0fa00cf23a6d7767fe4923c 0.28 MB 434 13
768,915 768,915 00000000000000000005bfe5369ff87e2b166629e6cc5333991628f1c89e0ac3 0.52 MB 1,288 16
768,914 768,914 00000000000000000001b677b6d15f8b07672df53c2c4aaa0af44a8c89b130a1 0.37 MB 808 14
768,913 768,913 00000000000000000003ce87e4d9df6174bd4ffea819d9d9033120e50c1b29dc 0.04 MB 98 15
Previous 10 blocks ↓
Total Size: 660.81 GB

Node Information

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