Loading Tool

Explorer IconExplorer

Memory Pool

79,948 transactions
29.75 vMB
0.09141603 BTC
Random Selection Loading Transactions
Max Size: 179.67/200 MB

Candidate Block

Mining Attempt d03e8af5d960f3c5fbf02bfd224e56ea82c9e122128450c45baad99cd29fd568
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 542c3b8bd12641517599a6a197d49e3e053b5b76b0f1e5bb4012012752bad315
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,761
Size: 1.00 vMB
Total Fees: 0.02719440 BTC
Feerates: 100.11 > 2.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (808,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,186 106,186 000000000002d63128702adbb5cdf520cdf25a818488e5866a97b6d9f605d62c 2 0.00/1.00 vMB 0
106,185 106,185 000000000001636a1f5c3c084e5800187b6ea704c29fce8bbcd1bfff90c92392 1 0.00/1.00 vMB 0
106,184 106,184 0000000000017e3fa7e0c92762ba232b3e3b3a48e96743a29d6e1d2943c1fae7 5 0.00/1.00 vMB 0
106,183 106,183 00000000000124f72eef9f4bc63aa963977c6865c7b85dcad43ddf0c8249ae8b 8 0.00/1.00 vMB 0
106,182 106,182 000000000002e58ff6742fc50d3fcfcf5e6912d43c4a0fff9dfd27e046010179 5 0.00/1.00 vMB 926
106,181 106,181 0000000000010647ee8d4332db6c28d41a8f6f79fab765c32fd4a953dbe3e84d 1 0.00/1.00 vMB 0
106,180 106,180 000000000002bf628b758c62f689e2c747f41620f97a989d3680e4b80a584374 1 0.00/1.00 vMB 0
106,179 106,179 000000000000e4ff6a8511b90901366d140a3fb3aabc0ee7f0b36ada0308d43b 1 0.00/1.00 vMB 0
106,178 106,178 000000000002a56dc96537e04cb3fabb228e3f5503c6ef6ebf3fdde7570405f7 1 0.00/1.00 vMB 0
106,177 106,177 000000000002ce108538b94c926afd7d73a3702f08081d2545a87e86cbc67fb2 1 0.00/1.00 vMB 0
106,176 106,176 0000000000015cd5d4ce2a12ad14ef32edaf96840895609e32518033e5b79ec4 5 0.00/1.00 vMB 0
106,175 106,175 0000000000018dd0e4404ee1d56713b88861f357bf786316634c4222cf311172 19 0.00/1.00 vMB 0
106,174 106,174 000000000002e2570774854992b00cabd130b70663791f16dbda75e9c92ddf5e 1 0.00/1.00 vMB 0
106,173 106,173 000000000002e4020b3a7aa2a7401ce71027ae86cccef062c0e219db91794271 2 0.00/1.00 vMB 0
106,172 106,172 000000000002502f87b63e2b3c68ce966018e64fefae538e977d895e2e320036 1 0.00/1.00 vMB 0
106,171 106,171 000000000002d8e15fba8b85a086a821d4ce93a005f38fc8374364380c37ed63 2 0.00/1.00 vMB 0
106,170 106,170 000000000001ca6190c5a9cc6711939bda6d071903f56b7fcbed3bb026b69935 2 0.00/1.00 vMB 0
106,169 106,169 0000000000010dd0aa457a4e9b13a05bc34a2f699f3e74bacc67bea1b62b5ae9 7 0.00/1.00 vMB 0
106,168 106,168 000000000002ea5bb61c1c0a7bdf1f3dde30f64cfdfdd135a4e4ca7d7e1f9ead 5 0.00/1.00 vMB 0
106,167 106,167 00000000000027fcd99b0ed092fdb8068e3798da48ce4ad45b95a6127b1c0b3e 6 0.00/1.00 vMB 0
106,166 106,166 0000000000011df489faa7281a00ede79078ab856244fd2b493ab3f7eb71c76a 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.