Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,740 transactions (0.53 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,393 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.52 vMB 1,725 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,392 (866,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,121 44,121 0000000003f36b41712204889eb8fe0a778478b8fcb2629e6d4e2ade7a243db4 0.00 MB 1 0
44,120 44,120 0000000016c28b14e474a4f77247e656f938598ba242b5de2c2854a98e79eb83 0.00 MB 1 0
44,119 44,119 000000001e292757fca1421670baa7f7b666b75ee5b8ccfabc0c725d7e2fc817 0.00 MB 1 0
44,118 44,118 000000002f102f42c99f185b29766285852ef9ac2a07dddbd78209de7411951f 0.00 MB 1 0
44,117 44,117 000000000dea89b9c0473fc100dd42072bdc80d5ee00d37a4b1688973dc56786 0.00 MB 1 0
44,116 44,116 000000001912d218e8a243a9e9418a8e78179e6114be0e960b8daf2bf3d550f4 0.00 MB 1 0
44,115 44,115 0000000023888ceba1e10ee1769859dab2a16295266b02d84e41c4a14fde7934 0.00 MB 1 0
44,114 44,114 0000000036f522af88d3ca6c37baf6757ba4ce6c050f72fe6e0bc3d500061604 0.00 MB 1 0
44,113 44,113 000000003c4e9e5d0c265f871365bd77af4a41fb5620eab677b109e0ab270fd1 0.00 MB 1 0
44,112 44,112 00000000037b097a695394a556b6f0a53cc381f8ff68a10cbd50faa8dbd35759 0.00 MB 1 0
44,111 44,111 0000000016555dc935670092c2376b773642db681716d00187a53c030106d3f9 0.00 MB 1 0
44,110 44,110 000000000e9e40e2d8e43a9ac3970de1833c35ae572e818569242ac9320a9bea 0.00 MB 1 0
44,109 44,109 000000001160050e874152b7a59c8fee2cf4cce808edb0f369111ac1de6b77fe 0.00 MB 1 0
44,108 44,108 000000003a2f0499c6313c28a9e0bedbde83f247c59da0bf3be554d78c5d3532 0.00 MB 1 0
44,107 44,107 000000001f4422e65eafeaaf4e565d14a17d349842a520b57f1874a51e8570aa 0.00 MB 1 0
44,106 44,106 000000002fc85e5ec2e4748168b418081ac995fb2359fd2ae286e9c6b0ed29ce 0.00 MB 1 0
44,105 44,105 000000003e23691f737ac56635c6056cfbdbd4ab50302bdfcfd35c54751d0cda 0.00 MB 1 0
44,104 44,104 000000000d1d0253150eb243518c25961189f573e62cbc947b3c2ffc8bf0a2ce 0.00 MB 1 0
44,103 44,103 000000000290018c8f2a2f68f5dcb8e014249dfbc3ed34785d9f7d95c941f755 0.00 MB 1 0
44,102 44,102 000000002c64c3c065c1d596631785ef52e2b72fd62cf2f62ebbc833cc1d36a3 0.00 MB 1 0
44,101 44,101 000000000f005c92534dbd7dccd258e81247f57f14fca27101261541f6182e9f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.12 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,233.81 GB sent, 119.17 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.