Memory Pool Memory Pool Refreshing

62,762 transactions
35.03 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,668 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,205 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,667 (177,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
672,409 672,409 0000000000000000000771f182746ab2c4fbac7bcd55c82ad1e58b6f337296ee 1.27 MB 1,371 19
672,408 672,408 00000000000000000004a3ce6015861d7f941f075a599630f5cba25aba478d88 1.18 MB 1,714 36
672,407 672,407 00000000000000000002b413691244270d4839856c224235340318b7858a97a3 1.31 MB 1,838 42
672,406 672,406 0000000000000000000a4a90f268692acc3d2770bbcbfc726c3575b66f79f001 1.60 MB 779 27
672,405 672,405 00000000000000000003aca8eef1abcdf8bf8319b30d8f2a3e02b33463361eec 1.19 MB 2,089 55
672,404 672,404 00000000000000000007ed9da2b77cd0de20577ad6733fcb336db3179a7d00fd 1.19 MB 1,757 97
672,403 672,403 00000000000000000004d9f4fa9af7c021ee6d61587916cae42f30b20831a174 1.62 MB 619 21
672,402 672,402 0000000000000000000363909c5d31dce89899b892d1032030599dff2dfa7db3 1.63 MB 771 22
672,401 672,401 00000000000000000008ae9c8b862701d20686db749d9a96d8e56e95a5cc95a1 1.18 MB 1,764 43
672,400 672,400 000000000000000000005012c079dc75eb1738bb23679dc4074ed50ba294e9aa 1.27 MB 1,634 28
672,399 672,399 0000000000000000000c0c65e930f25aff1c925c5d66622d71a0d7bdb65ab7e2 1.23 MB 2,450 72
672,398 672,398 00000000000000000007fb9933d14aa3a9088961498239cbdb0766ea7055e233 1.17 MB 1,122 20
672,397 672,397 0000000000000000000a178b4f8f904b583e03cc8d2d72f29d3ec26be35570db 1.16 MB 1,610 49
672,396 672,396 0000000000000000000b0bf1b65fe0e7a36c2403c5029de78770994f29bbe6f8 1.08 MB 1,949 35
672,395 672,395 000000000000000000043827506644e775326b9794296aa82b0bc521fb66a502 1.20 MB 2,303 44
672,394 672,394 000000000000000000004028b60952630995cc8f62e8186680bce9cde186f6ff 1.30 MB 3,072 71
672,393 672,393 00000000000000000005c1db299bd5b32246829524b18dd797ff35d6ccfa4536 1.07 MB 664 133
672,392 672,392 00000000000000000000f4824bf78b7a315a425e9d5608c0307f4fc626da26b7 1.29 MB 2,739 69
672,391 672,391 00000000000000000002323c5af0b611daaeb34cdd29344a40a19ee99febe9fd 1.30 MB 2,590 57
672,390 672,390 0000000000000000000bdadafad18893cb0fc72c7372797005c8da8642a8d453 1.37 MB 3,063 124
672,389 672,389 000000000000000000023efd8dc84c6793922c53aa0d8cf13ddc6c5f0f9b5226 1.11 MB 992 29
Previous 10 blocks ↓
Total Size: 660.88 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 616.49 GB sent, 3.58 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.