Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

462 transactions (0.11 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,387 000000000000000000022b910000000000000000000000000000000000000000 0.11 vMB 457 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,386 (177,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
733,451 733,451 00000000000000000003b329f43ded360409e513b1335356873655b4167069c0 1.21 MB 1,585 12
733,450 733,450 00000000000000000007fd53934f7b5b863fd8891b3db3ce1294a030bca53c2f 1.04 MB 348 8
733,449 733,449 000000000000000000027e012956e1608d48a028e2d3a9e378a9a058339a3016 1.36 MB 1,838 16
733,448 733,448 0000000000000000000990a84a9eaa47c352a19ca3085cd6c3a15a76de51a831 1.14 MB 941 4
733,447 733,447 0000000000000000000029b4320fd380e15437be2cf28150b42d6e50e83b2279 1.18 MB 1,257 7
733,446 733,446 000000000000000000052b4f561f3097c988f985a1e78ac5bc158663aa96c83a 1.12 MB 639 10
733,445 733,445 00000000000000000008dbb526a35cbd8d0bafeee39e6380a5155e73630213bf 1.33 MB 1,078 3
733,444 733,444 00000000000000000001ef3c49abd0d790f134d85436e5bba32358f662498105 1.20 MB 1,596 4
733,443 733,443 00000000000000000008c3625d5153b908d6ed152ad95ffedb9be78f5cb58627 1.44 MB 879 5
733,442 733,442 00000000000000000005fcc30e11d1414f2b17ddeb29c97d8f9c18ceda27453f 1.19 MB 949 9
733,441 733,441 0000000000000000000536793e1ffa970b24f0edb901711b07086cec60f9b163 1.08 MB 624 9
733,440 733,440 000000000000000000038431f1790c7ad4520cfc40fe21108b8bc6ed51ebd506 1.12 MB 733 11
733,439 733,439 00000000000000000005e166faec2d1b736b2986cb439bf392af158220a41bcc 0.24 MB 337 4
733,438 733,438 00000000000000000005641e6c749e36397886e977c0a1cbcf0318aa157c009b 0.08 MB 165 8
733,437 733,437 00000000000000000003ebf8deadd2eac7d3392739ac5b5a42f9d4e1e242208b 1.25 MB 1,378 5
733,436 733,436 00000000000000000004df4e76d06e80a8f7c467b8cc2189e71d9d94d4041824 0.52 MB 985 7
733,435 733,435 00000000000000000006c0e67b82526b397d78e6f5462e6fc9e024d87f89e43c 0.99 MB 1,656 6
733,434 733,434 00000000000000000005096e97800dca55e96e7e7ff0b645bc358ea71424a728 0.22 MB 325 4
733,433 733,433 00000000000000000001d01c031c2961d9a965658062019f1d437813c31c1015 0.54 MB 671 6
733,432 733,432 000000000000000000018e3db424cd5c4090c9f76d995bbd867911dd588d9526 0.50 MB 621 6
733,431 733,431 00000000000000000001e26bcc436c984af0954ec47030837caa8a9dd7c28dd6 0.78 MB 1,175 5
Previous 10 blocks ↓
Total Size: 775.96 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,403.01 GB sent, 128.59 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.