Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,391 transactions (1.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,512 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,478 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,511 (822,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,551 87,551 000000000014527e5eef5c3a1ec2fb08671227be98ca3547dffa7423e45de8e1 0.00 MB 1 0
87,550 87,550 00000000001cedd40fc6686b32eb3615f4420c26f744aff5b53f0d15ed451f24 0.00 MB 1 0
87,549 87,549 00000000000045016a6e8fc31f806579bb9b966ab36225df8a6f432bff2cd807 0.02 MB 3 0
87,548 87,548 0000000000069225ad928f1e9323ba4e1a434a17cbacf5f6b31aff7487abd742 0.00 MB 3 0
87,547 87,547 00000000001a2af8d7099eb7850adceeb6fec912fb6a78495af3158028c17fa9 0.00 MB 7 0
87,546 87,546 000000000003debfaed7ac7b8f004c15d68a1164be39f86452ca813fe45b08b5 0.00 MB 2 0
87,545 87,545 00000000000e8f34ca1c857b8cd9a695dd24b495df54091811900f82ff648866 0.00 MB 2 0
87,544 87,544 000000000000d1ef5981d63dadeac4c4a8ad5e86f8b723451a3cec654b63e097 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.33 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,244.62 GB sent, 120.24 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.