Loading Tool

Explorer IconExplorer

Memory Pool

38,711 transactions
27.01 vMB
0.08713488 BTC
Random Selection Loading Transactions
Max Size: 138.66/200 MB

Candidate Block

Mining Attempt 8abdea822cafcb95603c52753b70281ca1dbba3199a3fe8f0a4e3c1b74897ee4
Version 20000000
Previous Block 00000000000000000000830263a67bbc14fa6b875bae08cfae860c946a6b00f8
Merkle Root d05571bc305c46ec9e570a8a9930f9d8f145883a3614747dfa0664d3013e9f6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,375
Size: 1.00 vMB
Total Fees: 0.03567817 BTC
Feerates: 445.78 > 3.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,302 (873,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,251 41,251 0000000019f8bfbc70282630ad445079d390f9635d68c3135eed9c3ca2c7d5fa 1 0.00/1.00 vMB 0
41,250 41,250 00000000077430b0b36600059b7275c4847ddf109632df321eadb13f4f238c19 1 0.00/1.00 vMB 0
41,249 41,249 000000001edded3305229ae3b682fc97db93925b8e993be0762b7a82027e3521 1 0.00/1.00 vMB 0
41,248 41,248 000000001dd2dc2c9ebcb1ba5cfe140bfbcb1a857d168724e125301a7b79c16a 1 0.00/1.00 vMB 0
41,247 41,247 0000000053e34f7fada646c22abb67c0efee4a617dadf319017954ad5bba8818 1 0.00/1.00 vMB 0
41,246 41,246 000000004493356248e2ea086a5f8e88b0ff22989a30da52bbefdc1bf1d07444 1 0.00/1.00 vMB 0
41,245 41,245 000000001642401b7adece3a0c6a1cb65956223e7de763a64a3235633eaa8e8d 1 0.00/1.00 vMB 0
41,244 41,244 00000000369ebff6fe07f5f8512a309bafc8d70ff5fe48cbc25bf534cbc4b17f 1 0.00/1.00 vMB 0
41,243 41,243 0000000041d8060354f65517702dac1e4ab0da24ad61790ed4065413eb38da4c 1 0.00/1.00 vMB 0
41,242 41,242 0000000063bee0a7781936c222a755866a89854be9dd82e6290808d8b6d2ad42 1 0.00/1.00 vMB 0
41,241 41,241 0000000036511a2e697fc0b3116a9714c60d46d214ca5ff4374c4e0f4037c30f 1 0.00/1.00 vMB 0
41,240 41,240 000000002a9f994fa6c3927bf7d7e9e6cfe4fc643feaf439452ac546913ddc07 1 0.00/1.00 vMB 0
41,239 41,239 000000002213d5a58735a8e7dc451a790fc6094b773587131bc169361af1f7d3 1 0.00/1.00 vMB 0
41,238 41,238 0000000019dd0ccdae7328a316d92ce26436af55e18829b30ab2a9266cb5a06f 1 0.00/1.00 vMB 0
41,237 41,237 0000000021b40256dfad5f25e9d553d31eae0f666162dcbf4723f13e51b0f55d 1 0.00/1.00 vMB 0
41,236 41,236 000000001c0b8e54b1a1555bc6493e24af2c2cdfbe304ee434fe4f1de4c7c620 1 0.00/1.00 vMB 0
41,235 41,235 000000002699377f2bdad6a50efd6ad03b7142531b3a62fcfa1e1f9e1e46db05 1 0.00/1.00 vMB 0
41,234 41,234 0000000019a8043e905da0983027667a4c70ea3573a3a3d0043c0aa79b52956d 1 0.00/1.00 vMB 0
41,233 41,233 00000000307f122f51911f3e4e9114c1e1e56dca7b4c8c9823bba44875901efd 1 0.00/1.00 vMB 0
41,232 41,232 000000005f60baf2e746de0ae8336074aedd7ef30dea82a255f5faf47ab9eece 1 0.00/1.00 vMB 0
41,231 41,231 000000001f1a4596f569ba81191ec88330cac08d8b893e7dce9ca77879926714 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 581.02 GB
    • Received: 9.04 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.