Loading Tool

Explorer IconExplorer

Memory Pool

16,462 transactions
6.79 vMB
0.04987072 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.25/200 MB

Candidate Block

Mining Attempt 8577222a007e07dd119097bacb7d364ae0a3968ceaa28a721fdf47b4aab19b6d
Version 20000000
Previous Block 0000000000000000000101810863bbcd5328f761e002bbe875adcae9ac492c2f
Merkle Root 403f83f59027c5a15a610ed12a05d6edb281180056f0ac433ce9c07be0ae8855
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,680
Size: 1.00 vMB
Total Fees: 0.03255161 BTC
Median Feerate: 2.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,456 (709,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
203,754 203,754 000000000000033c2bc29620ad85eea9c42717596baaa3e25c6e374102f20656 16 0.02 vMB 34
203,753 203,753 000000000000037b7a01e5390258b43588beb668643be905349c78974bdd1164 140 0.10 vMB 112
203,752 203,752 000000000000021b29fdce1073a9489f3cfae68d1a936b3c426eaafc5b817259 107 0.05 vMB 59
203,751 203,751 0000000000000241cd357de99eb5b3f13a4e3abf93f0bee9cfe938041023d801 200 0.10 vMB 196
203,750 203,750 00000000000002f4474d6dcde8b51a182da8f58e6c5f693cfb223966a946d85c 95 0.04 vMB 119
203,749 203,749 00000000000002c0cab6b761839ef23277c06fd2d2ad0a03501dbe3dbac0016c 194 0.09 vMB 218
203,748 203,748 00000000000000d93d75dbac82f68aee5cdf5f3b3863d52d1c3542af70e74b74 51 0.03 vMB 225
203,747 203,747 00000000000005193e50c6a179322e45263c31d9f54c965e9f9644783a2107f5 17 0.01 vMB 79
203,746 203,746 0000000000000242386b39db7950b6c5cd6505953416568f4fb147571b0bd7ba 127 0.06 vMB 159
203,745 203,745 000000000000004ad938cc57e3188deac232cfad77c84f8a7d1e842a5deaca79 267 0.14 vMB 261
203,744 203,744 0000000000000322afe4290a0d81d110e1a3a07dab3f7642d33d0f64dc885d19 54 0.02 vMB 335
203,743 203,743 000000000000009e4850348552fdb599533a11f6101eb9bc5920a0873a96065c 66 0.02 vMB 132
203,742 203,742 000000000000023948e31dbae92ff66471fd95b21ea9f5bd2fd64bda77756538 205 0.07 vMB 34
203,741 203,741 000000000000037ccbe8898382e19c994552d077af87ce770d790f970e4d73e9 142 0.06 vMB 264
203,740 203,740 000000000000022487ff34705bbddfedcdb2f9d6aada9e62691aac3a46eff781 238 0.14 vMB 92
203,739 203,739 00000000000005594eb625114fa818dada347cf9a269419230643eae2fde1629 626 0.25 vMB 218
203,738 203,738 000000000000038000f7a97b68858c53233baff078e649efb9dc92b293797724 127 0.05 vMB 203
203,737 203,737 000000000000044dc8247e55f8fd5d0a89e23089ffc72efedec47d37672a364a 171 0.07 vMB 360
203,736 203,736 00000000000003f9fecf9e7d49fef389fde0b0b8d6bc44fed6ace23794ec1d08 236 0.09 vMB 132
203,735 203,735 000000000000036593f7e71074f518fb0301be270e4c5e1e7180053cfde5dcaf 8 0.00 vMB 162
203,734 203,734 0000000000000252e2feba0464255409a58f4c3b5de7d68521b40624bd70c018 404 0.15 vMB 173
Previous 10 blocks ↓
Total Size: 779.66 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: 314.14 GB
    • Received: 1.50 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.