Memory Pool Memory Pool Refreshing

62,845 transactions
32.54 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,983 (734,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
115,567 115,567 000000000000ca4e0817509a1b0c684b64f15ae5b40fe85abb0e6efca1db9b22 0.00 MB 3 0
115,566 115,566 000000000000d71fb142913b44f28bfa031588c5b6fd6d6f1c57c5d7c178e54b 0.00 MB 5 718
115,565 115,565 000000000000cfe694624af66a639401a041bfedcc2885284b996617c20e7b89 0.01 MB 18 269
115,564 115,564 000000000000ba64074ebf5ca9c155270902ffe8ae3fb1d77e6a5b513d989c84 0.00 MB 6 1,019
115,563 115,563 000000000000bfd605fd9c6147cc209516d36c5f956f2ceb2ba88c4f83336dd4 0.01 MB 20 283
115,562 115,562 000000000000d9a32bed418f049a0763fbf6bbc97147ca35256ed47dfc2dfd8d 0.00 MB 10 862
115,561 115,561 000000000000d3ececab60b8362eb6722dd1ca18f0538b476753f3107649a63d 0.00 MB 7 0
115,560 115,560 0000000000009509372d3bf8349f7e10455c09aea419de4f44fb25a1ecdeaf49 0.01 MB 22 959
115,559 115,559 0000000000004b771011d4622ba6f8366c2441157e64e48c2cfae4901da82e1f 0.00 MB 6 696
115,558 115,558 000000000000bd26aaf867f23a7b66b62ffe1e402f79a424ef8b3e4e84c68f32 0.00 MB 3 3,868
115,557 115,557 00000000000090b0cae8c5fea2fffac9f909c097f0402637c59647b91bbd896f 0.00 MB 5 651
115,556 115,556 00000000000070ecad847c5839f29582942edc89e4e36ca712b66c11ae128d6b 0.00 MB 5 0
115,555 115,555 0000000000007669608d2f518de2d9f314d98a083a918026bea49e14bfb36232 0.00 MB 14 1,047
115,554 115,554 0000000000008fcc2bb958c5090751bea7ba5bfcb1256f60a92e4446f33a44e6 0.00 MB 10 0
115,553 115,553 000000000000335f2661d15f54d4b6097585b48ce0e7f1f333d1748589989a59 0.01 MB 18 547
115,552 115,552 0000000000002317730e563afff4ec6cd3cd0f3532bf4b3e3c73b2790b581955 0.00 MB 9 855
115,551 115,551 00000000000010cff36b3febced3beaa0a74c46b9750c9209c758e0142ba82a4 0.00 MB 7 0
115,550 115,550 00000000000050940d1e27ede97d4dc8c40709f9e2450f06de073bb582a58136 0.01 MB 36 749
115,549 115,549 0000000000009b93328519f4bc391a6ef266b75e17de083c9d784b4ac6cb2263 0.00 MB 13 1,051
115,548 115,548 000000000000a645dd179447bfd93022f6670423db61f16e36e3d6701a365c17 0.00 MB 6 662
115,547 115,547 0000000000005d5d62f726807fdcd5ed5f6628b297e686b422b4be0cb9c298f8 0.04 MB 139 208
Previous 10 blocks ↓
Total Size: 661.48 GB

Node Information

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