Loading Tool

Explorer IconExplorer

Memory Pool

42,986 transactions
27.06 vMB
0.06342693 BTC
Random Selection Loading Transactions
Max Size: 142.26/200 MB

Candidate Block

Mining Attempt b0de0bb90e344bec40348792e51ff560f9be0204f6c8fa7ecfab0da4ecd5aaf6
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root a0f4ec25c5a578ef095a9e133354eae8948875c78f58e5d7e15f5845a2add299
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,716
Size: 1.00 vMB
Total Fees: 0.01282237 BTC
Feerates: 170.89 > 1.28 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (805,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
109,311 109,311 00000000000107d92935d2265713c8c1ef51b499b21c29cdbb6d92d0d24bf5d1 23 0.01/1.00 vMB 0
109,310 109,310 000000000000adb2ce184f675a5bec21fca14e80964f3233e2e20bec8d76b672 13 0.00/1.00 vMB 0
109,309 109,309 000000000000416b33916b2f5328499ba6a80108be0c999d79d0be1bd239c230 25 0.01/1.00 vMB 0
109,308 109,308 0000000000005aa1aa96631bb3e6c81b9abccd8549f9c0868927c097627f9726 13 0.00/1.00 vMB 0
109,307 109,307 0000000000017d0c17536ea69bce483cbd61738fb8c29ff1c210d21501326336 12 0.00/1.00 vMB 0
109,306 109,306 0000000000006615af4d509eef915fb6cfd5f51e060a99f67a4778b37ec8bd3b 8 0.00/1.00 vMB 0
109,305 109,305 0000000000016ffeb3d3ed4457cbc5bfc587d8ebb5cb762a5b31d84ab6c7898f 10 0.00/1.00 vMB 0
109,304 109,304 0000000000001dd4faac5d83652dce776a171cf573d1ecfb4552dcf15c2eebcb 12 0.00/1.00 vMB 0
109,303 109,303 00000000000148d22887e2a46683ab96ef11735feaa1089e257570a4080431d9 12 0.00/1.00 vMB 0
109,302 109,302 000000000000ebfa86fb9c94b39c7b3387b5e69f0c1bec7db45e7cac13f1dc49 12 0.00/1.00 vMB 0
109,301 109,301 000000000000c88e307a56c84266402c7a8fb1200d1fde13e73b94e735ef54c4 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.25 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: 655.53 GB
    • Received: 14.32 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.