Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

738 transactions (0.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,378 000000000000000000022b910000000000000000000000000000000000000000 0.18 vMB 733 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,377 (215,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
695,399 695,399 000000000000000000110f06bf25522eef3f20b5bc5f1ac986b8123083d6f95e 0.91 MB 392 7
695,398 695,398 0000000000000000000fa3a153f9acb60d91b5e134c6ce1eb5d734d3785d411c 0.96 MB 1,537 9
695,397 695,397 00000000000000000007d724e2987e7c8c839c2376cc8efebeed239edc44407b 0.11 MB 269 16
695,396 695,396 0000000000000000000c7620d7807edfad1c475f204f5c17da4601e2a6e13945 1.49 MB 2,112 12
695,395 695,395 0000000000000000000afc4605856032839121c6af4b4fccc3b19909f1296d69 0.23 MB 433 12
695,394 695,394 000000000000000000071a7165f635284841aacfe283c540afd71043415516f3 1.03 MB 1,942 4
695,393 695,393 00000000000000000008544504a4e31af52cfd5066fbad76a849b8749e1810ec 1.46 MB 3,260 16
695,392 695,392 0000000000000000000e8b997166b1219e976bb3611b180c71bf884cccc01333 1.50 MB 3,010 9
695,391 695,391 0000000000000000000ece097248e3dcbcb5c2720fc905f5c462b2fae6997919 1.45 MB 2,750 17
695,390 695,390 00000000000000000008deb2633e50a11880b54d45e263355c8bda3e7137aad4 0.66 MB 1,000 7
695,389 695,389 00000000000000000002b316772b231431e06eeff2502d1411d74fbb97539b6c 1.41 MB 2,164 7
695,388 695,388 000000000000000000112361773776f9d349799bf6848a7fd709b4922254fe5a 1.34 MB 2,476 11
695,387 695,387 0000000000000000000aaa96f788478368d73063926ffcb43d09f21d536d2cc5 1.44 MB 2,821 16
695,386 695,386 00000000000000000004468a9507d703c608e06f38c28f261967d68eb8c03541 1.47 MB 2,695 14
695,385 695,385 0000000000000000000e7555707e2d53ac5bac5ca00f40484e24b05fa101292f 0.89 MB 1,897 16
695,384 695,384 000000000000000000053d592314910f43115af129683f028135ad65697d3937 0.89 MB 1,866 12
695,383 695,383 00000000000000000010c5e06a07bfaaf41e1e553751cb9e1bc636f3eb45b666 0.54 MB 1,032 12
695,382 695,382 00000000000000000010a875042902d628d88f43589479e2c15b2d226750fb60 0.49 MB 1,097 12
695,381 695,381 0000000000000000000ff94f4614e9aeefef1a9d97da8e57e7cd12014e927660 0.77 MB 1,237 10
695,380 695,380 0000000000000000000a30eaacc4b1b0770ff7fefb3bc622548a78b9ce9d3fc3 0.06 MB 154 13
695,379 695,379 00000000000000000009783658487096f615fd8240208ffd08d7fdede9b1785f 0.31 MB 688 15
Previous 10 blocks ↓
Total Size: 775.94 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,402.42 GB sent, 128.52 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.