Memory Pool Memory Pool Refreshing

4,467 transactions (1.65 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,132 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,930 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,131 (875,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,970 33,970 00000000169268ab01ddd1172005e79b42894c59b8d420a49848838b572fc418 0.00 MB 1 0
33,969 33,969 000000005f3463bf398be8783b283a451652e989d11ece9dc6f2266d37048385 0.00 MB 1 0
33,968 33,968 0000000005a39da433780b10d1ddb8f341e3229748c8bb3a29efbf4a436f6371 0.00 MB 1 0
33,967 33,967 0000000050bd6a4250e4f6712bca7cb492c9aa7d120d3bd59f9974dbf98f544a 0.00 MB 1 0
33,966 33,966 00000000118c5d4c9c57d903b9a94d8fa861b214ccc7f019a10f736c621ec1ac 0.00 MB 1 0
33,965 33,965 000000001b76656b1b5ad53617697e61bb63a990f0e32be7332ba7079ff8541e 0.00 MB 1 0
33,964 33,964 0000000099bebf186059b044d6846d55f817ec77b5324c59b35cde658cd05bb6 0.00 MB 1 0
33,963 33,963 00000000b71b576d7f158ae467148498f40287d678762237a251660bc3fd63c9 0.00 MB 1 0
33,962 33,962 0000000024b1caa1a11dbdb8e21fa150211c82cd1e4237a2e60ed9f2b30ebdaa 0.00 MB 1 0
33,961 33,961 000000008a55d5b7168fb90a9a1ed3e54fa9dcffad309cec46e9268bad090727 0.00 MB 1 0
33,960 33,960 000000000c13f7f8934cdd689ece035942542190a305e6c32d3ab520072257c2 0.00 MB 1 0
33,959 33,959 000000000e674a549da81aabf80b8a8f4b20b11c3bc9262fb7126c68767feb1a 0.00 MB 1 0
33,958 33,958 00000000d0c6b0ba6c3f764554d3901c7128598cddb1644a1c264948e67d5207 0.00 MB 1 0
33,957 33,957 00000000d04baf3086d483f80b1bfc7b1c1301cdb4f428908526e0c39d4e9fae 0.00 MB 1 0
33,956 33,956 00000000599a265a2e542017505a7c6bcd5c6b74caa8e013a85566559ed58b1e 0.00 MB 1 0
33,955 33,955 00000000754261ff83a0d81d304b2fddc6407d13cf4ec742030c68ed042939bd 0.00 MB 1 0
33,954 33,954 000000001dbd5189919d64c9b82ebcdd8a03ba61c2ae315b937c08a5ff2118da 0.00 MB 1 0
33,953 33,953 0000000060fac1b5ed5f027575114cb53f20f62c157364bb972f6a126c7c197d 0.00 MB 1 0
33,952 33,952 000000003b799556d5f2a5a8d98be4b56c86e5f49f0e9104347dd2256fddef24 0.00 MB 1 0
33,951 33,951 000000008e8cfcc23036419a53dae06e03f0906bbcc4761db141eae927108a5e 0.00 MB 1 0
33,950 33,950 000000002d7dafc48eb4cc74572462d618bdbe512fef6a4a8f23d13388e09545 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,949.56 GB sent, 106.54 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.