Memory Pool Memory Pool Refreshing

65,627 transactions
39.13 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,067 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,995 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,066 (306,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
543,673 543,673 00000000000000000020ab82bf2daec2ecebb92bbb58b0f2200a8bc5b478683c 1.28 MB 2,768 9
543,672 543,672 000000000000000000000206254c56610d6bc9b64c141d7b1705ac9e8fa43b55 1.05 MB 2,934 28
543,671 543,671 0000000000000000001abcd475b4dc0f5414a753c72e2b06c1ac6f459b11c2c0 0.67 MB 1,317 13
543,670 543,670 00000000000000000000c4f0ddceada2a1871954feec9b48c2dc436719d7b6b8 0.09 MB 203 14
543,669 543,669 00000000000000000014c26928c178cbf4c9c59262ffbba156510b40955cf87b 0.96 MB 1,912 16
543,668 543,668 0000000000000000001d94deb4003d5528aeb253db29ddf38991daed2b983969 1.22 MB 3,209 17
543,667 543,667 0000000000000000001ab7587bf2cbf41b85735327ba81a5a5a1be7bf5a33b4d 1.17 MB 2,457 19
543,666 543,666 00000000000000000005cc8a87013aec268447122e8db6678600a3d0b1e6a6e0 0.53 MB 1,418 16
543,665 543,665 000000000000000000116663231c0812ec971441fe8525768a7cf5ca558083fc 0.49 MB 1,098 19
543,664 543,664 00000000000000000023d2b0bf8492a89d81a6f9c1dea139f7b42caabe74464f 0.52 MB 826 24
543,663 543,663 0000000000000000001f4ebc6dcf83fbe95b3f88d7c6b2aa66df6d34900e7b44 0.18 MB 403 16
543,662 543,662 0000000000000000000b496c5741fa3687a86bd6fb3da3184a9d4bc97ded9566 0.94 MB 2,360 15
543,661 543,661 000000000000000000082627c4eb27d8dbe56af4eb9776003ab8ac6e322df9f2 0.13 MB 327 17
543,660 543,660 00000000000000000021043cd9956ca2bd773bf4b09b7ab9be75ff7bc85212c9 0.64 MB 1,097 5
543,659 543,659 000000000000000000218002984c80da392129b4b4741698dd0fbb52e1f1e3c5 1.21 MB 2,915 23
543,658 543,658 00000000000000000025dd83f0cba52d3c47d190f69143720d9a1e88e33f3ab6 0.18 MB 410 13
543,657 543,657 000000000000000000174c095063d94600876e5358e50d57443098ddea0b583b 1.23 MB 3,221 18
543,656 543,656 00000000000000000006d5afa860b6b281fbae08e42ccd1df7a9038dff5cce6e 0.37 MB 915 15
543,655 543,655 00000000000000000018fd24b48878c6c6e87db708d00292d1c109533852385c 0.30 MB 712 19
543,654 543,654 00000000000000000001e4429b2542adbf3db15185bd4fd07ba88df4c2e7b801 0.09 MB 175 14
543,653 543,653 0000000000000000001f998b0124dbb7e2c4ff7d3a0efbc1ef92667fd9626623 0.81 MB 1,770 17
Previous 10 blocks ↓
Total Size: 661.63 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,021.56 GB sent, 7.08 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.