Memory Pool Memory Pool Refreshing

79,808 transactions
27.60 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,534 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,650 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,533 (112,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
737,328 737,328 0000000000000000000594df41d956cd4576dde4ba35905c96eb9b277742e32f 1.29 MB 2,486 20
737,327 737,327 0000000000000000000112cfcf8b1866d1a85b99cb45b4a63ca510f35876a11f 0.63 MB 1,221 11
737,326 737,326 000000000000000000053dcc279e3b552fbc66ccd196069d52118993ed10bb55 0.26 MB 359 11
737,325 737,325 00000000000000000003ce41844a06d2dd8f1babb461ec7324e06deb1e741f97 1.25 MB 2,181 11
737,324 737,324 00000000000000000001bbad2d0cb0366ee381c3d13b3d17a4fafa76017fd82e 0.28 MB 626 11
737,323 737,323 00000000000000000008061df2da17eb91c148db00d7dced3583ab3c5240afdd 0.33 MB 735 13
737,322 737,322 00000000000000000001fcd4bff688e72bf8197c4850c77acfc2f0a47bb06039 1.59 MB 1,987 9
737,321 737,321 0000000000000000000514d4e3349433c9f4eeb47b3604a7cbc3224c79f6ee8b 1.74 MB 1,451 7
737,320 737,320 00000000000000000007c1260f76cb074fb574a8e117d87372d462c89acad3c6 1.58 MB 2,374 9
737,319 737,319 00000000000000000001f1e3a0c4d3a264eb09b4f480c357a7f16d0ca8baaeda 1.56 MB 3,039 14
737,318 737,318 0000000000000000000576dada7cc28945dee7eb0ded1f32d3c164f57bb4c0d1 1.57 MB 2,562 8
737,317 737,317 000000000000000000000a6bcd407a82f4d6238a4e1bce1ee6dd434b9bff9e06 1.40 MB 2,796 19
737,316 737,316 0000000000000000000255cc631edf2f1b7700aa51163581899884fc60cf038c 1.22 MB 1,873 18
737,315 737,315 000000000000000000044d8289614e5ded62e4e87334a11ab0a479105523c422 1.31 MB 2,200 11
737,314 737,314 0000000000000000000741871463f40e4181817b49234ed1b28f64fd308d94d0 0.29 MB 148 4
737,313 737,313 000000000000000000055fdac605874e3e07a1e7071fc40cd54314a4e27369f2 1.49 MB 2,885 13
737,312 737,312 00000000000000000001b27f654ea27d151cc42f0252a0bbbeaaa82a0d6f7c89 1.47 MB 1,910 10
737,311 737,311 000000000000000000050829217f312d35fd2267ae86fb714b9943e3ab0bb8ae 0.93 MB 1,473 11
737,310 737,310 0000000000000000000863f5af2a931f004fd08cce111c81043d93b331a40bd2 0.34 MB 646 13
737,309 737,309 0000000000000000000457c5cbc9005f85900920d697534b0ce89526dfccc489 0.29 MB 484 12
737,308 737,308 00000000000000000004dc858f0dc5059d55723e607d988ad3157b2567d59d34 0.86 MB 1,474 14
Previous 10 blocks ↓
Total Size: 660.62 GB

Node Information

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