Memory Pool Memory Pool Refreshing

64,472 transactions
27.95 vMB
Show Random Selection Loading Transactions
Max Size: 151/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,735 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,577 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,734 (818,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
30,807 30,807 00000000f5727e9d944bd74a9a6311727bb7b50743d632aaa4d15d82f7a71d6a 0.00 MB 1 0
30,806 30,806 000000000097727bbcf5a5c18385e5d5ce2bddbf5ea400eb1e7d5f7a5f40ba72 0.00 MB 1 0
30,805 30,805 000000002824685952663aa1440d856d0642908f3491d6c0fdd7dcd16607c728 0.00 MB 1 0
30,804 30,804 000000007979d49b5152dad5016f9a4b5e1305d17fa041207ee63f55b49c3da2 0.00 MB 1 0
30,803 30,803 0000000069696db14221b99c00fefe987fe54f162ae5209a40ff9ee90f337d7f 0.00 MB 1 0
30,802 30,802 00000000b5ff50193bea4e18418442416bffe3ff072d6883c78db57d48d415ae 0.00 MB 1 0
30,801 30,801 000000006bb350f988e26b03d307339c6e099de57f1809a739b88ed16ac03b17 0.00 MB 1 0
30,800 30,800 000000002d03de4eb6393604b51678fd28c52ad7282217b9d8d9b51a57f75b97 0.00 MB 1 0
30,799 30,799 0000000080d1be5b7849e5d700fb0861466fc4bf766176ed259de66b0bd150fb 0.00 MB 1 0
30,798 30,798 0000000058fab5601b3cf7807d13da134ae061f5c7a6adc8cb42e3f8aaa4345e 0.00 MB 1 0
30,797 30,797 000000002a9ba67aee43d4110b669c966d3bde087af1e9eef7589dae101a8637 0.00 MB 1 0
30,796 30,796 0000000027f1642e576eb6eb488aa7ef47016ce7d667a57ca03a282340bc1317 0.00 MB 1 0
30,795 30,795 00000000535802f1a22be59640f40a42c203e2f5af10cc40bfdf36cab8dc7c1d 0.00 MB 1 0
30,794 30,794 00000000b831ba8324df7ae5e4f3f6cf581646b8acaa41ae5d875d0ae0c681fe 0.00 MB 1 0
30,793 30,793 00000000ecc59f9d4e68a8adabab78236b8ea3f33b3baf0dbde6de0aef26b1d1 0.00 MB 1 0
30,792 30,792 00000000e8671381e829c97b3ff2007e8437356b9ba64800e278b06d704a7ede 0.00 MB 1 0
30,791 30,791 00000000e456b2f871fa30e1858f6952e51a2c751400dca59ed57cb1b16510d6 0.00 MB 1 0
30,790 30,790 00000000fdadaec9d66c693557f2a9a40246c430162c18d32951a437e726fd55 0.00 MB 1 0
30,789 30,789 000000002fc3b06f11f22613e3a861c7966d46fc186728d78f6bf4a919291998 0.00 MB 1 0
30,788 30,788 00000000e0297732f6e99a929778d4fae6f3c4e17e74b16b5c4195e9dd358870 0.00 MB 1 0
30,787 30,787 00000000130b61111494a3f148f4640072d02ede7ff0ed7799281caaf35e039f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 661.01 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: 684.13 GB sent, 4.06 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.