Loading Tool

Explorer IconExplorer

Memory Pool

34,214 transactions
29.45 vMB
0.07743871 BTC
Random Selection Loading Transactions
Max Size: 142.64/200 MB

Candidate Block

Mining Attempt d1d79ecebe96f4057471314ea9a0356a44fcfdfc3a3c3f66351cee7acd883a53
Version 20000000
Previous Block 000000000000000000016a655abee59fb1fe04633919e8d234db6ab1188b5de7
Merkle Root 67a089f70673a5a99fbe6680f1bd0fcc0e6f6b8e67ed076609f59b87c0e8b26d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,221
Size: 1.00 vMB
Total Fees: 0.01363627 BTC
Feerates: 72.50 > 1.37 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,518 (447,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,401 467,401 00000000000000000120f573145a9de429e6adc9d4cf667b6585e0298978c1c0 2,751 1.00/1.00 vMB 289
467,400 467,400 000000000000000000220b79a049b07455be818f376cc03793a15de039e105a3 2,690 1.00/1.00 vMB 254
467,399 467,399 000000000000000001af8728722e548f5c85fa276f743f7ee0a9287f2aa39a8f 2,743 1.00/1.00 vMB 293
467,398 467,398 000000000000000000bf8b79d5049f28d92d802ae126a0e30159c3d47b3204ed 2,565 1.00/1.00 vMB 291
467,397 467,397 000000000000000001b53384f7131fcef0438ee448288a30ba73881ee34d58d7 2,587 1.00/1.00 vMB 210
467,396 467,396 00000000000000000138a3d250abcaf521b801a00c42f1e6c0fd6edc2e10589f 1,210 1.00/1.00 vMB 155
467,395 467,395 000000000000000000f9b853f8b6561e0ae8c16a44038cdd25c463044f4f5d4b 2,231 1.00/1.00 vMB 249
467,394 467,394 000000000000000001c61acde534541490183a264c75d88f9d3acd3815459d76 1,214 1.00/1.00 vMB 138
467,393 467,393 0000000000000000012654216bb97468e8785e7c03b453d4e0eb4c4955ac1d9b 2,916 1.00/1.00 vMB 305
467,392 467,392 000000000000000001bbfde4397ee35ff2bba14e05f4873679a66b36edb8489e 2,260 1.00/1.00 vMB 143
467,391 467,391 0000000000000000017b48000350800bad5efdb66bda8aaa4aa7bbd3108c21f6 3,274 1.00/1.00 vMB 156
467,390 467,390 000000000000000001ca10003c524933e4efc4fff138d9d30243fa9467b8f31f 2,655 1.00/1.00 vMB 194
467,389 467,389 000000000000000000d0f32648fad8fcebb7838919ef54d17ecf8d77765b5abf 1,720 1.00/1.00 vMB 251
467,388 467,388 00000000000000000117d3d72c1fa25a14499f9c559bd408011840ec751db203 3,104 1.00/1.00 vMB 339
467,387 467,387 0000000000000000012017ae7382a0bc4dd09b33e8da9af4726556a1b2a788c5 2,057 1.00/1.00 vMB 166
467,386 467,386 000000000000000001a75d4c8160f84ad26be0a24b0a7a1e9791bf3428cc3ffe 4,311 1.00/1.00 vMB 122
467,385 467,385 0000000000000000011dd03b6f1dcd7e5c0ce2dcdc71149b9df56ddb0987305f 2,997 1.00/1.00 vMB 182
467,384 467,384 00000000000000000112dea906176e5efda08ae64076da11959f2a6a7f590f65 1,196 1.00/1.00 vMB 158
467,383 467,383 0000000000000000012ba6a19e55676589b5e6327f7e6c6500408b53dce58cb2 1,933 1.00/1.00 vMB 273
467,382 467,382 0000000000000000018cb6e9be099eba9ec52ce78aabdbbbf93fa710c2b579a5 1,961 1.00/1.00 vMB 270
467,381 467,381 00000000000000000161dd26151c9c35d313105119b1c3b2a2e2d9e31be70368 1,950 1.00/1.00 vMB 191
Previous 10 blocks ↓
Total Size: 781.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 613.79 GB
    • Received: 11.14 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.