Loading Tool

Explorer IconExplorer

Memory Pool

45,019 transactions
27.02 vMB
0.08767581 BTC
Random Selection Loading Transactions
Max Size: 142.38/200 MB

Candidate Block

Mining Attempt b375dc557dceceec43cc078e5e6b492209d162a6c0c89fb35f7c8b016e6d5860
Version 20000000
Previous Block 000000000000000000006d5dec801a101478f03b45279c1f23f252ebcf40ea3f
Merkle Root 11846ba8f1bc348c3237b3fcfa42dce33badf59f1c76d15728a6b22f1460b384
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,657
Size: 1.00 vMB
Total Fees: 0.03678108 BTC
Feerates: 201.07 > 3.69 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,880 (911,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,192 3,192 00000000c52f9f67991800a704489d66653bcf91d1a950cc966820ff53a6a067 1 0.00/1.00 vMB 0
3,191 3,191 000000004747b92355b84ab0e4a53a411fc640485f3c055b0f7895e6c074d650 1 0.00/1.00 vMB 0
3,190 3,190 00000000fd9f150c071a51835926824d720989c60fd7c6ea1aaf07f789cc5932 1 0.00/1.00 vMB 0
3,189 3,189 00000000f6bbfa19474a023fd7eb6310eec81d491df7ce2fd83c8a2cd0b50f08 1 0.00/1.00 vMB 0
3,188 3,188 0000000010cbb7b07ff1ee301b25e6eb8c1f7a5e6350c9c6c04ef68618891a05 1 0.00/1.00 vMB 0
3,187 3,187 00000000b9850887a5fd7ba79a6d1194fc43008d2eea05ef63e61d5098ce6575 1 0.00/1.00 vMB 0
3,186 3,186 00000000874a9b7e9ba19a983c84d92c5896b6d9a4edce07421422c8e0044895 1 0.00/1.00 vMB 0
3,185 3,185 00000000b6cb8a4e0e8059b3b6a089002c4aea360b5bc885e124cbbba91c09f4 1 0.00/1.00 vMB 0
3,184 3,184 0000000044265b9727ada3e7621b975576a4c1ba6905aa92470b275b56afe48f 1 0.00/1.00 vMB 0
3,183 3,183 00000000dad0ecbdc542059731fcb46178186d954884a13109eeac05a9eea5cb 1 0.00/1.00 vMB 0
3,182 3,182 00000000f8a0d381cb1e1774bc0521b94b1cdb8284cfa9cb046915def70be38f 1 0.00/1.00 vMB 0
3,181 3,181 0000000001872c838e03a9cb5ead26df64328a0986161f493e157a53e449f00a 1 0.00/1.00 vMB 0
3,180 3,180 00000000fe1e50a2bd550116932ff1e9193a38594c15fd6b2936102b7cecdbf9 1 0.00/1.00 vMB 0
3,179 3,179 0000000005376fb93f3cf203375d6bbd2b498ad78563ef15ec4b9c0455e1a8a6 1 0.00/1.00 vMB 0
3,178 3,178 000000007438423065e44946e51006b4bd0deab0cedc635d38abd16d6b430910 1 0.00/1.00 vMB 0
3,177 3,177 00000000daa71fb3427053510afd13ab565f093cccd9ae127aa8d168aee44cab 1 0.00/1.00 vMB 0
3,176 3,176 000000002b3a1be079ae0b707c5f208b5484cb8adeed5a2e683825cc3c047fbf 1 0.00/1.00 vMB 0
3,175 3,175 00000000170b8ee3d8c6a3c70a8049ed290b7d2105af86d2f177b28849193311 1 0.00/1.00 vMB 0
3,174 3,174 00000000783f5a38b7644e2a4687cf79047bde32429a62441170dcaa34a8a38b 1 0.00/1.00 vMB 0
3,173 3,173 000000004d45f9c50da31b2c243c285e2468022343df15862d3c659bcfaf480c 1 0.00/1.00 vMB 0
3,172 3,172 00000000066ab05249afd45856e1dc0f66eb3243ea241170d0ed503e0c9a9d0f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.17 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: 653.58 GB
    • Received: 13.95 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.