Memory Pool Memory Pool Refreshing

51,270 transactions
35.71 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,358 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,439 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,357 (318,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,823 530,823 00000000000000000026d1ab582a5f0c9c014d4e94232ed852b46caa43a517a1 0.25 MB 370 28
530,822 530,822 0000000000000000000993831dc7f10ab8563c310734b9719fb09eaf1117a618 0.22 MB 586 21
530,821 530,821 0000000000000000001bb21e6f38f03a6e9da189e5582eb1553ccfd0afee2bd3 0.50 MB 1,020 19
530,820 530,820 00000000000000000002ee1cc07847db3752d5cad155021c5c11d8982064d192 0.17 MB 378 11
530,819 530,819 00000000000000000033f6091b08dff53ac78e181410a41b191eb95c17cd3789 0.28 MB 686 29
530,818 530,818 0000000000000000001ac4cfac6de3f78a392e1c73c04b6b62e47046cea7cbbd 0.47 MB 1,004 22
530,817 530,817 0000000000000000000e121028a4e80719362273ea1b078f6f96706670a271d4 0.29 MB 392 11
530,816 530,816 000000000000000000343ee8107c7ababd2dfc967be8fe4a2e30e41796345a98 0.10 MB 212 34
530,815 530,815 0000000000000000001b7a830cd547575a1f7d2ea071b59b5733f0239b4e86b0 0.51 MB 1,152 29
530,814 530,814 000000000000000000088d43d0a978cfe7bd00e5cb45ab689bd37be80ef35616 0.44 MB 736 7
530,813 530,813 00000000000000000014f7e8e63fa886f464f229f6e9e1a426b3ad394fc1afce 1.11 MB 2,005 21
530,812 530,812 00000000000000000028a9c7924c2befcae9b3f8c3e1894c8326d4d9e71b2b90 0.48 MB 861 24
530,811 530,811 000000000000000000097459ce0a871c1b49b461eac236234290e0608a3f99ea 0.54 MB 1,274 15
530,810 530,810 00000000000000000007f888c2a82613d47608ce62f24374cfb3d9ed4a5416be 1.19 MB 1,968 21
530,809 530,809 00000000000000000026d2ef5a1e619f9f4a93d3b40813e151b7a950eab9c386 0.08 MB 143 25
530,808 530,808 00000000000000000010569440498f72bf00ef3d8c653ff522fe07176cd63882 0.02 MB 41 9
530,807 530,807 0000000000000000002a198e028042b4870c931719ebc03c6c471986638d55f5 1.02 MB 2,297 21
530,806 530,806 00000000000000000001bf46f6801c0bba2f083654a87eb861253d605af64ef8 0.06 MB 187 29
530,805 530,805 00000000000000000026ed59e20ef715332771fb5921d05214b90ce3fb3fb57d 0.63 MB 1,445 23
530,804 530,804 00000000000000000029d991696a3b74046073c57473ed63bb9ae6851341ac7f 1.05 MB 2,028 11
530,803 530,803 0000000000000000001f58711df728d3cdc3b87954f197001aa6e8654f570e2a 1.30 MB 2,923 24
Previous 10 blocks ↓
Total Size: 660.29 GB

Node Information

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