Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,271 transactions (1.88 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,787 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 4,120 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,786 (732,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,748 179,748 00000000000005eadd70dbbf57e01b24462e42aa1ce2eb8d6219c760305633fa 0.04 MB 102 162
179,747 179,747 000000000000046d37121491240ea1932945ae3d632f960a8ab275865729016e 0.05 MB 157 38
179,746 179,746 00000000000007ca3f6abd8a4fdd9213cd89c6939232bd75b1255fb7ca2847c1 0.06 MB 137 74
179,745 179,745 000000000000046cc5555d6099c8eba2934cb88d6458a5ffcb009294494e35bf 0.16 MB 367 145
179,744 179,744 000000000000031725c06baaf43e8b0ef925a511e7eee7052422b2b748948110 0.25 MB 669 158
179,743 179,743 000000000000084fa7fb332506706045b822737d609fa972724f66e8f004d65f 0.00 MB 1 0
179,742 179,742 00000000000002b789c2b272eec072cabe415a19e2c76c823d1f50a820e1ecce 0.00 MB 1 0
179,741 179,741 000000000000007b61586650d1a3330d9f58085a0101a1806c63a8ba36608d2a 0.02 MB 46 162
179,740 179,740 000000000000091181b3398c7862ab974eb5a98c65f2e175156789f8ee029917 0.06 MB 133 138
179,739 179,739 000000000000033a56fc0de8f75efd36c180e069d270e5670fd8ee9fd781c95a 0.17 MB 396 160
179,738 179,738 00000000000006b429c63a97eef5b1df66e8fd3af5a1f935ab0fbce5e76afd78 0.17 MB 381 121
179,737 179,737 00000000000009714d790ddc35aef6fa34e8ac9035af84614eae3d17ed18c95d 0.05 MB 166 85
179,736 179,736 0000000000000302ced268f5fa32e0becb868585633d3182f089fb9c82095b8c 0.03 MB 66 76
179,735 179,735 00000000000002be6beab667264ac8a37a2f3231cda1ca0fb892a77dfb5419d8 0.20 MB 440 170
179,734 179,734 00000000000004d9e163f0a306e661461822c1f70e816435b8bc0f573ac24498 0.01 MB 18 39
179,733 179,733 000000000000084f74569770e9cab86c616b66dbf2c42e228aa3ac297704fee2 0.05 MB 112 124
179,732 179,732 0000000000000781d570ee5e1c754ad2155950ededfd3bfa92f8fda361fbc518 0.05 MB 110 278
179,731 179,731 00000000000007bb15b5f5bf776c4865ef23eeb13cd4bebef05519484ca2f164 0.07 MB 174 119
179,730 179,730 000000000000000b7ce743e821a0accf01678dd39fe8f9362ffb2e915b44cbe8 0.03 MB 71 168
179,729 179,729 00000000000009133d70c6282279bfc5fadfea07e27543445a199fe6ef84b51b 0.05 MB 98 104
179,728 179,728 00000000000005163aeb548a27003f46d40f779165bb82bf56ef9cc165f926c7 0.03 MB 92 103
Previous 10 blocks ↓
Total Size: 776.69 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: 2,442.17 GB sent, 132.02 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.