Memory Pool Memory Pool Refreshing

91,247 transactions
29.11 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,502 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,622 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,501 (337,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
512,307 512,307 00000000000000000007fcb385762668968ec531b7f8c4580252d880c39c6d4f 1.17 MB 1,299 20
512,306 512,306 0000000000000000003cec80799d1623acee7b295dfe223d48dddfdf9e003cc9 1.09 MB 2,527 26
512,305 512,305 0000000000000000002d6a4fd67170773cbfed2d7c20898f8682164f98845e3e 1.13 MB 2,917 46
512,304 512,304 000000000000000000065a7cb6a011f738d804d49ddf423ae964d9fe61b8cdd7 1.13 MB 2,210 27
512,303 512,303 000000000000000000281b26eb9a2dfdc3aa2d780e85fdecc35424da2a30743b 0.16 MB 485 30
512,302 512,302 000000000000000000467ec38b1309dafc0beab7cbb91f685103bcae70ca0050 1.08 MB 1,550 22
512,301 512,301 00000000000000000031210ea3fd668f973790636157ce18318fa92effaebdf3 1.08 MB 2,123 22
512,300 512,300 0000000000000000004bdc7cc87e058c485667f25ef13f297f5c7cddd3157ec3 1.13 MB 2,521 38
512,299 512,299 000000000000000000279a1d8372ac961395c28059b47fea964f88363c822390 1.09 MB 2,462 24
512,298 512,298 000000000000000000498c2bcf62a4c0bd0865d06aed660fb662967b02fc3d94 1.15 MB 2,775 54
512,297 512,297 0000000000000000000e7543e63061321fe62de677b3f0e63ee8d18dfe7b5002 1.09 MB 2,012 45
512,296 512,296 00000000000000000029594106c384319feec00f23f916062a1c0452a9bfa63f 1.00 MB 227 7
512,295 512,295 0000000000000000000185678d897166e5dc92bec21bddf5f27b2f856cb358c3 1.11 MB 2,246 33
512,294 512,294 000000000000000000461a1ddc69685e17352b5fcbeed36070e2bdd8f6f6b0d7 1.04 MB 1,020 21
512,293 512,293 00000000000000000013cf3aeb402a4876b323b99b58a7a5528d2d7e2fafd0c2 1.06 MB 1,191 31
512,292 512,292 00000000000000000031e7e6bcaa5c8b09307ce526c92922d92fdfcd1043846d 1.01 MB 862 5
512,291 512,291 0000000000000000004c27cff19cdaad223591ac465ad7dae10695b9f6643f9b 1.08 MB 1,277 15
512,290 512,290 0000000000000000004a6adca20be7ae873f6e6c645f38f43a9da89da80cd0e8 1.13 MB 2,875 50
512,289 512,289 000000000000000000332c36f593cfa7cb4c5902dea2dbfaa16d3bfa2a33fe29 1.06 MB 1,468 33
512,288 512,288 0000000000000000000b95828f435dda828f7cfa500d4648cce2b4953f1e4862 1.08 MB 1,324 7
512,287 512,287 000000000000000000029af44d354a4a723f4329fd9baabebc0f7c4bac4a78c2 1.07 MB 2,084 26
Previous 10 blocks ↓
Total Size: 660.56 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 90 incoming
  • Data Transfer: 441.66 GB sent, 2.15 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.