Memory Pool Memory Pool Refreshing

78,662 transactions
31.06 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,424 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,777 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,423 (301,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,758 547,758 0000000000000000001665a875e29f087d7ede74a9c0086f9765b9c713b0ba2f 0.78 MB 862 7
547,757 547,757 000000000000000000081b0d941a3fe2f6fb0a9b4b9609ad1e4c3710199e6229 0.27 MB 566 7
547,756 547,756 0000000000000000000d77404ff983f8d91d56496dd439b64223e5e7e88f0b73 0.25 MB 519 12
547,755 547,755 000000000000000000057559db5fc6a05779f87c0d5556c4cc914a6c702fb668 0.47 MB 1,003 8
547,754 547,754 00000000000000000008432ecf7471083a4cde279ae5544518b5aadeca962518 0.27 MB 535 7
547,753 547,753 000000000000000000165c9400b07cb47dc65383d4e602faae2dc39607279a87 0.79 MB 1,496 12
547,752 547,752 0000000000000000001e7b63a69aa6e0124aecf43d8e21f307d7d72f459b392b 1.10 MB 1,576 8
547,751 547,751 000000000000000000033dbac57afc57ca7e0e8cc8bddc1921a2b0dfe534abbc 1.15 MB 2,064 9
547,750 547,750 00000000000000000009054b8dcad5891855c4f9eac9dddccbad4b71243ed815 0.07 MB 226 22
547,749 547,749 000000000000000000076ab6b359e93b14dc23266e692414c0df5bdbaf25319e 0.17 MB 328 6
547,748 547,748 0000000000000000000c11ee17bb55102c53d80f7bffc0136e971464d6383ff1 0.46 MB 777 9
547,747 547,747 0000000000000000000e9c86d929a5358d980d27c735a7fd1a0296fc60cc5598 0.01 MB 33 41
547,746 547,746 00000000000000000003fe157041d6141ef777c5e932d0d7ce3e6dc6c05498be 0.47 MB 329 2
547,745 547,745 0000000000000000001a46847db0bc24ddd1ed2fbc2b4575fb95e2873e618423 0.01 MB 40 18
547,744 547,744 0000000000000000001780f214da02857383b90f9b3f3a4118cd8e42f719f643 1.21 MB 2,878 11
547,743 547,743 00000000000000000014dc42fd99d62a6f369b773a70e59dccd277127ceeebc3 1.16 MB 2,129 8
547,742 547,742 0000000000000000000463a27b9bfe682983f8123fba6f23796b53821f1de945 0.36 MB 468 8
547,741 547,741 0000000000000000000fd9d1136a165b459a1f01d539e6e4ca2f5dea5af9661b 0.25 MB 537 10
547,740 547,740 0000000000000000000a8c03d26a43f31829315a4805a33176ec4c77153a2a69 0.85 MB 1,405 7
547,739 547,739 0000000000000000001e644fb7180e73b791c88896be546e0c9e257c4831a4fe 1.18 MB 2,385 9
547,738 547,738 00000000000000000003585ae2c01226ddb2b7ad744099dd0b2fef855165eff8 0.72 MB 1,171 7
Previous 10 blocks ↓
Total Size: 660.41 GB

Node Information

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