Memory Pool Memory Pool Refreshing

451 transactions (0.11 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,119 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 436 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,118 (856,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,784 52,784 000000000a93aaa50eac7f5790874102f845a95da89990ce9d2c89ab0d053216 0.00 MB 1 0
52,783 52,783 0000000014b077740654f8b09634c8bd08d7e42365e20f842007601e217d47f7 0.00 MB 1 0
52,782 52,782 0000000002dea817c8b5c0e3ebf790226402da5fc5b8566c0df37fb0f2dcd86d 0.00 MB 1 0
52,781 52,781 0000000005d9f181b2067d57801ebcd79a916716aec5e03b116ece8718760afb 0.00 MB 1 0
52,780 52,780 000000000433d1906266ecca2caf4928b81380f18cc59e85045f1befff0a9892 0.00 MB 1 0
52,779 52,779 00000000163f3cac0b3e6f24cc4e06d487d63cf8d7c82491357153280cf7480f 0.00 MB 1 0
52,778 52,778 0000000001f27ddeda2d5efb6059c73379596241eb341642b96928203dd9f258 0.00 MB 1 0
52,777 52,777 000000000bc3cabdb9ec01cb29fe6fc789ee0c3a56e3c6ccfb3760a4af77509a 0.00 MB 1 0
52,776 52,776 000000000c0c5e12d0b56f3d6fee8f34355b9606e6695665d54d0a518f1a2634 0.00 MB 1 0
52,775 52,775 00000000117ca680b5b7792ee12b824354c6c98a976836bd8785ede66f04e7e6 0.00 MB 1 0
52,774 52,774 000000000198e54e0301e050c1dc6bdfce670f0c76fbe680a83d4f942c856803 0.00 MB 1 0
52,773 52,773 000000000a9be967bc4adee407d00a56a164ebe310704f871000c551293184c2 0.00 MB 1 0
52,772 52,772 0000000005ffd263519e406178a69f3e8558bb267b2d792ba4ca9acdb6012417 0.00 MB 1 0
52,771 52,771 000000000e61ce0f90aab83c802eef9356c7e6d0478446d5694a646137cb2245 0.00 MB 1 0
52,770 52,770 0000000015fd4fe307573009d4f7e2cbc54ba7f4af78858e8ad79c462c9293a8 0.00 MB 1 0
52,769 52,769 0000000004551052c1a67701bdb20cc7b4ca8d686454f864d91906499587a04b 0.00 MB 1 0
52,768 52,768 0000000015ce3fe408a55a87d704b423ac9292849f3de9f9f282919c2ae10cb7 0.00 MB 1 0
52,767 52,767 0000000008406cad2c7b3772ae1d55f163695ae4f03298e7964e643c186730ef 0.00 MB 1 0
52,766 52,766 00000000127379d7085c80b9f3e8e1a86032f4363b7bc05a9f3b8a1aa9f63421 0.00 MB 1 0
52,765 52,765 0000000001e0e5d2c69d87f949739bb5904c514cf3a3b90015b2b1bdeec1037c 0.00 MB 1 0
52,764 52,764 00000000112d8843b6c5c88930eae86fccc2366781c094f0c33b8b3b873bb639 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.76 GB

Node Information

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