Memory Pool Memory Pool Refreshing

68,164 transactions
35.79 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,765 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,593 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,764 (118,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
731,560 731,560 0000000000000000000347566d3c87b2c298603ab04f3a2c6f7c1a4ecdf155f6 1.48 MB 2,057 4
731,559 731,559 00000000000000000001debaf341a8cba420b4505f8537c53ebebb3b40aabc07 1.50 MB 2,789 13
731,558 731,558 0000000000000000000059331d124ada55a67200fefa511c782bbc175b9cfcff 1.59 MB 2,998 3
731,557 731,557 00000000000000000001385d8515bc8d1ce041c0b231f690b416503fe18c174a 1.82 MB 3,040 6
731,556 731,556 00000000000000000004c442a8a4442b2c5afc53883f182b2b0d0d38d7bef8a2 1.48 MB 2,422 11
731,555 731,555 00000000000000000007d70ea3ea0035ad54dd335c1d9a51d798f37ba6718f11 1.38 MB 1,275 7
731,554 731,554 00000000000000000004e5ce8ec20ad0829500b782bbac4956f9c8e7cfce9ff6 1.73 MB 2,240 8
731,553 731,553 00000000000000000007e6464e488f72a10e6bed92d41ed51c7f30ad5956fdd8 1.25 MB 1,037 10
731,552 731,552 00000000000000000007dfe9dd9fb3eae6626dc7917fbd4743cdd90988be2b77 1.98 MB 2,197 6
731,551 731,551 00000000000000000005a3ad2fde54427946f35d40183eb504ebca235f4a2dc8 1.60 MB 3,305 6
731,550 731,550 0000000000000000000946ceb35878dc961773a3205abe41e787115090cd7f78 1.65 MB 1,380 5
731,549 731,549 0000000000000000000683bdd8284dbe8f4d619a70764bf1e7a3d0158bbb41a0 1.89 MB 2,623 6
731,548 731,548 00000000000000000007088ce046e1cb243ce40668f03ed466f1ca6835232186 1.53 MB 2,955 12
731,547 731,547 00000000000000000005f84f6d1d47a1daa50cfe87444b267a9dd0b34136e37f 1.49 MB 2,362 23
731,546 731,546 00000000000000000005508559f0f2486528488ce79ff0842bd140905d04bf92 1.47 MB 3,327 15
731,545 731,545 0000000000000000000616227abe1da4b205e57b4f42af345e55e6902f6b88bb 1.50 MB 3,352 18
731,544 731,544 00000000000000000005d66fee765b258c313c000e8fccbfb213f5e5a81edf57 1.03 MB 1,929 3
731,543 731,543 0000000000000000000138e413e023a827a43301a9e5d0c7e00d98c0a7a4ef7d 1.52 MB 3,368 11
731,542 731,542 00000000000000000005f543a9e8023059bf5bf5fcfcd6d7d69db0a18c29c340 0.06 MB 125 7
731,541 731,541 000000000000000000053cd28c8d1f647f45136399043eae2c80894c2642e725 0.51 MB 885 8
731,540 731,540 000000000000000000064c05b5f7ace0071f47ffa5ab50297941a59520f15ad8 1.18 MB 1,803 3
Previous 10 blocks ↓
Total Size: 661.06 GB

Node Information

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