Loading Tool

Explorer IconExplorer

Memory Pool

105,562 transactions
23.59 vMB
0.06625612 BTC
Random Selection Loading Transactions
Max Size: 172.07/200 MB

Candidate Block

Mining Attempt 1c1e71d2e6bca51620ba159bfc3d09f5d0d3015d50aad4f146b1a76a28c28d67
Version 20000000
Previous Block 0000000000000000000069681286d6ef2736bb258faf56eb8782cf9f620c473a
Merkle Root 0df5caa352e81e72fed0920549b86d23b3885eee4613e2b3e2d1a9a77c96e4a4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,373
Size: 1.00 vMB
Total Fees: 0.01129346 BTC
Feerates: 150.23 > 1.13 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,431 (207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
916,224 916,224 00000000000000000001048526ea3f273312872d407badd89c872b6ff4b7044f 3,560 1.00/1.00 vMB 1
916,223 916,223 000000000000000000001eadb62e4e1e3e4f405ed213726ffcad51828d3f9b00 1,311 0.41/1.00 vMB 2
916,222 916,222 000000000000000000005fa61c880afd683cded3f99701b6aec5a4f7d87df16f 6,146 1.00/1.00 vMB 0
916,221 916,221 000000000000000000006d97c37a03e96bd032c335069f592770fa3922d668b9 2,753 1.00/1.00 vMB 2
916,220 916,220 00000000000000000001401db31a175d3c7fdfe57139ace59183648021213937 5,079 1.00/1.00 vMB 1
916,219 916,219 000000000000000000004f80821b1dcaa84035a06e05694d10ad2b48b5e2df67 2,640 0.72/1.00 vMB 2
916,218 916,218 00000000000000000000e4f719f8078af1e5d5d9a455c2531fb9208f04c63660 2,829 1.00/1.00 vMB 3
916,217 916,217 000000000000000000001ce9cb79ade3c385c3b5112b7757a11b76c8ff3b74a6 3,747 1.00/1.00 vMB 2
916,216 916,216 00000000000000000001b42a14d870741d8d6fc49bcdcfba94f4554783af4ea6 3,040 1.00/1.00 vMB 3
916,215 916,215 00000000000000000001cc204517e5f910f86a89a435e1631cef4ab09a692796 3,086 1.00/1.00 vMB 3
916,214 916,214 000000000000000000000e9c89390ee37b4f7fdc3a8fc880a8e83fda0041be3a 2,182 1.00/1.00 vMB 1
916,213 916,213 0000000000000000000084998cabc0ccc58544ffffc0696986e3326972162851 2,579 1.00/1.00 vMB 2
916,212 916,212 00000000000000000001f65f51b772b66637b5266c3ec594c53abbfda4d2c092 4,408 1.00/1.00 vMB 3
916,211 916,211 00000000000000000001063f8c39bbf034dab8a234f30c00f5f7d0975efc77bb 3,792 1.00/1.00 vMB 7
916,210 916,210 00000000000000000000eeff408fac8c7a8d843c770432d4b174a25c7ede34f8 3,443 1.00/1.00 vMB 3
916,209 916,209 0000000000000000000143437bb05d36d26a2a002dfa3a5d6a1770925748fded 1,572 1.00/1.00 vMB 1
916,208 916,208 00000000000000000000fe09e375226da31e6de1ebe6ec7bb591cf5b1b7ed65f 1,053 1.00/1.00 vMB 1
916,207 916,207 0000000000000000000035fe6db111c0e0fc5c8c7b829cd7d41ac9383eb6d77d 2,447 1.00/1.00 vMB 2
916,206 916,206 00000000000000000001401959dc9f0fe5b764c0be2f77e17d7de944dfac777f 4,581 1.00/1.00 vMB 0
916,205 916,205 00000000000000000000fe2b1333693d711ddfa80b570a770d93121907b51d23 2,662 1.00/1.00 vMB 1
916,204 916,204 0000000000000000000168247b86044f811a57dee8c6a16d0a7b8c8e46bb0d00 2,019 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 784.86 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: 899.02 GB
    • Received: 26.76 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.