Loading Tool

Explorer IconExplorer

Memory Pool

82,750 transactions
31.23 vMB
0.13512640 BTC
Random Selection Loading Transactions
Max Size: 185.92/200 MB

Candidate Block

Mining Attempt 4951c00aec55e2d299170b994bf61f1598765b691e7062b076c6b47957dab222
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 3ef0c3df693bc47eee8b7bfca773bf94666fbee46486b24d2a8feee563851769
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,662
Size: 1.00 vMB
Total Fees: 0.04028222 BTC
Feerates: 100.29 > 4.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (679,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
235,290 235,290 00000000000001a03abfc0000e9ac2bbb931631b741f6121133ff0da3e8d93d5 132 0.15/1.00 vMB 76
235,289 235,289 0000000000000190581c27b535ecddf0f6485659a2322dfbb1757edf13cabd4e 352 0.15/1.00 vMB 192
235,288 235,288 0000000000000109f53f9d07d31804d041cbaec4d41e0a055af010f2ccd69323 477 0.20/1.00 vMB 4,126
235,287 235,287 0000000000000176ffe9312ad9ba2a5bc38346a728f75f4a21ee75a427004fbd 159 0.07/1.00 vMB 161
235,286 235,286 00000000000000f7c3c7ec9667c819ccd9952fa5f9abc0216baa45b0c70c2027 307 0.15/1.00 vMB 156
235,285 235,285 000000000000016ebc268093d8fca79ddc8d5cbe4357cc149c43bb5a8c71b4df 464 0.25/1.00 vMB 145
235,284 235,284 0000000000000069b0b490f3c7fb030abb6d219402eada70cbf54d68e308b17e 543 0.25/1.00 vMB 142
235,283 235,283 0000000000000012410998c452ded64f9f0566fe3d4075afca8b2892c926f593 851 0.35/1.00 vMB 192
235,282 235,282 000000000000012cce84b6cc078aedd7ee93a8ceb65e29e6ed3225505dae87fb 336 0.17/1.00 vMB 152
235,281 235,281 00000000000000520201ce8a5fda9d0477d8076b20d7815a009fcfa358c0f4a0 573 0.26/1.00 vMB 172
235,280 235,280 0000000000000032563a66184c662ab4db910115a5e5b380869036b2291b8acd 123 0.15/1.00 vMB 80
235,279 235,279 0000000000000152fc7c19c74ac515ad43d3a7b63a0724c8ca4bacb1b0c33f53 559 0.24/1.00 vMB 165
235,278 235,278 0000000000000015d155b45b91c5a6347cb970fa5b47e52d6524d6433c96fe95 644 0.25/1.00 vMB 233
235,277 235,277 00000000000000fc87b80382a138d2516971a41423e8a6554cfa30effa6f5e3e 778 0.44/1.00 vMB 133
235,276 235,276 00000000000000a4668e8f7b0f0c7ea1305eae0502816fefd8c10fd6dc9e84a1 852 0.25/1.00 vMB 245
235,275 235,275 00000000000000bfbd34a73017e789d2abb7e4f9c72a8e1d5d2b5b4827d1bd0b 285 0.09/1.00 vMB 34
235,274 235,274 000000000000013183d475ed3308c92e353d98ad831298e042fc8b51a37cdf1d 934 0.39/1.00 vMB 194
235,273 235,273 00000000000000e09ddb20221555add1e5ee6d1faf54dbe15c8084aaaa3f67bc 337 0.22/1.00 vMB 156
235,272 235,272 000000000000005daf82b2793dd841a2bb531ca2540435605b1332cca0d7bb74 986 0.44/1.00 vMB 177
235,271 235,271 00000000000000b927a3f9950fd086f1d402e21b2bc5c569abb45fbdb9ce9a82 394 0.15/1.00 vMB 247
235,270 235,270 0000000000000054a5c546c7a26ce453cf34ce83639b3411c0273f34003b4351 262 0.19/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.65 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.65 GB
    • Received: 16.29 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.