Memory Pool Memory Pool Refreshing

72,285 transactions
32.00 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,603 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 919 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,602 (100,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,672 748,672 0000000000000000000600845ee097f8ea94f652c1ab6c861912906a822d4abf 1.39 MB 1,066 10
748,671 748,671 00000000000000000005f2b74114b0cecbca711e2f57b9187b8c73fae19c80ec 1.66 MB 1,586 5
748,670 748,670 000000000000000000002ae105ad83b56bd7761a1f5706065c8850d609a66a55 1.39 MB 2,988 23
748,669 748,669 0000000000000000000728fcd2e5c8d92db9c32f28716d5177a20726be98160a 1.46 MB 2,145 9
748,668 748,668 000000000000000000009b9516f1ad9d52f5ea2cb2eeb7c7b7af8cc5c353a232 1.57 MB 3,696 15
748,667 748,667 000000000000000000022fcdeb1661d88de16729136777bb48a2efaa4a781092 1.44 MB 3,619 33
748,666 748,666 000000000000000000002d59ae3b12b1c7687f3a3d7415c25a02c3eef7780497 1.61 MB 1,786 5
748,665 748,665 000000000000000000070e47a06f56f2d7c8cef7a18f2e5604bce6092fe5fb36 1.38 MB 1,842 15
748,664 748,664 000000000000000000071484f59fa541df5ff06a5edf0d63d1b8c5ac2dec7b12 1.47 MB 3,443 25
748,663 748,663 0000000000000000000346d0516ec5cc1d561c063611da75ceb1509ccdce8b11 1.39 MB 1,740 12
748,662 748,662 00000000000000000002a4ea1d393679b0c8fd87703d837a61f8fd849fdcd5b7 1.58 MB 2,713 15
748,661 748,661 00000000000000000003b9675678a9b4a611aa8d052e7fc3f303c2437e9977a9 1.41 MB 2,616 15
748,660 748,660 00000000000000000002bcc89b492d077aa5b18b5040325daf0c1e0fc6b43cf6 0.52 MB 1,060 15
748,659 748,659 00000000000000000000a3b2c8551e7c66f1710efc20053630654a9d44ab70bf 0.16 MB 317 17
748,658 748,658 00000000000000000002d1da8e366124aa6527537eca1a01e66af7ace012bb43 0.17 MB 186 15
748,657 748,657 00000000000000000001394a888ccfffef1a97cf63055f155621a66f71f9ec68 0.55 MB 690 10
748,656 748,656 00000000000000000000b381cff350362bf35d8ef71dad6db90c250059aff7fe 1.01 MB 808 7
748,655 748,655 00000000000000000005656eff8a3d03ebc53eef0a0db00478aa0ac541ed0c7a 0.50 MB 482 10
748,654 748,654 00000000000000000001842abef5c6b68fb503587541c9c511d692a01ac3db32 1.43 MB 1,574 10
748,653 748,653 00000000000000000002749f699d1ef41108c4468e23cf8bf5ff08435c00baa1 1.55 MB 2,239 18
748,652 748,652 0000000000000000000836df90ae18b60178599e6f0188d47e56e5b258cabc15 1.70 MB 1,143 3
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

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