Memory Pool Memory Pool Refreshing

62,620 transactions
29.06 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,692 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 329 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,691 (424,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
424,771 424,771 00000000000000000025b8377072c143bface88933f4df09f37031266c4fc322 0.18 MB 383 58
424,770 424,770 0000000000000000001116549d53d53209d2f62231d2c8e4b94022050dfaec17 0.37 MB 766 56
424,769 424,769 000000000000000002a5ead19436828bf4ed938def7c19f234b601194788a23f 0.99 MB 144 3
424,768 424,768 0000000000000000026d89893a0df83116d9fbd21e7626268c8ab1147ed0bc4f 1.00 MB 783 22
424,767 424,767 000000000000000003c1b5f2d315d6a540b338317027f2323b43efb2e7f57a16 1.00 MB 1,576 39
424,766 424,766 0000000000000000011745762c8395eb6b1d734f5fc35db405e0ab00060a7bf0 0.51 MB 1,161 55
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
Previous 10 blocks ↓
Total Size: 660.93 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: 631.23 GB sent, 3.70 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.