Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,098 transactions (0.66 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,494 000000000000000000022b910000000000000000000000000000000000000000 0.65 vMB 2,077 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,493 (668,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,788 242,788 0000000000000095504149eb87705f6515a0c8e0c3a3f2295a304ede4bd6a56b 0.25 MB 561 178
242,787 242,787 0000000000000090148cf5a171e22285ddc7da84eae55b0b28323d767f87f97f 0.25 MB 716 281
242,786 242,786 0000000000000025e684692fecb73090111403f082ab678b407c19433dd3e102 0.11 MB 262 167
242,785 242,785 00000000000000b3a6d0fe9d8d7ea618b49d8e9bae376e802bd72d48dfec1485 0.17 MB 329 163
242,784 242,784 00000000000000afdc91b3f8336ac95045c017e4265bc1f593e963a8cb252119 0.25 MB 363 155
242,783 242,783 00000000000000062a581e7c75fb0a400e72e2b7d9c17486a14384a8ac1f37a1 0.02 MB 47 235
242,782 242,782 0000000000000093054c8773768f53807d4d1eeb72089af0347d09559e62b8de 0.04 MB 80 165
242,781 242,781 00000000000000b5f1a1d81462c7bceded6e3977aaa878928c87e7f4dfa1119d 0.23 MB 429 322
242,780 242,780 00000000000000a26c81e433ba8706e67a68b27feeffd14593dd8f14a9dafe9c 0.19 MB 260 161
242,779 242,779 000000000000007c6d7bb0711affd8ae5ee03f5c50e442f7615135425a0274ac 0.16 MB 378 491
242,778 242,778 000000000000002a3821d6c8d49c0df3711b4b94a4dd0d76e7374830ec1ccd50 0.16 MB 359 330
242,777 242,777 00000000000000b59ef89354870cd4704199fe07e68882e7fa60bc31eb4ea633 0.11 MB 196 94
242,776 242,776 0000000000000085e1526ec7ee9b915db25f494e3848dd444952410a61725105 0.25 MB 601 603
242,775 242,775 0000000000000058c1485e123d771e217fb9ea991a23509eda91b9f284318593 0.03 MB 60 421
242,774 242,774 0000000000000052e46b5f676ce6cbfb9fe266006f1efb7c01bc306388e91275 0.03 MB 64 30
242,773 242,773 0000000000000064ed6311968ece7e7e73232257deab1c35de78c7bd2fab2761 0.22 MB 522 412
242,772 242,772 0000000000000080d57d1fb1f847cfd33d42b597aaa5a1deb2f72f2e840bdca9 0.06 MB 123 736
242,771 242,771 00000000000000054b107783899a6f0c9b840130028c7eccaceddfe6369305a5 0.11 MB 257 173
242,770 242,770 000000000000001474978a5d71f60c0032c44221def0b6bbb5e7cd317d0905bc 0.12 MB 255 285
242,769 242,769 000000000000002a88da1a07f1aaecd29d641928654618c3262d2e1fd5c62a53 0.02 MB 36 111
242,768 242,768 00000000000000b2787330a011114b68230cdeb05f73f5acf8f1d073c5a6e602 0.05 MB 64 25
Previous 10 blocks ↓
Total Size: 776.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,411.92 GB sent, 129.46 GB received

Notes

  • This page updates every 5 seconds.
  • 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.