Loading Tool

Explorer IconExplorer

Memory Pool

80,378 transactions
29.57 vMB
0.09673252 BTC
Random Selection Loading Transactions
Max Size: 179.01/200 MB

Candidate Block

Mining Attempt d8f596a1be3c26ffcdd621a140c97ec7d2b1bcc048a0a6057807166ad9cfc294
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 1bf5dd06f8b8a4f4a8f3df9c9fd7ba9c0917465ed515ac6da74080b86628703f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,487
Size: 1.00 vMB
Total Fees: 0.03415254 BTC
Feerates: 146.36 > 3.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (108,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,322 806,322 0000000000000000000371a3982a5d35dc97a3e062b9bb0ab8874bd71d01cab5 3,107 1.00/1.00 vMB 17
806,321 806,321 00000000000000000002bca7764fd6d8768076597accd31da522cf3e74f512f3 3,226 1.00/1.00 vMB 24
806,320 806,320 000000000000000000049f65a2be4f5ea61d22b52d030a7a4e5086ae23d72233 3,908 1.00/1.00 vMB 28
806,319 806,319 0000000000000000000301eb746298993381616c37f4264ded28eff375b7f78f 4,103 1.00/1.00 vMB 30
806,318 806,318 00000000000000000004849c930482b18f1448c8ac789e40082e378a13774ca1 3,814 1.00/1.00 vMB 20
806,317 806,317 00000000000000000004eb8d814b47b48a2cf4412cd3e4677d0754e8858df922 2,726 1.00/1.00 vMB 25
806,316 806,316 0000000000000000000165f0a9db514f2046bd9176ca63ae23568b7b243eafca 5,520 1.00/1.00 vMB 14
806,315 806,315 00000000000000000003c933382881585383584193586c81dfd4b05de9a1fe25 1,491 1.00/1.00 vMB 19
806,314 806,314 0000000000000000000161240961a8099f13eb3b5c398476d43d9c2b04b775a7 3,257 1.00/1.00 vMB 20
806,313 806,313 00000000000000000000c10ba8281e79485e8d5173f10f1e66392f2c1c0aca34 3,992 1.00/1.00 vMB 21
806,312 806,312 00000000000000000002ab6e2f32e56a5784a443d9206b68a3e0731813c47d1a 3,155 1.00/1.00 vMB 19
806,311 806,311 0000000000000000000072be77717b2efae5985b56f3548c474971b64a7d3ee8 4,271 1.00/1.00 vMB 14
806,310 806,310 000000000000000000023d478e8c4b1c52959f692d2703162a1a3cb70b21e0be 1,929 1.00/1.00 vMB 17
806,309 806,309 00000000000000000000bee53608064f00b4423ab0b8485279863f84d60f48a6 3,681 1.00/1.00 vMB 19
806,308 806,308 0000000000000000000429a49b23be908d5bc48d688bdbd6768e6e58993e4953 2,274 1.00/1.00 vMB 20
806,307 806,307 00000000000000000002e5d01183a60cf21bd974b4afbf604345aa0fda6a89aa 1,901 1.00/1.00 vMB 22
806,306 806,306 00000000000000000004d93bdd39afd245d77174aad2c20f4d91b0edaa1fcfac 6,007 1.00/1.00 vMB 17
806,305 806,305 00000000000000000000eece27757626b85d9bf497f16650f6f52a91ce840ad0 1,504 1.00/1.00 vMB 15
806,304 806,304 00000000000000000004d0d2fd26c4a9da5e5a13c5753aad861fe216c0f8abd3 2,691 1.00/1.00 vMB 21
806,303 806,303 00000000000000000004a3e4d229f040e0daccf5eb965809dcfd523b8b4cdae1 3,623 1.00/1.00 vMB 21
806,302 806,302 0000000000000000000402ecc5b960989b2b86dff921e37fb80389e456629dd2 2,715 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.58 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: 671.28 GB
    • Received: 15.90 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.