Memory Pool Memory Pool Refreshing

62,654 transactions
31.47 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,687 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 884 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,686 (218,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
630,699 630,699 0000000000000000000e7d4a45ddb51f1a67db5df3bdb9f5ed11c6c7f7393a50 1.20 MB 2,283 49
630,698 630,698 0000000000000000000f190dd4175f49a6f0511b419a08ab9a8fa3b73a3fba81 1.10 MB 2,432 37
630,697 630,697 000000000000000000103034a6ff5880f965332269434ff28143a0b9b81f4314 1.28 MB 2,789 73
630,696 630,696 00000000000000000001fd28636e279b7b9cb00501fd4a9f9525201817bac774 1.25 MB 2,719 60
630,695 630,695 000000000000000000103391be3c90ad96c644d789cac20808c86dd4069ceca7 1.36 MB 2,123 44
630,694 630,694 0000000000000000000bd4646eb959f6e1cacbf99963f2f528ff640767e66241 1.26 MB 2,498 92
630,693 630,693 00000000000000000008374cf394cba62653c2e33c59b9e2961d6347520b773f 1.05 MB 2,434 10
630,692 630,692 000000000000000000116a492c02d89d84e763d6887165e724c85fea1a8e2a6b 1.29 MB 1,962 54
630,691 630,691 00000000000000000010849661773e14c67312db6da7d593ecdc532160d4fab5 1.37 MB 2,073 27
630,690 630,690 0000000000000000000bdf43c2bd0fd8ee7f30cc8228e68cbc41f584f39b859c 1.34 MB 2,632 100
630,689 630,689 0000000000000000000f0acf1470969c2a014072482b69cad902f9b82d012579 1.25 MB 2,620 150
630,688 630,688 0000000000000000000db7ada8a082ce33cf9d11738a0fe3124daac909e7239b 1.07 MB 2,603 19
630,687 630,687 000000000000000000033f501f53f5f994f7be52a7a29cebdf031a725dc17279 1.25 MB 3,021 61
630,686 630,686 00000000000000000003e34cb5e85086b509cd4a48f38ca53504693f45c684f5 1.38 MB 2,149 27
630,685 630,685 0000000000000000000a4cfaf2380e38e38d81e87fa7c43e8867fd4672a0b9a1 1.53 MB 2,123 57
630,684 630,684 000000000000000000111acf9241a75c3e30296dd44a360170dbf2c079f4a996 1.37 MB 2,669 94
630,683 630,683 00000000000000000002728e815c1d181899ded914dd82c6ed94797c2ab3aae1 1.28 MB 3,002 119
630,682 630,682 0000000000000000000b14614f68159e8bee17e49c760bbb335ca040663a4608 1.24 MB 2,675 151
630,681 630,681 00000000000000000001b2fbb18a257d517be075fb5ee72f4ef009566fc61e1c 1.36 MB 2,769 96
630,680 630,680 0000000000000000000db7899e91cee9c917d2980a3192ef4c9cd75b481a5bfe 1.33 MB 2,748 107
630,679 630,679 0000000000000000000274c832f7590fc01d3f6fbc4afd09444e435ff08c7b39 1.40 MB 2,989 103
Previous 10 blocks ↓
Total Size: 660.92 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: 629.85 GB sent, 3.68 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.