Loading Tool

Explorer IconExplorer

Memory Pool

80,863 transactions
30.08 vMB
0.12685364 BTC
Random Selection Loading Transactions
Max Size: 180.94/200 MB

Candidate Block

Mining Attempt 8c32e1b395e24a64d889c9990011d948b19d4bc1dcbc0955da21bad777d2dad5
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 971a46dfd044bb34453e195afd80cf122c3a2960f9b032e02de9bfefbf14bf15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,789
Size: 1.00 vMB
Total Fees: 0.05244287 BTC
Feerates: 242.90 > 5.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (679,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
235,269 235,269 00000000000001a941c69b972c4d5b03ffc5c220b4f19e013de1f36565bd9a08 629 0.25/1.00 vMB 216
235,268 235,268 0000000000000185c875a13a327d37ad85ead036d3300fd979ab64ab60e0e23f 350 0.17/1.00 vMB 154
235,267 235,267 000000000000000284b525d1aaf86aa21d7acf7e8592f31457acb70740e0f746 305 0.12/1.00 vMB 235
Previous 10 blocks ↓
Total Size: 782.67 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: 673.24 GB
    • Received: 16.42 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.