Memory Pool Memory Pool Refreshing

1,878 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,862 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,865 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (804,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,751 103,751 0000000000011887f8243cf365dd8920bc6d1f72ea1306d5369e42e4a5f24896 0.00 MB 1 0
103,750 103,750 0000000000009b94dd0a6eefd7b36de1b861ed9dff47b6e182c47ce6ea575a81 0.00 MB 1 0
103,749 103,749 00000000000297026e85b196ee99167aa54a25d5090ad2e917232aee81e1810f 0.00 MB 2 0
103,748 103,748 000000000000245de3996e8ee61276be129845ce657bdb10115fdbbfdf3d217d 0.00 MB 6 0
103,747 103,747 00000000000062940b6239b119c88cd42f3991f4ae46e055e7187c22751d9769 0.00 MB 4 802
103,746 103,746 000000000002ce2b7de869402dec178ae4b8f11205ee97e8ddbc7bfb83ccbc0e 0.01 MB 5 150
103,745 103,745 0000000000037c1d213ce7fc5b5c7463d8930b08592a8435f006ec0e77240fa1 0.00 MB 7 0
103,744 103,744 000000000001f35eed1c56f36b946794cdbf3efc3afd26fa97c79bd2ed378645 0.00 MB 10 0
103,743 103,743 00000000000089b7219194c1329a4c53e8058d093d5a4e1771af49eb02df20af 0.00 MB 11 0
103,742 103,742 000000000003286c95b0ebe0591c0e890cbb7b95dbc4f055ea5246525ea22cff 0.01 MB 22 0
103,741 103,741 000000000002c1ecefbce7ee170906337db65ffdfd4fad9746cf896c5691adcd 0.00 MB 2 0
103,740 103,740 00000000000176ec95997483c645e96c6ecb2747b2d321a33c83f29e90097351 0.00 MB 7 0
103,739 103,739 00000000000055077f978f6907f889624ec2e680c4e139faee9c89b3a2a896ed 0.00 MB 7 0
103,738 103,738 0000000000006f9ebe1ac98c3863b4e3ae8f78ee28ed9a1a275b684bebab2898 0.00 MB 7 0
103,737 103,737 000000000001896d14b7fa255a83ccaeccabf565be4f04d6978c0b87d0b116c7 0.00 MB 12 0
103,736 103,736 0000000000022927ed5a252aeb374a1df63f6e0240fe47645df021f905e171e0 0.00 MB 7 0
103,735 103,735 00000000000119d7fd7a32a4dea013fa5e6ea7adfa9bbb40068bc29c3911a207 0.00 MB 8 0
103,734 103,734 000000000001cae72bd244654774cf0409582cac01d5187cf5a6c2ba733c8e17 0.00 MB 12 0
103,733 103,733 0000000000029c554d092285f7c7cbdbb7c081a865f0a549ce141a0778bd0c38 0.00 MB 8 0
103,732 103,732 0000000000018bee3d98efc909d49c19ddb524edcaf33cd7c3793acf960e17c0 0.00 MB 5 0
103,731 103,731 00000000000095aec713a2847852246cf78030b6e4ce7dbe20fb7b72e1187dd2 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.28 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,635.54 GB sent, 94.32 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.