Loading Tool

Explorer IconExplorer

Memory Pool

35,247 transactions
8.12 vMB
0.07155598 BTC
  • 1 sats/vbyte = 30 blocks ()
  • 2 sats/vbyte = 18 blocks ()
  • 12 sats/vbyte = 7 blocks ()
  • 13 sats/vbyte = 5 blocks ()
  • 14 sats/vbyte = 3 blocks ()
  • 15 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.06/200 MB

Candidate Block

Transactions: 3,601
Size: 1.00 vMB
Total Fees: 0.02392321 BTC
Avg Feerate: 2.00 sats/vbyte
Mining Attempt eb585bccf4b4178a795098c643fdd814a8b996ca9e6034378a9f813e7c1b47ba
Version 20000000
Previous Block 000000000000000000006832ff8b73c6d2f144e635537d5b54b8298295c0e86c
Merkle Root be9ed1fdda8a76ab9a51c4a6bc6ad68b6ccff1204abfec06802a6672908e14b1
Time
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,758 (640,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,295 272,295 0000000000000002bc915719cd6e6ceeecd67e7bf66f2aa34804743cf8044e86 0.44 MB 1,016 65
272,294 272,294 0000000000000003e1bb192c3f98f9630cd26096eba436b61a8af8b8d5932fb7 0.01 MB 44 11
272,293 272,293 000000000000000327895ac1ceddfe917e2c1bb3a6dc4a73efd5ef742b5a05ef 0.17 MB 418 71
272,292 272,292 0000000000000001dc029b52ec0f50b0359e7db09203dba962fbadf375af04f0 0.25 MB 760 97
272,291 272,291 00000000000000019c316a13a4ed97afd3b7b05cbba8a32bc305254d805f0cb3 0.21 MB 571 68
272,290 272,290 00000000000000027515e181ea57835aa0660d085b6ced47c2bafeeb68637944 0.18 MB 448 62
272,289 272,289 0000000000000002e910d380d01e2d0a5296f1cf499e55c1b729f7164f8e41da 0.24 MB 656 40
272,288 272,288 0000000000000003600a1b797123038cf21882ca873e1afc205eedc32f0f8d0d 0.25 MB 631 102
272,287 272,287 0000000000000004abb7ce9cb7b474f241dd29e2b9804c85a2f59ffe209ce188 0.29 MB 692 63
272,286 272,286 00000000000000012cbbc55efa6bce0dbb6cccf469df10d2ee59b7019903f8dd 0.35 MB 528 44
272,285 272,285 00000000000000058c793436f4e3a4236fe2431cf3c04f031d768f3062433f41 0.21 MB 410 49
272,284 272,284 0000000000000004f5c1501704c2739e6ac234d04161968d6612c12bef57cee7 0.05 MB 160 88
272,283 272,283 0000000000000005e3b3470613bc78dd796718f4480d8ea5c7b79a469e20f7cb 0.14 MB 347 32
272,282 272,282 0000000000000004365c3965e999280851b54b8702112909dae68f6befa0c770 0.15 MB 244 32
272,281 272,281 0000000000000005ca9038861d973623024cea2216cb9fab96ef3ee1d8bcaf12 0.07 MB 181 56
272,280 272,280 00000000000000059fcb4b3d5ba3f8c8ebbe4649371a0cc2997541e62cba77fb 0.07 MB 165 37
272,279 272,279 0000000000000001f2d76f07a0e9ff26b559df5de2cd7a81cf9a967fac352401 0.34 MB 723 49
272,278 272,278 0000000000000001a6ed2421cf4d8751d6886d1b0a4c2aa128991863b8011205 0.22 MB 459 74
272,277 272,277 0000000000000002ba6c0238f591039a73e28189b50ba54d078ded32bf7ccf93 0.35 MB 544 17
272,276 272,276 000000000000000571594ff9bb965d22617d3a7c003303db05ab76fc3448e678 0.15 MB 133 12
272,275 272,275 0000000000000003e935a46a8133b4bb13268ee0893b55a7bd42aa95487f1021 0.05 MB 145 27
Previous 10 blocks ↓
Total Size: 778.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 92
    • Outgoing: 10
  • Data Transfer:
    • Sent: 145.03 GB
    • Received: 1.52 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.