Memory Pool Memory Pool Refreshing

50,115 transactions
34.64 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,362 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,112 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,361 (524,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
324,694 324,694 000000000000000000595de1fc3b67d2af86f6c856621cc531bf10ef464a0ac3 0.15 MB 215 21
324,693 324,693 00000000000000001820b6c9b3d4f833c6d94b462eb93b8f8d4c655e4ab5ad1f 0.09 MB 179 30
324,692 324,692 00000000000000001641ab86e1d5461b7446e83c34671ebe2a891de297460152 0.10 MB 188 26
324,691 324,691 00000000000000001910c30e1b7a1d3b0ec32917a4afc584bc43cb895955a487 0.27 MB 437 25
324,690 324,690 0000000000000000091f1ecee5d7eb2d3df1be472bd6ad5d9b70f0f9fd1f0563 0.09 MB 256 69
324,689 324,689 0000000000000000181c94d8e850f3123cd3c4b4b7eb4a52230f23d655e0584d 0.08 MB 202 31
324,688 324,688 00000000000000001e95014609525827a31d03cf984e90e166c66b94745b1f68 0.34 MB 627 24
324,687 324,687 00000000000000000f0cdb4fa06bd9d6b1c13b1748d03ea6dfc9c57b4a7fa7f1 0.25 MB 397 21
324,686 324,686 00000000000000000a76fe197ab158f99643eb7bc356b2a3058092d6b8183bcb 0.02 MB 51 24
324,685 324,685 00000000000000001b5cacf67a9443dab2aa72046316fa23f953120f7a973b36 0.60 MB 942 23
324,684 324,684 00000000000000000b538c93a476867de2fc7a83877cdaecfda7d267c73ceb22 0.00 MB 1 0
324,683 324,683 000000000000000012a7a38c01ff7599a4d27f964070b9178551e562cc42b868 0.02 MB 64 34
324,682 324,682 00000000000000000a4ad2cdc9f63b868dde3172f6945da84338e6db1a6a1dd2 0.32 MB 535 28
324,681 324,681 00000000000000000c6a29250729fc8289e6cc0e69db27a6c22d3e4f6f83b205 0.10 MB 113 19
324,680 324,680 00000000000000001af91b17adfea230a3cc34ec7a35095bd020a0713e154d15 0.14 MB 289 30
324,679 324,679 00000000000000001bbc73a7fa8ab3a6e9ff1413c7d1a920997efeed2a8b863d 0.07 MB 139 26
324,678 324,678 000000000000000014c77a53a8d42f6d82e9d5cd3f438ae1fe65d395ac79db47 0.14 MB 232 26
324,677 324,677 000000000000000008cddff979557195c7e3f01ddfefde87b8ce2959326ef51e 0.05 MB 119 21
324,676 324,676 000000000000000005335388119da6534b1f2a90933ddc3fbff051a0c1b511b6 0.63 MB 1,097 25
324,675 324,675 00000000000000001bece6581960d1fadf797741090d8d402564fbdc0135e67e 0.16 MB 335 28
324,674 324,674 000000000000000012016ca2b64ed2570fb2848e5707dd53b62ee9286919dab2 0.17 MB 349 25
Previous 10 blocks ↓
Total Size: 660.30 GB

Node Information

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