Memory Pool Memory Pool Refreshing

74,718 transactions
30.79 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,572 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,816 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,571 (181,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
667,686 667,686 000000000000000000096eab9e4a498a43b9f3f2a9983b692d2f837723e1b3ac 1.08 MB 1,611 9
667,685 667,685 00000000000000000001f2cf8b3eb8965b9f45ab693da9f83db344db361793e3 1.39 MB 2,108 50
667,684 667,684 0000000000000000000cb37ddc04bcd11bb6ac0df1908021bfa010e52981615d 1.19 MB 1,461 48
667,683 667,683 0000000000000000000b7f563beebc6d7f54af7e1b044f8a4321f8226e8341e7 1.29 MB 2,467 42
667,682 667,682 000000000000000000017b223000821f2de44001a40dedc9346ae03f8eccab1d 1.24 MB 2,356 27
667,681 667,681 0000000000000000000750c8b32c56e62ae001ae4a6e197d138de87a8f894a7e 1.36 MB 2,032 50
667,680 667,680 00000000000000000001c4359ac003f7899e253fb236103a07d30c191876e28e 1.25 MB 1,618 20
667,679 667,679 000000000000000000018db0170ecc3f0b59ee74318d763d93f1b33a2e256c8b 1.33 MB 1,939 20
667,678 667,678 000000000000000000062434009381957fde158fd60dc8c3fbde3f34a1505639 1.37 MB 1,784 25
667,677 667,677 00000000000000000006a43a285ad02ff772401059f1bc81aa5cbf6005cacb78 1.30 MB 1,926 24
667,676 667,676 00000000000000000003133cc9149d8f1181c8ca0afd308c3b5bc897b68c12e0 1.23 MB 2,606 25
667,675 667,675 0000000000000000000c52ee2f5a20de5af6d7a58b2c6e0a4f39c3edeb0bcdaf 1.71 MB 614 20
667,674 667,674 0000000000000000000403a65160b298c476f14ada224ab267f4f1414ed9e859 1.66 MB 897 28
667,673 667,673 0000000000000000000493309ed73c4071158ae70e38b461632a0fe949491146 1.30 MB 2,330 104
667,672 667,672 0000000000000000000d58a67833c99571ae59098f81e63cb83c2f919538b8a8 1.29 MB 2,512 38
667,671 667,671 0000000000000000000ab9870403e6b6b412209716cacaa0543cfdcfff94063d 1.29 MB 2,436 39
667,670 667,670 0000000000000000000d4de657a8d490827cba819da81f8e5a5b189d155505f6 1.38 MB 2,766 89
667,669 667,669 000000000000000000022da7ae9eba637582a92e1fe84dcec64bc31bdeceb2d6 1.31 MB 2,337 60
667,668 667,668 000000000000000000040a2575cdf134a1ed0aee27c3978e428cb13b9bb96316 1.38 MB 2,262 95
667,667 667,667 0000000000000000000581156c59afe446406d5beb425a57efbf0dcef8c6f9e1 1.22 MB 2,407 23
667,666 667,666 00000000000000000004a2049df7e1ebc9d840c52fa0f0c8d700224774730fec 1.31 MB 2,603 40
Previous 10 blocks ↓
Total Size: 660.69 GB

Node Information

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