Loading Tool

Explorer IconExplorer

Memory Pool

53,645 transactions
31.45 vMB
0.10604169 BTC
Random Selection Loading Transactions
Max Size: 169.61/200 MB

Candidate Block

Mining Attempt 1d3b60862267956a534bc879516f45c98881de0e9ab7ce0f5c566bf1739514d4
Version 20000000
Previous Block 00000000000000000000b5c797f30f3f01ba588d1023c3962ed65aa0aaae2067
Merkle Root 7255b3b3d568a5f4da9e1f81900fb048c98af5eabd97a3ee043c3278a1261d2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,133
Size: 1.00 vMB
Total Fees: 0.02426652 BTC
Feerates: 18.19 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,826 (272,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,243 642,243 0000000000000000000f4b9b2d0f06b62a17d5f2eddf4e07aa378fe0c9ed6508 3,167 1.00/1.00 vMB 123
642,242 642,242 000000000000000000072df0502d5f3752cbee3ebb6bb8e868def9b093954b0c 2,878 1.00/1.00 vMB 132
642,241 642,241 0000000000000000000a4b2a51e7812be9b54a2d2dae83361aa30c706ad5d7b9 2,091 1.00/1.00 vMB 93
642,240 642,240 000000000000000000066c0dbcff4e36fbd40b9a0a4097f58762ed5dfe730957 2,558 1.00/1.00 vMB 97
642,239 642,239 00000000000000000005b55b0bed368c19c2fcded3fcdaf202f9008861755df8 2,929 1.00/1.00 vMB 118
642,238 642,238 000000000000000000089d047b4457a127e6775e7c9966bd9d59076572f14957 2,690 1.00/1.00 vMB 113
642,237 642,237 0000000000000000000814199b5d2dc03b0d9c6c26d37758a08f17cbd044ea15 3,133 1.00/1.00 vMB 137
642,236 642,236 0000000000000000000347b875d59a28b291a0258bdd4010a9f94ab7fb41ef45 1,837 1.00/1.00 vMB 274
642,235 642,235 0000000000000000000ec375b385251c39cef405d1dd47a533b712f61512f472 1,579 1.00/1.00 vMB 83
642,234 642,234 000000000000000000062cdea3984f70f3039e74bcf2aeaa3fa42dfd599a232f 2,683 1.00/1.00 vMB 106
642,233 642,233 000000000000000000015205134af4d52e5791f1b6718975e449e4cbe53ade4c 2,655 1.00/1.00 vMB 86
642,232 642,232 0000000000000000000d5d0693f3113fa4a503a751b7b7d079b74b56287e7729 2,180 1.00/1.00 vMB 80
642,231 642,231 0000000000000000000ae5e151811d3e1468693eeb803f730a3eac294a6666b2 2,915 1.00/1.00 vMB 101
642,230 642,230 000000000000000000056742cd94b8c23d89d5383acaf6fe733c727f206a0459 3,173 1.00/1.00 vMB 87
642,229 642,229 0000000000000000000030e41ca50121b00f1b1ab2ef2749c01cb83e46a76df4 2,569 1.00/1.00 vMB 88
642,228 642,228 0000000000000000000b51ffe265c912459c9986abb1c70dc8bd9930c2c6699b 2,605 1.00/1.00 vMB 137
642,227 642,227 000000000000000000103eda35db63e7ba3532fa73889f622cfb9a6ef8eb94a6 2,636 1.00/1.00 vMB 95
642,226 642,226 0000000000000000000c9bed0145b64c1b664088960e4160a8c8f56b12588d77 2,958 1.00/1.00 vMB 99
642,225 642,225 0000000000000000000e637947c3560fa90fce6eb96a0faba2462587e42e5a18 2,531 1.00/1.00 vMB 116
642,224 642,224 00000000000000000002c976f848fbd0647961091348ad2ffa95f3e6a76825ee 2,437 1.00/1.00 vMB 129
642,223 642,223 0000000000000000000625a9cb61ed589b19e10476668b4514150ba41f899488 2,923 1.00/1.00 vMB 173
Previous 10 blocks ↓
Total Size: 782.08 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: 651.43 GB
    • Received: 13.56 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.