Loading Tool

Explorer IconExplorer

Memory Pool

39,876 transactions
31.74 vMB
0.13246188 BTC
Random Selection Loading Transactions
Max Size: 157.84/200 MB

Candidate Block

Mining Attempt d481858173080eb95203eda55aa6617f37e9b0f9a489d9761d452fa0e2dc3f55
Version 20000000
Previous Block 00000000000000000000de69edf4bbef30a95b0a0bc1ddc631b89bdc493f7fc6
Merkle Root 70805e8364dd098413ef4761b931e61b99e20fb0eedf21d91ff21dac31aeb51e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,100
Size: 1.00 vMB
Total Fees: 0.06684090 BTC
Feerates: 301.05 > 6.70 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,382 (840,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,452 73,452 0000000000b67db18683b9a80e813af0aab3c2f8c91cd9a3abddd2970e1036d4 2 0.00/1.00 vMB 0
73,451 73,451 00000000002b37c381b2afbd486ece0ebe8ac50852b131d2c4b70333c3115cd4 1 0.00/1.00 vMB 0
73,450 73,450 00000000009e1a0f233cb000cca13e049649bbd495626b4a1ea70325b7092f0b 2 0.00/1.00 vMB 0
73,449 73,449 000000000085337446748dcce0af4cc53f0e58cf10cc81235fb94fca24b03071 1 0.00/1.00 vMB 0
73,448 73,448 00000000007db6c74102381e8a2f38edfa171d629f9263ac13b7e371225ef1cc 1 0.00/1.00 vMB 0
73,447 73,447 00000000005b795ef5d5932940a9af7a493e17caec57aa27373bd69d6719e755 1 0.00/1.00 vMB 0
73,446 73,446 0000000000965bc595830244e7622d96b583f12542bf30fb37e0f097884f6c7a 1 0.00/1.00 vMB 0
73,445 73,445 00000000000c7c15d6bc8c2d4063e79090f0892ba0c74f5ad042ddb970159ff7 1 0.00/1.00 vMB 0
73,444 73,444 00000000000f03e166e8f8d4f89054be28bf85f4ed3b299f21413f8563f3046c 1 0.00/1.00 vMB 0
73,443 73,443 00000000004a62c2d5fdc0527fd64343145cfa906aedb23c26915cc8d628d913 1 0.00/1.00 vMB 0
73,442 73,442 0000000000ac27a9e661401cc97a53d124a2b0de91031ee7d841d08326f60f35 3 0.00/1.00 vMB 0
73,441 73,441 00000000004e5547d9754946e78d8f654d06917aca2f4f2e92ae07af2616d2ce 1 0.00/1.00 vMB 0
73,440 73,440 000000000047f202fec7a968d6ef7651f5134adb7d6dba3e11b6b8f149a10f4c 3 0.00/1.00 vMB 0
73,439 73,439 000000000096175bed10ee9e0a108bd4490775e25dacbd21662085867c406dd1 1 0.00/1.00 vMB 0
73,438 73,438 00000000006877ba470cfba140960e5e509a19ebf841bf7b2abc85e78b8723d9 1 0.00/1.00 vMB 0
73,437 73,437 00000000001eb00cda861fcfcb3f3dd4453b136a0e0cdb5d34fa1099bb12b1e6 1 0.00/1.00 vMB 0
73,436 73,436 000000000015ec087122b7fecce31568d52e119fc02bd2f407334488091a7d24 1 0.00/1.00 vMB 0
73,435 73,435 0000000000676e484df5e93dd26c11f8d4ccf3ce78fe046a0d80e7ce02ecf928 3 0.00/1.00 vMB 0
73,434 73,434 00000000006ad244ac01fa56d26d60fb5ef62d6d1e2b574621de3ec3139bd6b7 1 0.00/1.00 vMB 0
73,433 73,433 0000000000528e2dd8ccf9353fa0957171c871333ce4cf72070e3aaea6ddba5e 1 0.00/1.00 vMB 0
73,432 73,432 00000000009e2b9b3ba053ffbf061e1f39a56ddf8f19c1d069b973254d2e81e5 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.28 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 597.49 GB
    • Received: 9.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.