Loading Tool

Explorer IconExplorer

Memory Pool

45,198 transactions
26.68 vMB
0.05975526 BTC
Random Selection Loading Transactions
Max Size: 141.15/200 MB

Candidate Block

Mining Attempt be7b708b947eb5e79b7ffee2b5228e670b5500cb26b8a8f13ecce9fb6cfedf36
Version 20000000
Previous Block 00000000000000000001d48fe31ee355e05137abbba8ee3417ce18547d2ebc79
Merkle Root 1c5474308d247634783e31b093e411b7054d6c327ddfbd83644f17a5c0f25ae2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,223
Size: 1.00 vMB
Total Fees: 0.01063042 BTC
Feerates: 40.21 > 1.07 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,743 (857,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
57,168 57,168 000000000592d5c08d545f62a670aa8839c91ece4e2c4f9973c9904cf8b028b6 1 0.00/1.00 vMB 0
57,167 57,167 000000000f0ad315b08a48b6ba7665b55caa39ab8759945f68cb0eab3e280d9b 6 0.00/1.00 vMB 0
57,166 57,166 000000000d6d0f4778afeb78f4ab080f514761b6e34b7763bd0b108b5bded591 1 0.00/1.00 vMB 0
57,165 57,165 00000000064e2b17caf2770cd4c69517411c0956ca0508e58b201ff021db01ee 1 0.00/1.00 vMB 0
57,164 57,164 0000000010de2fda2118ebe2270c42def99b98ffad2c3691cb33cf85a8735030 1 0.00/1.00 vMB 0
57,163 57,163 0000000001e9749fc073f63075ca4276a8ab28c3b83c4c93e3a87098d2d15660 1 0.00/1.00 vMB 0
57,162 57,162 00000000134e8f29c7e7b44f916e61859e7572cdb0177b3fe01965ce1b5c6386 1 0.00/1.00 vMB 0
57,161 57,161 00000000034b658ca861c43385e14f90dda4b679337b6fbd2a58f5043e371684 1 0.00/1.00 vMB 0
57,160 57,160 000000000244d488cf5e67b1c758fc195732dfcf9f5b5c609cb2aa0b5c2d2a64 1 0.00/1.00 vMB 0
57,159 57,159 000000001561e59060743df2bc8e846c94e498b2b154b5523857ffb0c1666132 1 0.00/1.00 vMB 0
57,158 57,158 000000000d920bbdbf3876e116864f7827a8f0037f41319728ed8c5fd4828291 1 0.00/1.00 vMB 0
57,157 57,157 00000000118e61a239079699e698564f52ea0bb826197c056cc291ba9ed2ecab 1 0.00/1.00 vMB 0
57,156 57,156 0000000014e75e68777d9113f08ed3acd85984252cf1f3d2c1a010611ef4f110 1 0.00/1.00 vMB 0
57,155 57,155 00000000073d3027573482351603372ecc999d0861b4cc0a0a3cf10e74ae5b2f 1 0.00/1.00 vMB 0
57,154 57,154 0000000015039dcdfad1a6230034da7b60a64f532c9277ecd742891ff55e9a6a 1 0.00/1.00 vMB 0
57,153 57,153 000000000d0492b5ac6f5834396f9cbc41ec94629fdf9bdf5a02a8a94306a42f 1 0.00/1.00 vMB 0
57,152 57,152 00000000099b18a782e6aa4b265f2a91c7223148b55a4d113efc4b41fa0f23b1 1 0.00/1.00 vMB 0
57,151 57,151 0000000005b89b83a2a56466813197e63ff398232fe3c65c48ca5a3115d7a6f0 1 0.00/1.00 vMB 0
57,150 57,150 0000000012ebc3b5258cf0c3197b61a7bab92667b204053544f4d6f25e35a002 3 0.00/1.00 vMB 0
57,149 57,149 00000000010ea0020d962df6dd866a597ee09f15c81d139bedae46ef26e5ae35 1 0.00/1.00 vMB 0
57,148 57,148 000000000516fec402dce919dff065eaa867f000bf5950aa587ba258c772b1ca 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.93 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: 646.42 GB
    • Received: 12.86 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.