Loading Tool

Explorer IconExplorer

Memory Pool

29,588 transactions
26.08 vMB
0.07636520 BTC
Random Selection Loading Transactions
Max Size: 129.00/200 MB

Candidate Block

Mining Attempt 4a9876191a3ab62a02590d637692f420594836bf937f948f9afd699fbb0db3cf
Version 20000000
Previous Block 0000000000000000000088eb0f120f975e57ee7b05837846c83d2c87324a46fd
Merkle Root e2fcd8b21ce3465938773b0481fa35782d5a49a12d3aa4d201d356d995dfb4ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,446
Size: 1.00 vMB
Total Fees: 0.02782664 BTC
Feerates: 502.67 > 2.79 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,242 (905,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,249 8,249 00000000999970a56953d0cfe6608d47fb90f749566a79895429899f22c65ace 1 0.00/1.00 vMB 0
8,248 8,248 00000000a5313d0552004c89e5f08bf82e7deeb89e01b1c3134b3ff158b8c447 1 0.00/1.00 vMB 0
8,247 8,247 00000000eb0feb905854af45cce9b47ab8491f547298de24d8cd40744c769799 1 0.00/1.00 vMB 0
8,246 8,246 0000000095ac54894d620c90f936b47b434656cb938defe5892ec89b94942460 1 0.00/1.00 vMB 0
8,245 8,245 00000000b604122a84070e34195832917ceeaf40291fb8531c981b5068b43b22 1 0.00/1.00 vMB 0
8,244 8,244 000000008f827ad838ed6caeca6499e157f36c9983b9316bb129afe1b2fdf8f3 1 0.00/1.00 vMB 0
8,243 8,243 00000000ebe174fde0a67963d85aca466125fadb4d993f0f23bddf5cad84f979 1 0.00/1.00 vMB 0
8,242 8,242 0000000078455a80c1a8348abff24732f7b2bfa51dc21562ca06c58a22eec69b 1 0.00/1.00 vMB 0
8,241 8,241 00000000c826ca8cb0836a71235444032ac3b1eb480ad6627a465b35cb0572df 1 0.00/1.00 vMB 0
8,240 8,240 00000000769a69bab4b23c22eb7aba05c19f0f874dc28de629a2c2959939e253 1 0.00/1.00 vMB 0
8,239 8,239 0000000087844ccfccbee0e02b2b908bd23ea90917cce27497a93caa0b3ce87c 1 0.00/1.00 vMB 0
8,238 8,238 00000000303839ad3b20c27785df6b605741dbf86c6bbbabff3a3aec9639f020 1 0.00/1.00 vMB 0
8,237 8,237 00000000ae29af171bbf72e365e4b992ce739a2a2d0244a68bfc2d441ff1e6ea 1 0.00/1.00 vMB 0
8,236 8,236 000000004ca54b877e3c8777063c370ae5f3ff767456b74aa6f700b4424bf219 1 0.00/1.00 vMB 0
8,235 8,235 000000000efc9a056078950245bbe3d42c2de4c2f4f15780587ffa1f01034a1d 1 0.00/1.00 vMB 0
8,234 8,234 00000000c5cf5efab33ada912190fc8317df39ad07d97714abda1892d9fc33b1 1 0.00/1.00 vMB 0
8,233 8,233 000000001ef602d85268d37d20d3218d272e919201c2effed87e7d1b5bb1b5a9 1 0.00/1.00 vMB 0
8,232 8,232 0000000077d98399e6b17d1e44bc2e3b2527ca10c174b3d736bfa5ff0e4d7e83 1 0.00/1.00 vMB 0
8,231 8,231 0000000081ac433c596a735022c5e1f19afcce061a68da4e8547521f647e5ca4 1 0.00/1.00 vMB 0
8,230 8,230 00000000ace02fba9eb2b25bd11b8c632343111cdac17b25071557b5c788cb47 1 0.00/1.00 vMB 0
8,229 8,229 000000005d26a37e9d1b0f0582a58906b945c27cfd0bb7b8873cb336b98cbcd5 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 576.38 GB
    • Received: 8.43 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.