Loading Tool

Explorer IconExplorer

Memory Pool

81,732 transactions
30.36 vMB
0.08285963 BTC
Random Selection Loading Transactions
Max Size: 182.94/200 MB

Candidate Block

Mining Attempt 57f2b7f219c5dea3cd2d33429edf4a9c4c13113fcc27ec13ce83b523084a10e9
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root f8782e524c3da9d6a177e5291422ef784595ec84424bda49b6725e764e768078
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,058
Size: 1.00 vMB
Total Fees: 0.02018071 BTC
Feerates: 203.60 > 2.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (805,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,332 109,332 00000000000023bce9eb9eeac8ca33f729d5a6cf0688aca0c3e83e0a8c887032 5 0.00/1.00 vMB 0
109,331 109,331 000000000001964f15a3f487b1f41f9122c77ce7c549629b2f65b4357baa3253 8 0.00/1.00 vMB 0
109,330 109,330 000000000000ed135a928349c1af424a34fbe2031d09096f98bcaf49105c2167 11 0.00/1.00 vMB 0
109,329 109,329 000000000000ee7f2e0d25df087dd72c11a233ddac782ed563241dfae7c91c1f 1 0.00/1.00 vMB 0
109,328 109,328 0000000000015c9fa3f56ef13cd784f0ca1a5cd30820bed5cee7c4a4f50400a2 4 0.00/1.00 vMB 0
109,327 109,327 00000000000178b6b25945e35917892adeee3ba6f59fb1682f46c693bec1a5cb 8 0.00/1.00 vMB 0
109,326 109,326 00000000000100e0543f55b02db29efa03695291d334a0565f1f3d5cd2a60786 11 0.00/1.00 vMB 0
109,325 109,325 000000000001c7afedb844cd571b2d430b706791060c6f96bd9aea438cb6ab90 4 0.00/1.00 vMB 0
109,324 109,324 000000000000b0341d03e7cfbd08546aff0e3c3033df8ed45717f74b1eb9dc55 2 0.00/1.00 vMB 0
109,323 109,323 00000000000041e48712655d7ef0b5082f61d85863f79811ddc06c76de5348be 3 0.00/1.00 vMB 0
109,322 109,322 000000000001adc8f78cd6c21f8548f85d5cb461ba2d2c7194f2cddd8846dbfa 12 0.00/1.00 vMB 0
109,321 109,321 000000000000d233e71485e59871f55802532bef7ee6f9aa1b94919e4ca8a3b1 2 0.00/1.00 vMB 0
109,320 109,320 000000000000557ba1e4e3b740c565730a100e7915614ab0c7a63e2942c30166 10 0.00/1.00 vMB 0
109,319 109,319 00000000000027d69e5a0ea901596fa0d2513c5056a816dd310522d444730c10 5 0.00/1.00 vMB 0
109,318 109,318 00000000000157f2681bdbb3e92df28aaa090ee8217665e17d4c88d46eb20d32 16 0.00/1.00 vMB 0
109,317 109,317 00000000000003c856ca5c79173209d7c94c4bcc1f31c3e6a80930fa5852b0ab 35 0.01/1.00 vMB 0
109,316 109,316 000000000000df4cbc41adeaf37efa10980b63b8b0838abcc7f3d5808db23d04 9 0.00/1.00 vMB 0
109,315 109,315 0000000000014d83f96415bbc049c0003f313821cfa33d0711bc8d078de79bc5 10 0.00/1.00 vMB 0
109,314 109,314 00000000000154de6e9b3fbaab5ce111b4ca727c7e3c2918463a5fa52d8961e5 1 0.00/1.00 vMB 0
109,313 109,313 00000000000140f4ba47ecaca25f549a69699f25d0f8f0479f8f9bca383b3b0f 5 0.00/1.00 vMB 0
109,312 109,312 000000000000444bc82e0724d7338902a23dad199b8a5d97db36e3c90966fa45 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.34 GB

Node Details:

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