Loading Tool

Explorer IconExplorer

Memory Pool

25,107 transactions
10.46 vMB
0.02394977 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.29/200 MB

Candidate Block

Mining Attempt 2f779517b8da72cde62f0c996900e6843dc5223b7ee75992fd369d068db9dff0
Version 20000000
Previous Block 0000000000000000000075dee10a187ce8da6bb2823a2744947edd3b01954a06
Merkle Root e6577387beb8a6a3892050f2b4cd268b070d3377a555f871c5b6c72fe17c6b6f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,075
Size: 1.00 vMB
Total Fees: 0.00674462 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,558 (720,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
193,000 193,000 000000000000059f452a5f7340de6682a977387c17010ff6e6c3bd83ca8b1317 123 0.05 vMB 116
192,999 192,999 0000000000000130444a7246e17585e31d25de45018fed76279bd1aaee07d86f 82 0.02 vMB 20
192,998 192,998 0000000000000298a96d1d43b0c797ea0d45bcadd7e4b8f0eaf3dd1cc29c482d 367 0.15 vMB 134
192,997 192,997 0000000000000393c820119848cca62b196f06bae8451c06b8f4437fa691724c 512 0.18 vMB 137
192,996 192,996 00000000000006fde06dc9cde7ab56000892379d29a73e8e59516cced40f733d 33 0.01 vMB 151
192,995 192,995 00000000000003c6c5ac5665e13906ae1049a42ebdbe2dfa492dbd34d39189ea 172 0.09 vMB 90
192,994 192,994 00000000000005042206cba30b5a8a726ff87478297af2e160e3410b9aa7020c 155 0.08 vMB 103
192,993 192,993 000000000000003c0df9b9c5e29e00d7fd9da1ddde8bbaca294f5ac06e847dc2 16 0.00 vMB 175
192,992 192,992 00000000000003efeb245e07c240091ca3e8cb601055beff21caacc80ec3ba48 1,100 0.40 vMB 96
192,991 192,991 000000000000023fead6e0ac9d02f6202bf97a8563a2cea5d4d5e9abfa38098e 160 0.04 vMB 628
192,990 192,990 00000000000003c8b655eb564e8588373571869d891ea79a286e26ea6e25d657 11 0.00 vMB 354
192,989 192,989 00000000000004418351732d32971bf62009dbb818bef809bdaed7efaf5a8d8e 142 0.05 vMB 98
192,988 192,988 00000000000007ef4a017f4d27f42109c53f892ea08cca2ffc28a353d149d9c7 117 0.06 vMB 101
192,987 192,987 00000000000006045c8767730c0e764edda1720d126e1e27cf8dbca479ca1bdb 22 0.01 vMB 113
192,986 192,986 00000000000005dddec67d385aea3dceff97a0e7f4e757936d97bfd43c1d45a8 400 0.17 vMB 123
192,985 192,985 0000000000000163abcac62004e929182e88eff39ef72306acf7406191c5a536 56 0.03 vMB 108
192,984 192,984 000000000000014f2f626f9cc4b9674b94b724211d3e7decbbba0adbac2ca1f4 149 0.06 vMB 128
192,983 192,983 00000000000002b85d26d035363545e898dce23014fec080363d1ff52637dbf2 675 0.26 vMB 159
192,982 192,982 00000000000001e1f604e1e93234de33fcc5840ae2928510385f65d4d15ef305 121 0.05 vMB 134
192,981 192,981 00000000000005183b34b0e738078276a8b6d9c421de58620facbb1ed13e9d73 82 0.03 vMB 148
192,980 192,980 000000000000057660b894ad5c32509989e89530e3ce25f8d00d5d0eb2fba432 256 0.09 vMB 191
Previous 10 blocks ↓
Total Size: 779.83 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: 423.69 GB
    • Received: 2.29 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.