Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,765 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 925 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,764 (817,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,643 91,643 00000000000aed00ed364ef29e1243ffd0cbc24d6d52160ae399055785a1a077 0.00 MB 1 0
91,642 91,642 00000000000198e41277f2aafe8d53e3b6e5ea1fd48f536727272ca188a41428 0.00 MB 1 0
91,641 91,641 000000000001f0a070aa40b9b72d82185a19e0bf3451d20b9f9f940e556d6b21 0.00 MB 1 0
91,640 91,640 00000000000738bbb95560988ba48e95cd790c706c75d667dc8bcbff90d20aaf 0.00 MB 6 0
91,639 91,639 0000000000072703608bd98d13d62616fa95dcabd3c7af3fe426678b2716f9eb 0.00 MB 1 0
91,638 91,638 00000000000a34839b32ff4559805555dc3f7f6db72155922cdcfee3f66f1a0e 0.00 MB 1 0
91,637 91,637 000000000002dcfb85e1e2fcf7b6c0b68a2a28309dbe4491d23186b963045b18 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 771.12 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.45 GB sent, 102.60 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.