Memory Pool Memory Pool Refreshing

74,612 transactions
32.21 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,728 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,339 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,727 (127,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
721,761 721,761 00000000000000000006907bb87dce2846d77cb790f9c751f01e975f829974e1 0.68 MB 1,265 5
721,760 721,760 000000000000000000063c9fd3f65ccfe28735f2fff40e5a1ac863d64e6b2c8c 0.36 MB 712 8
721,759 721,759 000000000000000000038bdbe4e2eaef91cd5eeab2641a8cb353534ed52429ed 0.39 MB 547 5
721,758 721,758 00000000000000000006bde584621080aec40956865e47712ca18d573c420160 0.28 MB 453 7
721,757 721,757 00000000000000000005566a4e7f452dc9471e5d864c81394641485480e41632 0.14 MB 183 11
721,756 721,756 0000000000000000000660c9307e8f10bdbf325fe73052257773faa55b6f3342 1.36 MB 1,574 6
721,755 721,755 00000000000000000009ba578b379f73e651c11b0807eedf93848b1accfb1b4c 1.27 MB 989 5
721,754 721,754 00000000000000000005bf454bb3815073c4960c033c218aae381dc9973fe997 0.34 MB 735 8
721,753 721,753 0000000000000000000a23efaad1d5afd353be23e1d64a49d2056a06dd1a40ab 1.35 MB 1,930 8
721,752 721,752 00000000000000000007f3568b1b6f49ff0185766cdce0000da687065934a5c8 0.70 MB 488 3
721,751 721,751 000000000000000000041a129855dccd222dd38a49345a693321c3de70c23030 1.48 MB 1,419 3
721,750 721,750 00000000000000000007117045c93a1bfd546d10586fbbdaa67905c508c1657d 1.37 MB 1,608 3
721,749 721,749 00000000000000000008bb818f1c2a64d19a3649dd2ad1bbc54c9d2d1f15bcac 1.46 MB 2,463 13
721,748 721,748 0000000000000000000415b6f5372d95d6714a46c05db9a66e876db234c999d7 1.31 MB 2,388 8
721,747 721,747 0000000000000000000285296c73d85af61c4b0d209588d1f9fca444a6a5cc99 0.09 MB 201 9
721,746 721,746 0000000000000000000304441ee0c685dbb3cd4c0faa8d27499f29ebb12d4306 0.04 MB 84 6
721,745 721,745 000000000000000000059be92edb8517504403edb45079e7a1911a5b8a36a4a4 1.24 MB 2,023 7
721,744 721,744 0000000000000000000081002567a5cfc032459e33a4335c1a31d31f70f0193e 0.30 MB 421 4
721,743 721,743 000000000000000000009f9a4f0f745e9633bd63aaac64386b76b897abc680be 1.49 MB 1,867 6
721,742 721,742 0000000000000000000193acb0a740af034f7f55e3f7941e42c5fcf0aa840c5e 0.24 MB 313 6
721,741 721,741 00000000000000000001803c29effb24a95c45fd0d00ebd621c40444ca6600ed 1.33 MB 1,177 7
Previous 10 blocks ↓
Total Size: 661.00 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: 682.75 GB sent, 4.03 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.