Loading Tool

Explorer IconExplorer

Memory Pool

78,117 transactions
29.25 vMB
0.07652742 BTC
Random Selection Loading Transactions
Max Size: 179.15/200 MB

Candidate Block

Mining Attempt a0aa49cb868142f13cc6c24b2baa8364e2c7ca019acd5612c2ddfc2ae2faa902
Version 20000000
Previous Block 00000000000000000001a8c2fdfccdbd707fcc9a5d0741140041f246ebc381aa
Merkle Root 822aa6309a096f555fcf9466fadfa327ba1162f8fea985ab98b09b29ea27e24f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,601
Size: 1.00 vMB
Total Fees: 0.01254930 BTC
Feerates: 94.79 > 1.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,238 (750,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,311 164,311 000000000000075a25e5cae4b3b066f7d87aea8bd9c7cb26b04725aa19a30a9b 47 0.02/1.00 vMB 65
164,310 164,310 000000000000047c0bf0fef6acbe5fd2c763347d561767e9ccc8d7504127356a 8 0.00/1.00 vMB 499
164,309 164,309 000000000000045f6c42597355a16e52217def1a56972e8d75e36b9de33a12f6 47 0.02/1.00 vMB 0
164,308 164,308 00000000000006ff579b587644ae9aa21915ce8f0bf2940f86c27414946780ea 100 0.05/1.00 vMB 120
164,307 164,307 00000000000002bd33860ed25492d791bce8c26f888aa8a9beab6b0ff68e471c 24 0.02/1.00 vMB 1,511
164,306 164,306 0000000000000b23b9cf0a482b4114b8c551c029570491978fff25f28ebacd26 12 0.00/1.00 vMB 0
164,305 164,305 0000000000000903d4b0c5393ab89e2ebb51d26cf57b82a7c651c1aea6f4cf9b 27 0.02/1.00 vMB 106
164,304 164,304 0000000000000cbbe97b4bf92fb671835afd12a72e9fa924b9c127203a970b7f 11 0.00/1.00 vMB 67
164,303 164,303 00000000000007c812025937dbcbdea10b3a3ab442641ec53c6621033736e6ed 32 0.02/1.00 vMB 233
164,302 164,302 000000000000027d70e8bd043f76f73399edfd5aaa33816547d3e3ea07f3205e 46 0.02/1.00 vMB 128
164,301 164,301 0000000000000215364d032df63d9a6f7550a56cd0738d5c8d44ba5cd6ab1a5d 12 0.00/1.00 vMB 56
164,300 164,300 0000000000000b205a09ab7db81fcefd6463af17c07022a7aafcb306fe47aeef 9 0.00/1.00 vMB 0
164,299 164,299 00000000000006242b3c66ef48045d1670c3c79d3541899e53f835d2fef69510 28 0.02/1.00 vMB 35,266
164,298 164,298 0000000000000922d4f0a771abcfed1e638ba4c89537f3d0646a792b440953eb 18 0.01/1.00 vMB 108
164,297 164,297 000000000000033e96c07ac058332adab79902ba643758113b4b7e78852306eb 11 0.00/1.00 vMB 44
164,296 164,296 0000000000000a5028c44f53fb7dbf26d28997dd4cd6e6d9d2da110c486cff43 39 0.02/1.00 vMB 72
164,295 164,295 0000000000000836f5afe9a582f2cced32d1ae9984e78a926b4ed823ac674a6c 32 0.01/1.00 vMB 246
164,294 164,294 0000000000000610cef4e534e750ffb73f7060a2cd93ec4083e5f9a32cd2262e 68 0.03/1.00 vMB 163
164,293 164,293 00000000000002b68a35a3991a8f9e2662f4d9a8fcd55ad4d873c098b5c6847c 11 0.00/1.00 vMB 14
164,292 164,292 00000000000000a507944788eb29cd6c70c1e517438381e609657cd565f30ed2 132 0.05/1.00 vMB 137
164,291 164,291 00000000000001c3866e264d589c07b4082bd37e13cef63ddd7410680c44173a 35 0.01/1.00 vMB 209
Previous 10 blocks ↓
Total Size: 782.80 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: 710.13 GB
    • Received: 17.03 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.