Memory Pool Memory Pool Refreshing

79,195 transactions
26.78 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,519 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,544 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,518 (282,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
566,741 566,741 0000000000000000001c9c35727b650f332b5f7d58f2162092e112f6fd039bc1 1.01 MB 2,039 14
566,740 566,740 00000000000000000012546c6d4dbe82a0ec4014f7680a6a57131de4bd5fcb82 1.22 MB 2,419 28
566,739 566,739 000000000000000000253b255985146399b6570a6350c82b6ccbe72630958748 1.31 MB 2,980 30
566,738 566,738 0000000000000000000723a996c4e39ee95a390b2a7b15a155b2daa7d1321dab 0.98 MB 2,193 25
566,737 566,737 0000000000000000000f3b3d8bbb6e59178c0a7c08e0ee89189b2ff7bc945923 0.53 MB 950 4
566,736 566,736 00000000000000000009bdfa0baac3f50be056b7b0daa1a5d8b846121df10a55 1.42 MB 2,238 14
566,735 566,735 000000000000000000278d38b7012a96f2d95c0e9052e0cd87d291425658b756 1.25 MB 2,934 42
566,734 566,734 0000000000000000000d310bbaecfea4a38dd09d5409175b8dc57c0cd83de3ad 0.88 MB 1,095 14
566,733 566,733 00000000000000000011e679fba9fd3078263eaf54bfda6b57ac524685274312 1.23 MB 2,486 25
566,732 566,732 0000000000000000000c2e25aed17463621249eedaaf05c71fa57376b1e10ea9 0.60 MB 1,322 25
566,731 566,731 000000000000000000061b31f5c567fa3380ceaa9a3476472046665167d3101b 0.10 MB 183 20
566,730 566,730 00000000000000000018bf7db15f7c9752832f47c63e07fe78645cb6c784e266 0.16 MB 314 22
566,729 566,729 0000000000000000000f8b5932e75c448e99bd845cd4870a70ce801eff57e0c8 0.27 MB 548 18
566,728 566,728 0000000000000000001bb03659f4ffb0f55978c962066dbce6149d1e301e006b 0.19 MB 366 23
566,727 566,727 000000000000000000123e74bfcff3aca56e1727c7b6054fdbd69610bac57c11 0.18 MB 144 8
566,726 566,726 0000000000000000000a5c062af141868ac2985b3c92d46ca16c9ff67c8a3767 1.23 MB 2,529 22
566,725 566,725 00000000000000000026686cbf75107bc4037850b3d6d8b542a308033739b14b 0.33 MB 764 21
566,724 566,724 0000000000000000000f7c00034e6610d86fdf8a4b08de1476b0db3e94ec6975 0.43 MB 1,030 20
566,723 566,723 0000000000000000001d53e351160731420f41ac49d6ef258e55651190e92db6 0.87 MB 1,820 9
566,722 566,722 00000000000000000007044d8462430e3ed3fd9a3edb52cd13155ca6ba941680 1.32 MB 2,216 13
566,721 566,721 0000000000000000002098a29fc0da6758dfade28299d3099fc85bec195be27d 1.26 MB 2,744 33
Previous 10 blocks ↓
Total Size: 660.59 GB

Node Information

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