Loading Tool

Explorer IconExplorer

Memory Pool

80,172 transactions
29.81 vMB
0.08356147 BTC
Random Selection Loading Transactions
Max Size: 179.13/200 MB

Candidate Block

Mining Attempt 609ec76017712360312abd5191b1bd1d2cfa6e5c66fe77b49703a250fabce1c6
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root adeccd6b0465071f542e9e5a8219c7ebcb1ce329df6090dc334859a7b0ba4fc1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,973
Size: 1.00 vMB
Total Fees: 0.02278920 BTC
Feerates: 502.65 > 2.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (364,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,298 550,298 0000000000000000001c065c34d44fb73bf278ed455599c72d6016e1aca85d0d 2,001 1.00/1.00 vMB 44
550,297 550,297 000000000000000000246c282d7b46d975a4b44d62e9121c9e004183b585872c 2,539 1.00/1.00 vMB 33
550,296 550,296 00000000000000000026a68f7a6e75cd7cef4dfa35bf393a2f5376aab965af67 2,735 1.00/1.00 vMB 55
550,295 550,295 000000000000000000222777658307e301125ede5b0a8d5a0b070b0850935a47 2,381 1.00/1.00 vMB 20
550,294 550,294 00000000000000000019871d4888ca00a1d8a704068999e20dff6bd30fb781da 2,631 1.00/1.00 vMB 50
550,293 550,293 0000000000000000000071207adc320a806c8d0a7cd6950a005344f6d2f76308 2,520 1.00/1.00 vMB 13
550,292 550,292 00000000000000000023c5291fa9b7dfcb43c0d2771c96b4674d209a50f3cb74 2,256 1.00/1.00 vMB 24
550,291 550,291 0000000000000000001e686b3d0b1791156f169588a4888e9f18d71b0148a0f2 2,695 1.00/1.00 vMB 58
550,290 550,290 0000000000000000000af8b94748cbc7d3bb1062d89b085080078bddb3c17300 2,501 1.00/1.00 vMB 24
550,289 550,289 000000000000000000185eba50aef7a8c18849f6682dac5d835584a2e4fd288c 2,715 1.00/1.00 vMB 10
550,288 550,288 00000000000000000014be3a0c5afec279f1233acd0c1ead9eeb0c79691bfed5 2,618 1.00/1.00 vMB 42
550,287 550,287 0000000000000000001ee96f5655c1669cccec68c3e8f5bbe106c8c26e6203a8 2,300 1.00/1.00 vMB 38
550,286 550,286 000000000000000000261849e81cfd11759eafad5286d2562c0fd405888deac0 1,711 1.00/1.00 vMB 8
550,285 550,285 00000000000000000008ddcc34e4d1bd4377c580cc598fa250d7e4f63117adae 2,935 1.00/1.00 vMB 16
550,284 550,284 0000000000000000001babcc32e5d32b70c0b2ce06637b8d169cb96a572a77ed 1,930 0.93/1.00 vMB 21
550,283 550,283 00000000000000000019887f14af8e843a679d8a2d0805d8e0c47e861fb3c5ff 2,549 1.00/1.00 vMB 52
550,282 550,282 000000000000000000251ddd24312e7483fe68afaaf397492b58c59860e19d5a 2,154 1.00/1.00 vMB 24
550,281 550,281 0000000000000000000525b801ab96da12f644440cc468325014d2185f835dcb 2,482 1.00/1.00 vMB 32
550,280 550,280 000000000000000000063d5c29a495d3c0d86306e2119dfa7a6eb0e69de1b6a2 1,510 1.00/1.00 vMB 8
550,279 550,279 0000000000000000000df496c52636134711a5cb605b94f1cd8ee3432711a64e 531 0.35/1.00 vMB 37
550,278 550,278 0000000000000000000349c640e0ed416dc1701a69691f8f7bcb3f45ee4ba4ad 151 0.11/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.