Memory Pool Memory Pool Refreshing

80,761 transactions
30.57 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,813 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 5,371 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,812 (744,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
126,077 126,077 0000000000003eb82a4310e1174c8ec05eaf2c83656d91cc59c0697a66ec1083 0.01 MB 10 392
126,076 126,076 00000000000035b7444e2e079ec58bbf1974b68e4002e159ab27d3ab6a77ac27 0.00 MB 11 842
126,075 126,075 00000000000024eeb21e7e536957182027ef82e334155e0dec211d94123420b1 0.00 MB 9 370
126,074 126,074 0000000000001528514392b3f841a880aac506efaa525ed4afda7e87b58fef29 0.01 MB 36 440
126,073 126,073 000000000000338cf24d1da43e609779a4054e42393311ed6f155e09f93fd433 0.00 MB 9 557
126,072 126,072 00000000000016bad301854927191eb257d0cedaf23b2cc4970402fc77c084bc 0.04 MB 113 1,021
126,071 126,071 0000000000002e072075d36649b7ac9ed55117f79a17030eda677a26fafbd95e 0.00 MB 13 848
126,070 126,070 0000000000000041a28c5edd80a29f26ff59c4042f8f0a9ca9bb9ee251cf37ee 0.01 MB 31 824
126,069 126,069 00000000000030f492e0d171c7e2544c28f8bbf583c1fb75c1c409d93338133c 0.00 MB 2 2,283
126,068 126,068 0000000000004020799d7c1b512bb5d465ded748915cc503d6802f091d96d51d 0.01 MB 20 301
126,067 126,067 00000000000005810cdb4a7d7a86b6db746c1248f977a55c86ebcabb8e59e226 0.01 MB 50 2,599
126,066 126,066 0000000000000f6c5984a880ec63632480ed5717f221790dfa19746d38250769 0.02 MB 33 365
126,065 126,065 000000000000020760390b26075a9f5e73ac735c78e54c72a066564c8a85d12c 0.00 MB 3 0
126,064 126,064 0000000000000c741d056fd932909623dbcafe0dfc0ac9c4f4826d431e4f8757 0.00 MB 1 0
126,063 126,063 00000000000030e666c38ca65aa317507a1e6715f2516a944aa7c039a7597ed9 0.00 MB 7 1,343
126,062 126,062 000000000000344a57f8b37e4330c43d0bdc28d886ac072db7974b773df9f650 0.00 MB 8 521
126,061 126,061 00000000000019de56c09c050c87b59f04bd1a9fe0c95a9cf314fa4aaf3c7f0d 0.01 MB 9 404
126,060 126,060 00000000000040ebf2ef41cad819549531bc5e5eb8b7f29204793f87c122d18e 0.00 MB 7 660
126,059 126,059 000000000000427c35f4669b8f5b3ce7c15c26366cd67d07b620a89f4c849868 0.00 MB 9 954
126,058 126,058 000000000000412be9f775b77d1033f451a1fe5f7610ff6ca6f8d50137419977 0.00 MB 13 222
126,057 126,057 000000000000447bff9d502a6349069dbb19179a3d9776d77865d121706d4fd1 0.03 MB 71 421
Previous 10 blocks ↓
Total Size: 701.00 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: 2,397.67 GB sent, 217.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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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.