Memory Pool Memory Pool Refreshing

87,347 transactions
28.51 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
850,314 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 282 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,313 (425,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
424,765 424,765 00000000000000000103a829af63189e21425a3c67e603cf5ff7d59bdc194506 0.17 MB 427 64
424,764 424,764 000000000000000004d524006933bd88880282bd22f0beb433bda4bed5110d05 0.08 MB 187 67
424,763 424,763 000000000000000003ef7d5f71a6792b578b40888803f52d75030a4133d7f361 0.48 MB 1,099 67
424,762 424,762 000000000000000001e16c10dbfef4002b92d0575f1a289cfcc7e2dd51951972 0.99 MB 546 14
424,761 424,761 000000000000000003f052ce7711b71fbcf2b526f60cdd2f55b7ca2f7740f32f 1.00 MB 2,551 78
424,760 424,760 00000000000000000077be0493ffedc93a439bb30f553a287a39bdd71b3c21e5 0.64 MB 1,415 63
424,759 424,759 0000000000000000017ddaa118c443a2d531c7f6466e7c5e2bfd99f1e69d5977 0.06 MB 156 111
424,758 424,758 000000000000000000a89234b8d677ce7bef98a30bff91bf0458d6e4613c791e 0.25 MB 444 58
424,757 424,757 0000000000000000044d086d3d21a5cce28a3143a82195aa5f2e8d0abae15c2b 0.15 MB 316 64
424,756 424,756 0000000000000000053e556d17f183cec094d777c474c197ce784258864f1a81 0.99 MB 953 28
424,755 424,755 000000000000000001b9260204345191cea405aaabecf66cba9e727f099097e7 1.00 MB 1,662 50
424,754 424,754 000000000000000003e1b4d2f2ef07469f9b1bc741c21acae7c811eef9ad9555 1.00 MB 578 19
424,753 424,753 00000000000000000148fdb63d32fe58a353b0137a4db8da1bdd500cdc952619 1.00 MB 1,566 44
424,752 424,752 000000000000000003a465abb22b41a1d0746620cb7886d6015551b709a20903 1.00 MB 2,770 93
424,751 424,751 00000000000000000453545e304c04fcdd1bdccb292f501003dbf56fcdcf22e3 1.00 MB 2,180 49
424,750 424,750 0000000000000000003e59bfeb7c2f980f1c1b63ebcc465269f2e3c0d884ff49 1.00 MB 2,977 102
424,749 424,749 000000000000000000810a12db329d6c60b6d67e7c4a1b2d65212f8f567d7318 0.99 MB 993 35
424,748 424,748 00000000000000000095fb1efb765887a4f6e0ae6e510d0f3d313b31a81dc941 0.72 MB 1,129 57
424,747 424,747 000000000000000000874934462b9e58c49ca8c7f4bf15be5e1570fe12399dd1 0.88 MB 1,322 62
424,746 424,746 000000000000000005537d108474cb7a528cd36ce5a3933fa5b75d70c8cd6adf 1.00 MB 785 35
424,745 424,745 000000000000000003278b344b8726e5cfd9205b3c94097525923f774401b334 0.89 MB 1,675 52
Previous 10 blocks ↓
Total Size: 662.10 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: 1,271.37 GB sent, 9.24 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.