Memory Pool Memory Pool Refreshing

38,966 transactions
30.06 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,508 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,857 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,507 (755,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
107,481 107,481 000000000001b347689d9a6ad7ffd4a41c0e640e0b95897f29cce6653071aab5 0.00 MB 12 0
107,480 107,480 0000000000020fb3f39dcf7d006824ce89d600614c2f4c04636cb9e1bb527852 0.00 MB 13 353
107,479 107,479 0000000000008db044fba99f75f563f6a01c19d43f4efe5f21f54b9132b9f022 0.00 MB 6 0
107,478 107,478 000000000001fb37aa30e9d4e0795ad8cb80b15ff971ff02e9530b4276f3c347 0.00 MB 12 0
107,477 107,477 00000000000211ec68ca04620b502341a315c0a696cd79315eabf3595051a8a6 0.00 MB 11 0
107,476 107,476 0000000000004a9a985a06ec754c07ce32142effcd72e42e66ca9f835f7f8b5f 0.01 MB 30 110
107,475 107,475 000000000002746eea965227201cb8c5e0ecea8eefa10a37c79a84bf9123824e 0.00 MB 12 0
107,474 107,474 000000000001c6992207d93d89025470429ec136f64c43d407c2af19b1776c5c 0.00 MB 12 0
107,473 107,473 0000000000012e890c35d5945b02f201ead4635f11e3e3707499ea52669d16fb 0.00 MB 12 0
107,472 107,472 0000000000020bf5668dd432421c063f90c521dd764043f806e7ca1516f741a3 0.01 MB 14 44
107,471 107,471 00000000000203b7eacd06d9f9fa931515513dfd347685cbf608de4b74b2b93d 0.01 MB 32 0
107,470 107,470 000000000001e410f0a2ac6db17b4714bab8f29b3c4c4600591093405829c649 0.00 MB 12 0
107,469 107,469 0000000000016e9cb3667838bdb0740c354a4c2aa294ca39a743525c66efe461 0.00 MB 12 0
107,468 107,468 0000000000027d26d00ef09d393b3dc6f552d0138336da19df993dd6cdc09de8 0.01 MB 24 0
107,467 107,467 0000000000024b3542902786a2e1297dd88e78b76c30cee9bb4110605fa9bf6a 0.00 MB 10 0
107,466 107,466 000000000001fff36f72710c55e5946ba3b57b5cb6d150e43d88f02275d99fa6 0.00 MB 9 0
107,465 107,465 0000000000023116387159a0503fee316df4d230bbe9156ae35efc07ff108a89 0.00 MB 4 0
107,464 107,464 00000000000120fcfb1dda480e54b02a6542c1362a41f2a500c9017f0f868787 0.00 MB 12 0
107,463 107,463 00000000000042be39eb98679508dc2fccb518e737002a6b8b25916a83284e63 0.00 MB 8 0
107,462 107,462 0000000000012f404359d5377a11daa41a792607a753339002303a17dd9caf22 0.00 MB 11 0
107,461 107,461 0000000000000a89580a20624ed8d2090d4665aaca24c075390486acb5b92de2 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 685.13 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,372.12 GB sent, 106.27 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.