Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,674 transactions (1.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,480 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,088 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,479 (822,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,543 87,543 00000000000ddce0b17960c7ae65cb93dc51296eff5d6d24ba4f7c840560ac37 0.00 MB 1 0
87,542 87,542 00000000000887db7e6699660c1c926833c97b331128308c528d5b9ac823d239 0.00 MB 1 0
87,541 87,541 000000000000c5b65a3c2bbf43d3c414a8134c12d1ee230473832f4cef2aa808 0.00 MB 4 0
87,540 87,540 00000000000e30993be971cc7b57a095262a47c6f3692f3946e760127a60ab88 0.00 MB 2 0
87,539 87,539 00000000000e9ca8554405cdddd36887db87b69ea7be23d9d3127c8c8a29003f 0.00 MB 1 0
87,538 87,538 000000000014cfa1c903eff4375032f97e1ba5fc70c3e739d1a1935cf033a698 0.00 MB 1 0
87,537 87,537 000000000010ccd8312e156c415cdc13f862203f3ebaf7a84b074ad80442485a 0.00 MB 2 0
87,536 87,536 00000000000b7e51e6d8f0e53d8fd34aae229c178939782390ccd8224a4faf4b 0.00 MB 1 0
87,535 87,535 00000000001166d4380bd4ada860585c7ad52428396ea3a60213a948289333b6 0.00 MB 1 0
87,534 87,534 000000000016a9d714f15e72f2ec0af8cd496f481d3238c78ade62f45f60ccd7 0.00 MB 1 0
87,533 87,533 000000000018379ebdb327bbb10d44606be883ef613dd067d871836cce8fea7e 0.00 MB 1 0
87,532 87,532 00000000000b9778db6bd25eb16b87fbff2d0efcd6afc49471a6c1f54ea949a0 0.00 MB 1 0
87,531 87,531 00000000000c4510fb6b1a939a71297dd696ca9fc6fcf7668208c494eb00129a 0.00 MB 2 0
87,530 87,530 000000000007088980358d75b4a1c9e67cc4397a5d3027918aa3362390fea1ee 0.00 MB 3 0
87,529 87,529 00000000001269ba1fa8b50ff9a5e7d8c6d1a3580f8bea5f715f666211363df8 0.00 MB 1 0
87,528 87,528 000000000002a5b04c4cff0d66f4a64f03ca12e870a469c51e85171b273a1f8f 0.00 MB 1 0
87,527 87,527 0000000000028973977d82b14a74cc050ded01c3db5c69cf31813509fa9b553c 0.00 MB 1 0
87,526 87,526 0000000000146e1ec979be2ea2685aff84161e076927b01eb08558c8f1c7ed7a 0.00 MB 1 0
87,525 87,525 000000000013a45c39f984743d08087eb855e95d673e08201a4253145a235846 0.00 MB 3 0
87,524 87,524 000000000003e9496d9bbbca66ee9eae9202a6c571b1371227c20edf76350856 0.00 MB 4 0
87,523 87,523 0000000000023952a2fb799a70eddec82114c36c94c9279f150d7830e705af15 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.28 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,242.76 GB sent, 119.94 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.