Loading Tool

Explorer IconExplorer

Memory Pool

22,688 transactions
5.60 vMB
0.04650502 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.28/200 MB

Candidate Block

Mining Attempt 68a19cc0938fc7d1dceb996882b70ce21ac20e67101be9a9bdfbf33c5ba3cbaf
Version 20000000
Previous Block 000000000000000000016a33851ddeb3a4264eed7c83f01f4ca6a96c658cf623
Merkle Root 9a7e2e210c682ddf996fcf387846462c38572e92e138939afc190fdba3bd6997
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,508
Size: 1.00 vMB
Total Fees: 0.03243858 BTC
Avg Feerate: 2.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,989 (774,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,322 138,322 0000000000000022efa330a936af6f196f2184b88f6a38acd02524129442d2da 0.05 MB 102 256
138,321 138,321 00000000000002588a1298de595c34830baf9b88202acd877158cf7404e5cdc2 0.00 MB 7 594
138,320 138,320 00000000000005fbb1a46a8197511b4474daa9447916f0b8bf332dcfbd095283 0.03 MB 96 155
138,319 138,319 00000000000004ebb68902bc4df0e00826c91375366ded8340a84ed37a97c8c3 0.01 MB 26 27
138,318 138,318 000000000000052feedff9feeb2329155599ca9fd50c4b1caa4778eeee2d96aa 0.04 MB 69 99
138,317 138,317 000000000000099ce92f3a08cb00d64aff2fd63c55c677428bcd20b5907d91d5 0.01 MB 38 261
138,316 138,316 00000000000005275f72a3c412e47c3db3ab32e7a0acef6efcf307ce4383ed37 0.01 MB 25 228
138,315 138,315 00000000000008fbe822db923a71012a17bfe523c9f2e1b686ebae15e797bb42 0.03 MB 68 100
138,314 138,314 00000000000003a36544f76ebbb46d9f0c889dae0e2e9d881aaa15592d10ec50 0.02 MB 56 116
138,313 138,313 00000000000004959bf100684c20f0691a6f17d40c45f4b917025d343d689096 0.05 MB 147 166
138,312 138,312 00000000000001fcf1965ec4657266ec3035df393ac7712246626937aea7d1d9 0.02 MB 62 242
138,311 138,311 000000000000076f4242d9c689dd9b3ee6d336a1a6c0069e465cb82de4f5cc42 0.01 MB 21 537
138,310 138,310 000000000000053eb965138e350d9eb4a413c15bcca4c9328f76f3c8d3e50c03 0.05 MB 86 106
138,309 138,309 00000000000007e8133b07c0de1956cda82ae435833786bb32a9dd363859c204 0.03 MB 110 103
138,308 138,308 0000000000000084f166f965283fdeaddf654c45ac69a8c56a84e3e33f044630 0.01 MB 16 142
138,307 138,307 00000000000006eba4f3db95f921ce866ce8c2196d7727a7b3449aae9e2ae15f 0.01 MB 11 40
138,306 138,306 00000000000008bf67058673716ef6905977c4a6772fbeda21589ea381b594ec 0.01 MB 51 176
138,305 138,305 00000000000008d7d10cd6a0653047d9390b7189252583af1d805b8a479e5dd2 0.03 MB 108 133
138,304 138,304 00000000000004f5229f3f99b1aaef425a53a122a2d2be7597a377fd68de70c9 0.01 MB 28 174
138,303 138,303 000000000000095c365e16a3f44b53d52cda046cee78355950bbd5ae46c01a48 0.01 MB 15 32
138,302 138,302 000000000000035cc4a406dbad9784a73174c032c126f420bc97a94c6ab54e33 0.01 MB 20 142
Previous 10 blocks ↓
Total Size: 778.82 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: 365.15 GB
    • Received: 3.31 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.