Loading Tool

Explorer IconExplorer

Memory Pool

1,803 transactions (0.59 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 3.10/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,313 000000000000000000022b910000000000000000000000000000000000000000 1,801 0.01624649 BTC 0.59 vMB 2.06
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,312 (699,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,297 213,297 000000000000039eb6cfee0cf922fe5d29726adc07dffebfe19489a60653c624 0.03 MB 75 165
213,296 213,296 00000000000000be40963199045c2a78cdcf0fe2e9d140646db805d065210886 0.01 MB 21 159
213,295 213,295 000000000000034acb6ca457200ad003f2846050b2e89f480c6610315b484446 0.00 MB 8 116
213,294 213,294 00000000000004e8c5d574b284baca9906361be698440a9d837d1cda48ad91d3 0.01 MB 40 157
213,293 213,293 00000000000004d2ce5eef916bba9dc206e8b1ca0445c7d0b4842496f9124e52 0.00 MB 10 33
213,292 213,292 000000000000038a5eae688d09b34cbaf0fb5b9dd57afc3417da974fadd4c84c 0.05 MB 118 1,222
213,291 213,291 00000000000000d32091ef94bb85f3ec4bd195ff2fd425ab17be9c51ed7bb232 0.09 MB 222 154
213,290 213,290 00000000000001f256366ed7b293f99ab838767b7cbd2e853e9f53c31046bdd3 0.12 MB 254 180
213,289 213,289 00000000000002e3b1381ebbd775188c65da094a0f20ac0310a23f5187982749 0.27 MB 419 142
213,288 213,288 000000000000004be9d43bdc5244dfc6b13362ae4a488f42b436fe2a649fe32a 0.23 MB 560 171
213,287 213,287 00000000000001e0d4c0c686e93b988b684764af5394ebf4558c973bef655e3c 0.25 MB 683 217
213,286 213,286 00000000000002dd3a372a43eb57dcd6c6eabfe5acb95ad6517b8b0c10dc5c53 0.05 MB 136 152
213,285 213,285 00000000000000e3e2147bc9162cc48872230cfbb2272922333c785ed63b032a 0.04 MB 79 171
213,284 213,284 00000000000001b777da3db953fd6a8811bde35dd24b754276d563de1f17524b 0.08 MB 144 141
213,283 213,283 000000000000026fd9e49addc9d1ae061911469d3d4f860fc1d6ce19fa19cf72 0.00 MB 6 46
213,282 213,282 00000000000001ba14e8f91391b95c1382cef1e52f8287bf22b506c5c187f885 0.25 MB 479 406
213,281 213,281 00000000000004c21071bd115174fd3338d51d02ee696f1109f490a773542130 0.25 MB 660 201
213,280 213,280 0000000000000015393c856945a1cdfa84e3c9eb151c866cac18729d785569d1 0.07 MB 225 239
213,279 213,279 0000000000000087ea3e3723631a6bdfbe1b7d4c0d23a7cf5b9f43903f8259a1 0.00 MB 13 20
213,278 213,278 00000000000001a596d5026635e323cff8e3046b1477c0387146d743acb8d7d7 0.01 MB 15 105
213,277 213,277 00000000000004e72e79b4bf12f70bf9475cfdc0633f34cbce4090a78fc37e25 0.05 MB 113 155
Previous 10 blocks ↓
Total Size: 777.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,542.73 GB
    • Received: 136.62 GB
  • Uptime:

Notes

  • 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.