Loading Tool

Explorer IconExplorer

Memory Pool

37,764 transactions
27.28 vMB
0.06638350 BTC
Random Selection Loading Transactions
Max Size: 138.73/200 MB

Candidate Block

Mining Attempt 25681e04cb94186ec99eab8e0a7a2786ef37bdb0d7aa5b4dcf38133c2f445fa1
Version 20000000
Previous Block 00000000000000000000aa901451ea64871ed16c71336cb9b9a72dcf9202be9b
Merkle Root 565a65574352db5795db988d9f5e463f08d60e441b5e4b950cde5296807edb06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,817
Size: 1.00 vMB
Total Fees: 0.01482945 BTC
Feerates: 60.24 > 1.49 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,649 (730,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
184,439 184,439 00000000000002e7a966e490661a42e6819a6ef447099e8c75ff7c1a47ae2fa0 7 0.00/1.00 vMB 64
184,438 184,438 000000000000086ec045a68e8fd53b31c638d3e74cbf5675767878e4d0c6a937 621 0.25/1.00 vMB 140
184,437 184,437 00000000000005250cc177a6c4176e345aedd2e3bdbe5f211e37138dda7a5e79 148 0.05/1.00 vMB 234
184,436 184,436 0000000000000a6926719b7252686a12f01335380246b2a0962f2ad807eb314e 10 0.00/1.00 vMB 15
184,435 184,435 00000000000008e3e2d7abfa35d0320fec59ac16cb09d887f84ed3027c91f201 516 0.25/1.00 vMB 122
184,434 184,434 00000000000008e45e5f5cacf683f95074fa7aadc1ea1df1ca806945f8a54ab9 143 0.05/1.00 vMB 143
184,433 184,433 00000000000003b9603e20a1de36d990f83b7c5c056eb0133497dbe0c1ff3461 128 0.05/1.00 vMB 209
184,432 184,432 00000000000000e447481f27694b93956bd9670bc7ee109330ad37970c9fa2f8 589 0.25/1.00 vMB 140
184,431 184,431 00000000000003ea0b1983e0a6aeeffed37a463036768ffcfc8d07fbc58cecb2 129 0.05/1.00 vMB 149
184,430 184,430 00000000000002e622cd174fc80ab6c2d303c8ba13dc3ba6eebefc058fbc3517 887 0.42/1.00 vMB 118
184,429 184,429 00000000000003c87423993be8d2f96472379bb06716a63ad3995c19a9bdde16 686 0.25/1.00 vMB 171
184,428 184,428 0000000000000954bfbcae54aa650688e8c105713a885c142b9e25e471e91a8d 1,180 0.42/1.00 vMB 144
184,427 184,427 00000000000004fe415d363b19b8e646bf2f9941e1dc4ef6246c3c855a5eb341 1,025 0.43/1.00 vMB 136
184,426 184,426 00000000000000f1a679e18d121328c1e618a6466621f85fc53c9866d7b7e8b2 660 0.25/1.00 vMB 133
184,425 184,425 0000000000000565e845c087dac00558467cbcbbe4703093faeadff29759a888 7 0.00/1.00 vMB 15
184,424 184,424 000000000000034dd7f817900325d35e12af21e8e97363848b9b9680b4d75fbe 131 0.05/1.00 vMB 109
184,423 184,423 0000000000000321db36e8303700b23486bfe66c7f90852a81439b1dc94dd732 130 0.05/1.00 vMB 115
184,422 184,422 00000000000000203f0de23929a9fb49f4944ee35ecca8d48712f5bb8b575ecf 144 0.05/1.00 vMB 143
184,421 184,421 000000000000008dd2868cc6a478db53c7a7cd42637c2c18871faa51f6a42da2 669 0.25/1.00 vMB 139
184,420 184,420 00000000000007b870f0b8ccca88d7aafdc29dcfb60aa112c83a632af3aec5ff 688 0.25/1.00 vMB 145
184,419 184,419 00000000000009362bf8d30ae87ba1bbc5ebf99aedeb2f9f8c8f24ab5d5b14b4 135 0.05/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 781.77 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: 632.70 GB
    • Received: 12.14 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.