Memory Pool Memory Pool Refreshing

5,274 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Priority:

Feerate Time
2 sats/vbyte (within 2 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,750 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,697 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,749 (817,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,636 91,636 000000000003c3a16695a6e03ef96f613ed062701cc8045e09838fd7d4b05193 0.00 MB 1 0
91,635 91,635 00000000000511a4932da726067f30a8764ea783761a6cc2f0f187d5f515b26f 0.00 MB 1 0
91,634 91,634 00000000000117b8b8c6800c7686f5186303d358bff104fd045e63165b7cbafd 0.00 MB 1 0
91,633 91,633 0000000000030d713281812d44882c31e4e38aa3f201c00c129080e264173222 0.00 MB 2 0
91,632 91,632 000000000008b10a033fd7fce5ac2c16a112adf02d48efd30eba97a2093a3026 0.00 MB 1 0
91,631 91,631 00000000000acc78a62ae57c598a8bd201cb123693dec3289cd1f7c81b44c980 0.00 MB 1 0
91,630 91,630 00000000000d474cf0b8620fd96572db0a7d2b174c6ecfc19df3a1720d03791d 0.00 MB 1 0
91,629 91,629 000000000004dad4b5df347befaf7bbb40b56adfdceb43b0cbb3b5767cbc9373 0.00 MB 2 0
91,628 91,628 000000000008e1396698f0f6fbc13c9ab9e651944acece135cb0598ffd1d601e 0.00 MB 1 0
91,627 91,627 00000000000783289b90aae2c20a841a6f2f9edfeaa46d71158c92183aec18ef 0.00 MB 1 0
91,626 91,626 000000000003d85cc95f3d8a8bbbd7babdc6c67e53c4fe136ff6ed4641dde8b4 0.00 MB 1 0
91,625 91,625 000000000008e4c06ce92d25e315754e1c9402d57a1d78effbd9eb40af026a12 0.00 MB 2 0
91,624 91,624 000000000000ddb76e0efd1741de73ee121feb2d556e21d1dbdb6e371019b9d2 0.00 MB 1 0
91,623 91,623 000000000003397dce5158ddf9329af1e2ba225cb9ee18c5ae2a620a9729138e 0.00 MB 1 0
91,622 91,622 0000000000002c2c086eba5c646eb906d54dcf59b5c66021f586bc382140db00 0.00 MB 1 0
91,621 91,621 000000000001e04e4c3b69e7fe8eda5e7785e5c3bfca97ab62a321a99615f325 0.00 MB 1 0
91,620 91,620 0000000000089fb68b3bf548234ad8282b8710e2290e595b96a1d7173f7cb82c 0.00 MB 1 0
91,619 91,619 000000000009d7427641f5625a64b9ad4e4a9f4c043f6d166e32bb7816ebfab4 0.00 MB 1 0
91,618 91,618 000000000000ed0e07eb166b94ca3f4bf3711cef9a86c49d9d7528131d6a323f 0.00 MB 1 0
91,617 91,617 000000000005fdb0f820b33fda01c4c93ee88aaea96e0c18719fdfc28c27ed27 0.00 MB 1 0
91,616 91,616 000000000006c61179f30336c64a722a34e577bc1769f5a1631195192aa3139a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.10 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,856.08 GB sent, 102.48 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.