Loading Tool

Explorer IconExplorer

Memory Pool

45,476 transactions
28.36 vMB
0.08277201 BTC
Random Selection Loading Transactions
Max Size: 149.06/200 MB

Candidate Block

Mining Attempt 9b6c2329b122dcb2f91b2ca0c4c41bf514c3bb336d9cc3509132e55d35c464e9
Version 20000000
Previous Block 0000000000000000000157a8c8e1353dd302dd73eb8610f040445cef37457e83
Merkle Root 9bde95f98c5d9e76e20251c13b3362b96c61b4c0e7939ec2f60ccc84106e5e27
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,097
Size: 1.00 vMB
Total Fees: 0.02813314 BTC
Feerates: 301.36 > 2.82 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,259 (845,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
68,384 68,384 0000000002de670f7900673792be6b37bc1e28733dc27ee28df342adf3eb4f09 1 0.00/1.00 vMB 0
68,383 68,383 00000000013c0905a80b74c5e87639cedd95bdd0a314ab41a58310a78859146f 4 0.00/1.00 vMB 0
68,382 68,382 0000000002f4bb92ac6b4b42427b9c2cd836d453e1fca534f494869866616039 4 0.00/1.00 vMB 0
68,381 68,381 0000000004d9457ce88cbae870bf099a7d2c05bc02724993739c9a7c46e923fa 3 0.00/1.00 vMB 0
68,380 68,380 0000000002a0a703a0cfb47c7313ed05dbc9d27bb63218c7fa0413a2572b8032 1 0.00/1.00 vMB 0
68,379 68,379 0000000002dc22e3e4cca23734bfef15ec431546d8f1ae895343dfb64d51d25e 2 0.00/1.00 vMB 0
68,378 68,378 0000000004afc20997aa57790ed7f14567f1f8b214ed671eebffafc4fd7c9eec 2 0.00/1.00 vMB 0
68,377 68,377 0000000003478677cb88fe31f598057d844a07e384a3d79bf52489d168f7822d 1 0.00/1.00 vMB 0
68,376 68,376 0000000002309706c9c181187c50a3682437b728c9d78ad8593156c2a2b5ffa5 2 0.00/1.00 vMB 0
68,375 68,375 0000000000bafa0bd9ac613ae7f7613679afb4a82730da868b003d5f97655944 2 0.00/1.00 vMB 0
68,374 68,374 00000000036f1291c6b352ca997639c0c62e8a5440c316ab0730f6671a075c5b 2 0.00/1.00 vMB 0
68,373 68,373 0000000002deeff843d8ece7fbe4084c3f766f17e7029008b7deec4653ddb8d2 4 0.00/1.00 vMB 0
68,372 68,372 000000000295f6b2fa1b7e0fa523bb246bd5dba967ea5e8d66551b66b84dced1 1 0.00/1.00 vMB 0
68,371 68,371 000000000379d5905293a33095f48da436afbcdba5dc49813a619685c1fe5bce 1 0.00/1.00 vMB 0
68,370 68,370 0000000004c210e90e76515adf2f7b4049cb6fd6159464610486eda1894ca682 1 0.00/1.00 vMB 0
68,369 68,369 0000000003a4982e3b92ec1f792aada70eda4b62c493f25f76192d7fc1bef0bb 1 0.00/1.00 vMB 0
68,368 68,368 00000000025b49a09c5799d27445a7f1287ab10f4de3ee086171e32a090f3a97 1 0.00/1.00 vMB 0
68,367 68,367 000000000146da6e516114a4f8ee9eadc0416b67b3a536a96986d3ffed03426c 2 0.00/1.00 vMB 0
68,366 68,366 0000000005408bf32cf0606030a2756589a244565977c8ac40b09fd34e56e542 1 0.00/1.00 vMB 0
68,365 68,365 0000000002186cf0ffd235348a6ca8d08f5872b15d6d211364e220131c86061d 2 0.00/1.00 vMB 0
68,364 68,364 0000000004049553f937e744d8d15e4da9bfe340c1944a62891f118e12bd69f0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.05 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: 577.61 GB
    • Received: 8.62 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.