Loading Tool

Explorer IconExplorer

Memory Pool

49,797 transactions
30.05 vMB
0.09695344 BTC
Random Selection Loading Transactions
Max Size: 160.86/200 MB

Candidate Block

Mining Attempt 6a509d7b6ca26dbfb28e47c729558eced02e106beb4043f841e2399cd3f33f31
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 72c31869edc09511bf731e316d7d2a470dadf550b6f95053387393d631f12837
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,563
Size: 1.00 vMB
Total Fees: 0.02856573 BTC
Feerates: 73.20 > 2.86 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (357,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,333 557,333 0000000000000000000668bfc723e015ece69b91a9cca26870c5e6815be34628 3,042 1.00/1.00 vMB 16
557,332 557,332 0000000000000000001c61de24a1112350fb8d9eca101fde3affdd0c825cc0db 2,933 1.00/1.00 vMB 20
557,331 557,331 0000000000000000001f1ab17d82075248eb9791dcb0e626c4245d5b81bf0ff9 1 0.00/1.00 vMB 0
557,330 557,330 0000000000000000000c5ac56aaffb48d76df171372914b82f88d86ff2668f86 1,788 1.00/1.00 vMB 6
557,329 557,329 0000000000000000002f2bdfb4cc5d273bf23548e65910038419d682b2ccda36 2,091 1.00/1.00 vMB 28
557,328 557,328 00000000000000000021b1e8cf1ec8b9c7192a064e115a24ae61795d2c448b15 3,143 1.00/1.00 vMB 7
557,327 557,327 00000000000000000029519833bf13147b6b9c2c103cd38ad74c7f6ea934d3a1 3,210 1.00/1.00 vMB 38
557,326 557,326 0000000000000000002d0814337aa8af1bee7775dfc3bf08bcd9ec13f4e975e0 2,956 1.00/1.00 vMB 28
557,325 557,325 0000000000000000001ac71a6233bf104f35ac8c0813869e0e1c82b0c2aadf5f 2,286 1.00/1.00 vMB 2
557,324 557,324 00000000000000000017647b3314e4a14727d882ae38c9fea96bea8dc1190cd7 2,393 1.00/1.00 vMB 10
557,323 557,323 000000000000000000088e794252ea045fd459ebceb7b4e3ec08f4049a2ad4b6 2,552 1.00/1.00 vMB 6
557,322 557,322 0000000000000000000bc1d117f602991efbd06bf178d5b2cec7132ae25abbb4 3,068 1.00/1.00 vMB 14
557,321 557,321 0000000000000000001b2f67ea924b35ed9886fe4c6df2a6e9042885ee8bfe51 3,390 1.00/1.00 vMB 22
557,320 557,320 0000000000000000001c38be656cd57d88b214f4b7a8054571f2538a9fd8308d 3,338 1.00/1.00 vMB 17
557,319 557,319 0000000000000000000a435d160ccf99f770dddd3aed422ccd807fccdd75f029 2,126 1.00/1.00 vMB 16
557,318 557,318 0000000000000000001dc067ac980d07d52244086f3707626e61dd8e24bf4227 2,648 1.00/1.00 vMB 23
557,317 557,317 000000000000000000100d0a5eeaa77110d40cca50ffd664436de53ff27e91e8 2,784 1.00/1.00 vMB 37
557,316 557,316 0000000000000000001f197b1ff19269486ce1d142d9b7981449696aa892c9ef 2,737 1.00/1.00 vMB 50
557,315 557,315 000000000000000000188a1f2550c57cee9ded9e570f39f97dacc8bd3f1b58e4 3,052 1.00/1.00 vMB 6
557,314 557,314 0000000000000000001999fb3f517290e168f278f322f055e6cac26af977535a 2,646 1.00/1.00 vMB 28
557,313 557,313 0000000000000000001c86da790be5b3a3621252d14290ceaa1a2d5d8cba91be 794 0.26/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.06 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.09 GB
    • Received: 13.40 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.