Loading Tool

Explorer IconExplorer

Memory Pool

78,778 transactions
29.18 vMB
0.09488182 BTC
Random Selection Loading Transactions
Max Size: 176.36/200 MB

Candidate Block

Mining Attempt a4f2d02dc6e748f949ff99136d61058ed8c66ed819d8b6049a83d94067d1e887
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 51338020212a23c387188f34da811b06a11bea2612b596f03707716204405156
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,675
Size: 1.00 vMB
Total Fees: 0.03379651 BTC
Feerates: 477.45 > 3.39 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (422,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,198 492,198 0000000000000000001e7901becf965c21a726c4462962921ca9f373e657449d 2,279 0.93/1.00 vMB 193
492,197 492,197 0000000000000000008729de7c9ea54fc1d033f45b63965a4943fab071d32a41 1,251 1.00/1.00 vMB 81
492,196 492,196 0000000000000000008280aa56cf165c068383ef1eb668847ee1d2913d6c2c07 2,532 1.00/1.00 vMB 201
492,195 492,195 0000000000000000009a571e6193a30ae362388590397cd664f33c55892d5f4b 1,961 0.87/1.00 vMB 181
492,194 492,194 0000000000000000007538a77cfce4d80b56fa83f3a3f9c7db09d1747da15c16 1,351 1.00/1.00 vMB 49
492,193 492,193 0000000000000000001c4b73eefd433cd9bfd9c184b883e6384a7f9f4b72ace5 2,107 1.00/1.00 vMB 102
492,192 492,192 0000000000000000001ec98d91bdf00868d19f6457f27f5850d222106204ea20 1,856 1.00/1.00 vMB 160
492,191 492,191 0000000000000000007de6bce3705bc0860e2cc92f5a428bd19e141d4883a192 1,836 1.00/1.00 vMB 52
492,190 492,190 00000000000000000032db4d90bab8df3bd0301b2c98f6b038a533a096296c78 2,498 1.00/1.00 vMB 68
492,189 492,189 0000000000000000008d4bff4bc5796f98bee7e75d9c93c4d0303a7f10d5fdc8 2,193 1.00/1.00 vMB 200
492,188 492,188 00000000000000000070e03b5352a56918bdb8a2f164ed8b34e1b7d9bf4cc049 2,611 1.00/1.00 vMB 279
492,187 492,187 0000000000000000006d07471c7322c329c15987942e1d7631f2c05db944c89f 1,737 0.98/1.00 vMB 132
492,186 492,186 00000000000000000031dab5366a8a4e04ac558d19b1825c972bfbce827db793 2,214 1.00/1.00 vMB 112
492,185 492,185 0000000000000000007adf7ed6c5f37ae3f380d482e53b55487f24fdd7c647c3 2,072 1.00/1.00 vMB 159
492,184 492,184 0000000000000000005ad94171e580a6b9ad76b1dad6871dd320c3dfd78ebee9 23 0.01/1.00 vMB 591
492,183 492,183 00000000000000000082331824d71cd32c808683e08232e75e6887b70c13d8cf 1,243 0.71/1.00 vMB 131
492,182 492,182 0000000000000000003c507cebfbb9d0643dd3e65afa16e69dc753cfc6e19a0f 2,314 1.00/1.00 vMB 157
492,181 492,181 0000000000000000006e19de88c27bfdfd7c0db27c00fb3b84bb167aaabdecd0 2,401 1.00/1.00 vMB 106
492,180 492,180 000000000000000000b5168be0e31719e3d2612bf2a129495e5e772db2d387ed 2,309 1.00/1.00 vMB 156
492,179 492,179 00000000000000000089e3cadcc36df46ebbd6961f7b5143afb0ef55238f03cb 2,069 1.00/1.00 vMB 167
492,178 492,178 000000000000000000381a86abc229aa74301c52a85de1434b9c4307bd8a13a9 1,945 1.00/1.00 vMB 264
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.