Loading Tool

Explorer IconExplorer

Memory Pool

42,973 transactions
30.70 vMB
0.09818389 BTC
Random Selection Loading Transactions
Max Size: 156.12/200 MB

Candidate Block

Mining Attempt 099cc3d809a5b796595bb6e2291a022225f530514e3e27481f4aaeec53348c29
Version 20000000
Previous Block 00000000000000000000ff70d2eab8ba39c62939af77ca332015a8c22a4f40a3
Merkle Root 799b139658127f7814dae1e0ab5411fcc3f5d99ca0dd7e371765d6372b64bee3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,638
Size: 1.00 vMB
Total Fees: 0.03656136 BTC
Feerates: 124.04 > 3.66 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,444 (787,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,687 126,687 000000000000139ae6575ff8c4702e2c8e187f408211704f39c59b55ceef8a9f 1 0.00/1.00 vMB 0
126,686 126,686 0000000000002dfee4ed2545f48bd9609786859266d25cc87349402e60c2066a 10 0.00/1.00 vMB 4,461
126,685 126,685 00000000000030635528120589c24503303b7dccf1b2cdcbab2a33dc25a81e21 12 0.01/1.00 vMB 450
126,684 126,684 0000000000001ebf6ed8dbf706c887fd206a708c2cb9f6f9802d02497509ea7f 6 0.00/1.00 vMB 557
126,683 126,683 00000000000013f33127ea99afbd3d8d264b859335403153d669fb125592fb98 8 0.01/1.00 vMB 185
126,682 126,682 0000000000000567f8a6e6fc45c0d7c77af565169fdab32a0283b7b892396e33 2 0.00/1.00 vMB 685
126,681 126,681 0000000000001a801db09ba54be7c4079e721c6ce95a1ebde7d28fc99ea103f9 3 0.00/1.00 vMB 0
126,680 126,680 00000000000027165f48f5d184f0021141c02e160ad26b5ecd5544fc8d412726 24 0.02/1.00 vMB 601
126,679 126,679 0000000000002f624ed987b24c05fa57868f9b30b2d2c6a4b9c8e15d51a32bf0 11 0.00/1.00 vMB 743
126,678 126,678 000000000000144547846e46dec927f9968b5cf70995b64486904746120288fa 70 0.02/1.00 vMB 282
126,677 126,677 0000000000002e7eae18d9eb196b84271d1a00419ff9de3824d7fd8070e6b73e 31 0.01/1.00 vMB 729
126,676 126,676 00000000000033b6bfa306e48770936e30422c7c3d5fc494c3fe2650d2de9d14 4 0.00/1.00 vMB 0
126,675 126,675 000000000000172590ade753ec4d4b25e7378ca8e3c1f6accc71a0e65c2aaa3a 19 0.01/1.00 vMB 950
126,674 126,674 0000000000002fec34c83250fc6fd37fc558830bb57bcdb83473cf8a02ef9b5a 13 0.00/1.00 vMB 1,017
126,673 126,673 00000000000031b33f5bf207c3e7e933da53f4fb7faa1668d957e2fe3d7eb3ea 49 0.01/1.00 vMB 1,944
126,672 126,672 00000000000043884189c60989bf3a95da4296dc3bdbb86ed8081e6bb71d023e 31 0.01/1.00 vMB 677
126,671 126,671 0000000000000ce1afba344d3ca872ba9b2d168dcec51a645408d7c604a442a5 10 0.00/1.00 vMB 340
126,670 126,670 0000000000002500de5f2b4d78862571542093ed585265fbf1ab997bcc00ead9 15 0.00/1.00 vMB 1,163
126,669 126,669 0000000000003a6609e3bef40650f73c051d16d7cb83d65cf1aa80c9661c61f3 20 0.01/1.00 vMB 940
126,668 126,668 0000000000002a10ebe729692f0d4169f74bc71384d84d1020110b3014adbe35 8 0.00/1.00 vMB 877
126,667 126,667 0000000000001db5047fbb72bd400d7f067da1d67a4f6af691103da51fe1b6b6 5 0.00/1.00 vMB 1,474
Previous 10 blocks ↓
Total Size: 781.39 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: 602.99 GB
    • Received: 10.49 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.