Loading Tool

Explorer IconExplorer

Memory Pool

73,440 transactions
27.17 vMB
0.06157799 BTC
Random Selection Loading Transactions
Max Size: 165.98/200 MB

Candidate Block

Mining Attempt ff341d2beffca04f91505c5468da5ad674ebee083a31db5aae298feee8cf6356
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root 2b8d45c3c2b450446f520bb9ec187d8cc2ca02d813832faf02fd1bebeb2f99f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,905
Size: 1.00 vMB
Total Fees: 0.00383351 BTC
Feerates: 22.12 > 0.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (123,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,299 791,299 000000000000000000053b2ed5c0e7a2a86db2b11691d0f0ea627a69008e3024 2,829 1.00/1.00 vMB 56
791,298 791,298 00000000000000000003c989fb73a945e87898c315f603ee87f6f27239518c9b 2,770 1.00/1.00 vMB 54
791,297 791,297 000000000000000000057a272040ba6bc01a2bf97d834a33178fd81567fc5ab9 3,137 1.00/1.00 vMB 56
791,296 791,296 00000000000000000002b6ad0e9ce9907d3cb7c04269127b95c2a71bc552ad82 2,267 1.00/1.00 vMB 55
791,295 791,295 0000000000000000000451784a8c5e52adec1b444dcee1f6e8ab14be7072c1bd 3,617 1.00/1.00 vMB 64
791,294 791,294 000000000000000000004ccc991f6e35b4e2e8c8be6196f0ec91a8aefd7a6208 2,897 1.00/1.00 vMB 65
791,293 791,293 0000000000000000000574312488926f4e05e8e50089a610d1aa81854b38a640 2,858 1.00/1.00 vMB 55
791,292 791,292 00000000000000000004a479e2dfec7b4ea0afc0b3474e8af7f09ca098208142 3,254 1.00/1.00 vMB 72
791,291 791,291 00000000000000000000f7bea6550cc582f1dd9abd1d30c0cd21b1f7615831ba 3,181 1.00/1.00 vMB 73
791,290 791,290 00000000000000000002ad79b110106c6de1167e8265b6a17c1716fe02f0f8aa 1,776 1.00/1.00 vMB 46
791,289 791,289 00000000000000000003884d94256e88099cf4398c7a455a7bd47e8dd2251542 2,527 1.00/1.00 vMB 57
791,288 791,288 00000000000000000001bb05b664f833e96eae9caede5e070670c6345a67074c 3,738 1.00/1.00 vMB 84
791,287 791,287 00000000000000000003bbf11ffe68677ae945bda2802288f1a2011ae57a86ec 2,763 1.00/1.00 vMB 71
791,286 791,286 000000000000000000025e5321d62464745a14addd2495c6e32b0aaac8791b56 1,747 1.00/1.00 vMB 60
791,285 791,285 00000000000000000003e103c624f6cd2ec6bb2980ed8a5acf03e18ee5705fb2 1,625 1.00/1.00 vMB 56
791,284 791,284 0000000000000000000525b01e0197fa223816f5803cfb9669674a1d91012fbb 3,502 1.00/1.00 vMB 70
791,283 791,283 00000000000000000002180e820449c40e4d4113055780268c69e7314eaa68f3 3,702 1.00/1.00 vMB 78
791,282 791,282 00000000000000000004148c2f7199565d9e439ee59612c729eb3c0f22177622 2,619 1.00/1.00 vMB 70
791,281 791,281 000000000000000000026ce4ced465fa55b64c19f564c18ce21e196ed55ecf8c 3,548 1.00/1.00 vMB 83
791,280 791,280 00000000000000000004e97b08a51e38cd47d8a14124a72d7ea492d8aca90f6c 3,880 1.00/1.00 vMB 90
791,279 791,279 0000000000000000000373328c8ebf457b72d843905a79d3e14c8adbe43395ea 3,860 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.85 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: 712.42 GB
    • Received: 17.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.