Memory Pool Memory Pool Refreshing

77,511 transactions
32.27 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,592 (363,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
485,908 485,908 0000000000000000007bb581a8868fd95cc401fe4296d4df2f08682764c952e7 1.03 MB 2,413 168
485,907 485,907 00000000000000000026ab93ba8368a2b34844fd16142ccacb650226ec678777 1.01 MB 2,289 141
485,906 485,906 0000000000000000001efe257c4d0f17630e673d18e3dfd0d02d1587a7ee5d5b 1.06 MB 2,505 134
485,905 485,905 00000000000000000066b8bba81afae187546cadd9a31f3407354a2f0624e623 1.01 MB 1,597 211
485,904 485,904 000000000000000000932a67b4424572189c53dadf9a27bbd979d3321d9f3c7b 1.00 MB 1,882 130
485,903 485,903 000000000000000000b76a9731f897e7282a5e57fedc1251a1e6ceceac1f423f 1.02 MB 2,463 188
485,902 485,902 00000000000000000055189747d80035818684daa2d6812c4c9ce5b9b4a051f0 1.02 MB 2,540 190
485,901 485,901 000000000000000000e71dde643dfb24493e8f639b689146fae3cd89fb13743f 1.02 MB 2,447 178
485,900 485,900 00000000000000000015400ed49f6b56037c4e21bc68202352dc0277752d377d 1.01 MB 2,289 202
485,899 485,899 000000000000000000d6a4db46bfffac4be8ab753023103d249ec8a2b24552eb 1.02 MB 2,017 162
485,898 485,898 0000000000000000003c1a6b6947c312fb32ae747fcedb2c0efa9950655043e0 1.02 MB 2,053 160
485,897 485,897 0000000000000000006308d373957a57be8f80e4458848e541384075e2883ac1 1.00 MB 2,134 196
485,896 485,896 00000000000000000073e7c8d66b5d8c1b86181e91ac7d56f0b3ec4c9faf8819 1.01 MB 1,884 217
485,895 485,895 0000000000000000001d656de453526f5e5197a9efc6f6669e23dde1423a7c4c 1.01 MB 2,112 208
485,894 485,894 0000000000000000008314ebbac4b6b9e62fea617e35f9b261714c64f5fe8835 1.00 MB 1,838 139
485,893 485,893 000000000000000000ddc687291613d8b0858b27295f6512be56a143a208fb00 1.01 MB 1,975 151
485,892 485,892 000000000000000000fa1c288f23088be057c85bd2e70615b4336cbf9679925a 1.01 MB 1,904 210
485,891 485,891 0000000000000000007ea3c67381ecfcf8e44e9941dcef554e8b029068857b55 1.01 MB 1,520 144
485,890 485,890 0000000000000000007dca64c070d5e6408f343509a4442de88b6d359ad85b04 1.02 MB 2,008 153
485,889 485,889 00000000000000000004f18d8cd69446cc48ff287c8cbe578d4a4f016f931fbe 1.00 MB 884 134
485,888 485,888 000000000000000000e61c94a31e0a8292dc03ad4930ced7b54f7ad4ed6d345f 1.00 MB 958 139
Previous 10 blocks ↓
Total Size: 660.73 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: 525.56 GB sent, 2.91 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.