Loading Tool

Explorer IconExplorer

Memory Pool

42,839 transactions
26.35 vMB
0.05866291 BTC
Random Selection Loading Transactions
Max Size: 138.44/200 MB

Candidate Block

Mining Attempt b6ddf38aaa8efd083723af737d7b60d9ba9b5208f1b2c8983e01fb35e3263062
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root c7a911e7bd97119f53929e45191c52733957f7016a58be84b1a8fdbfb6828856
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,768
Size: 1.00 vMB
Total Fees: 0.01048715 BTC
Feerates: 150.92 > 1.05 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (811,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
103,264 103,264 000000000001ae20d354ae86381cf004233e4a4a60f4e60ab2be34e74c590b87 5 0.01/1.00 vMB 0
103,263 103,263 0000000000030ea8bad93a867776c7c74cf27501fb03ad51521bb3186013f48f 1 0.00/1.00 vMB 0
103,262 103,262 00000000000110854e99484beccabea3fed581efb8a22925cbf3c32a38b19669 3 0.00/1.00 vMB 0
103,261 103,261 000000000003789fdf63055ed12a805439c0166a0e6edaa316137ff378ba5ae1 3 0.00/1.00 vMB 0
103,260 103,260 0000000000021e59b08d8d890fde47c51e7e33fdd81661f36ed9a1cdad4f8c64 4 0.00/1.00 vMB 0
103,259 103,259 0000000000012124aea9f01c26621d6f3a422b6e41bcc3818b989628d158e144 4 0.00/1.00 vMB 0
103,258 103,258 0000000000014ce2d4168e62329ed1f142b4ed470b5cb1cf0882cb4e48485482 3 0.00/1.00 vMB 0
103,257 103,257 0000000000007812202bfbdf96b34977212ff5768ad1f102fa8ffb0efe7f3429 5 0.00/1.00 vMB 0
103,256 103,256 000000000000f5e4adab3920b67a8a3f5d541bbe8613114ed205a5fb1024d1da 7 0.00/1.00 vMB 0
103,255 103,255 0000000000031f4a5ed13c53f2d2d07d0721c8ef09c0ff4301cb718461d497eb 10 0.00/1.00 vMB 0
103,254 103,254 000000000001b8a8ccfdcf6d27ec1986b206bb8b881ad58c180b1085c13cb658 22 0.01/1.00 vMB 0
103,253 103,253 00000000000165bb0e1b3a340cf7fb3ce8742a080ee784f5569e45879f4a7b0c 4 0.00/1.00 vMB 0
103,252 103,252 0000000000004d9e41653390fe0c98d7a79bd469c2331a6c3f89c03c77336b20 11 0.00/1.00 vMB 0
103,251 103,251 0000000000000658ec5c6a24b73b15be9b4b85183e5c5ce727649b978b8b65a1 5 0.00/1.00 vMB 0
103,250 103,250 000000000001d9cf751c2dd8f9ad9c01a33e5e9092be8fddf4cdc0a627a33c32 4 0.00/1.00 vMB 0
103,249 103,249 000000000002525f6efc873b7a02f5c3c9537192a94630269ec500c06b132459 1 0.00/1.00 vMB 0
103,248 103,248 00000000000257a7cc069d238ab8ac82cb064d6b70701967c3f49bd0c4953e36 5 0.00/1.00 vMB 0
103,247 103,247 000000000002b99cd405d1ff71f410e097f2daa6d17f39bc7e72045da38bdc40 1 0.00/1.00 vMB 0
103,246 103,246 000000000001f64385bfc1da383b8feffbbb193865417c48f39cffde8e0a984c 8 0.00/1.00 vMB 0
103,245 103,245 00000000000208da94ae426a6f7892290a825aa7570e4868d4069a3c58b73b07 1 0.00/1.00 vMB 0
103,244 103,244 0000000000025662f20d16f5b7d0a1d39e24c86470f584bb788e432f09a59a39 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.91 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: 645.77 GB
    • Received: 12.77 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.