Memory Pool Memory Pool Refreshing

70,442 transactions
34.46 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,943 000000000000000000038a6d0000000000000000000000000000000000000000 1.00 vMB 356 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,942 (71,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
779,501 779,501 0000000000000000000629cb7a427bbf3b5657d4d12f0ee62e78cf0cbcea83e7 1.31 MB 553 2
779,500 779,500 000000000000000000024a7e5a0e961db9223391598bf217e29de4e04937facb 2.18 MB 164 1
779,499 779,499 00000000000000000001500aa03c8951b8bbe0491502a4bef82a0b625c591fc5 2.54 MB 1,290 6
779,498 779,498 000000000000000000037421e06e6c8d3cef9e49338f94c7283039766030f224 1.91 MB 2,077 10
779,497 779,497 000000000000000000002949fad880a45d4db2a52ae80a6007bdb9f75d15e229 2.42 MB 1,465 5
779,496 779,496 00000000000000000001e0cf15855cd77cdc2c7906f0008dcf26e1b9fae4c49f 3.09 MB 1,273 6
779,495 779,495 0000000000000000000233426b02f909624252c9fc3996c10f1dca6f55d72dca 2.27 MB 2,200 12
779,494 779,494 00000000000000000003d8fcb1e3f86e48454c4ce89d16dff4642150c6b2e457 0.00 MB 1 0
779,493 779,493 000000000000000000055753b7c4c6bb50a66c7b0238f7d2b6fc249016bc5b3f 2.30 MB 1,784 10
779,492 779,492 00000000000000000002fbd450dfe74c5999c51338716530628cd4cbb784290c 1.57 MB 2,980 19
779,491 779,491 0000000000000000000092e6c665e972c8cdbcbbcb6cec7abfdf15bad508caf0 1.61 MB 2,835 19
779,490 779,490 00000000000000000002e16eb8633dd677e30a406d44091d31a442eb93deb989 2.20 MB 610 4
779,489 779,489 000000000000000000054b402a5345cd8b283b3bbfa6ed5b5cd70bdc329e6aad 2.73 MB 1,725 8
779,488 779,488 000000000000000000029bdf5dbd3a554a40057ef56ecc45ebb951cd79a1775a 3.31 MB 1,544 2
779,487 779,487 00000000000000000004610076411989003dbdb5435959ba01e6d923cbbd43b1 3.03 MB 2,153 4
779,486 779,486 000000000000000000030d000631442f6f0c4bcd51484aa08717a67e12656ce4 2.52 MB 1,949 3
779,485 779,485 000000000000000000037be37f8f9b774d66e586244bdfbcec4472f0d06f2c62 1.45 MB 2,925 17
779,484 779,484 00000000000000000002ef1e3a28cdbaa4097af56d88afea96829ae6009f5f94 1.48 MB 2,244 15
779,483 779,483 0000000000000000000623feb1525acace0af9d1346d3a6ee5b042eb2d43357b 1.90 MB 1,247 8
779,482 779,482 0000000000000000000578a7446cb0c18f3f36d26894f361ae445fbef5ebb815 1.45 MB 3,054 22
779,481 779,481 00000000000000000002426a676f634ee9a90f9af411742caf2f446702de1f6a 2.23 MB 1,867 7
Previous 10 blocks ↓
Total Size: 663.27 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: 1,829.59 GB sent, 15.00 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.