Memory Pool Memory Pool Refreshing

77,355 transactions
25.92 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,520 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,252 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,519 (410,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
438,800 438,800 000000000000000003ada1638ce25188ca974d525746d4728b613f75b4bc395f 1.00 MB 454 12
438,799 438,799 000000000000000001b56b3b8f7aaed36839a32caeae0b99e08ac52aa49f7aa4 1.00 MB 2,540 77
438,798 438,798 0000000000000000012baad16b0cc9a078125788b83c3e214a9275ba0f433002 0.13 MB 333 65
438,797 438,797 000000000000000002e3789c817dacac788159888c93e62df50833ecc0755ea0 1.00 MB 1,047 33
438,796 438,796 00000000000000000198e8ec7e26c4982745d00d901642d519db2f571f1ef479 1.00 MB 1,987 58
438,795 438,795 000000000000000003889dbebc48723b9ceafcf2a32d6f2b785d014e749f9f08 0.38 MB 972 61
438,794 438,794 00000000000000000250a671a94799fb0717652feb68342355a66b8d3e097d56 1.00 MB 2,550 70
438,793 438,793 000000000000000002d40f4a669af5024358cfa5591f8518979aa13d58d3a4cf 1.00 MB 1,957 74
438,792 438,792 000000000000000001385b15cf0fd1eff88f02674579a111f7f973a36765c291 0.47 MB 780 50
438,791 438,791 000000000000000001919ef6e9a474a6f8487ff755fdc87e0e39e08f17bb5b4d 1.00 MB 1,949 59
438,790 438,790 00000000000000000317c02f73a40ad5f8cc491ab228793960019525bc502c9d 1.00 MB 1,837 54
438,789 438,789 000000000000000003f9d190bafceea763154aab4850f59f6d356f448dfff7e9 1.00 MB 3,047 90
438,788 438,788 0000000000000000044923608aab3707e37ba1cc38038c7a8f38adb6ef2d5752 0.80 MB 1,574 57
438,787 438,787 0000000000000000042da9034ee10638a4331c29f6c8f898eef317f396d20d7b 0.09 MB 260 67
438,786 438,786 000000000000000002da8973ea72b73377e4e3224443c086574ccc41b8b9818e 0.90 MB 1,799 62
438,785 438,785 000000000000000001472704b41cac0216087aa9fa875e819f3b64f616eeea11 0.26 MB 254 19
438,784 438,784 0000000000000000040d6ef667d7a52caf93d8e0d1e40fd7155c787b42667179 1.00 MB 1,855 47
438,783 438,783 00000000000000000255ec203c11238edbb1431fbc6e233935edec73ed176854 1.00 MB 2,219 71
438,782 438,782 00000000000000000400d27e67657f6a6d87fcaff0757a9f7499a60bbca347e9 0.63 MB 1,617 61
438,781 438,781 00000000000000000164d6c1f6a9e0d0468c6597c0908bbd616c648eee57d1d6 0.00 MB 5 1,263
438,780 438,780 000000000000000001f4c116b9a3b58b37e8ed904e39122bc6cc4bd19e200212 1.00 MB 909 16
Previous 10 blocks ↓
Total Size: 660.59 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 98 incoming
  • Data Transfer: 474.43 GB sent, 2.27 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.