Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,470 transactions (0.37 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,484 000000000000000000022cb30000000000000000000000000000000000000000 0.37 vMB 1,459 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,483 (826,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,887 83,887 00000000002eb350efa474ab4179f96617641ee4cb3e68acf49fab18f9f9169d 0.00 MB 2 0
83,886 83,886 000000000022822afbd13217262a87813f37e3f158de684632238911ac12faa5 0.00 MB 1 0
83,885 83,885 00000000000f8fc769fa1b92f45501532933627bc3a796f620452c73817f239e 0.00 MB 3 0
83,884 83,884 000000000005e017dfb0e30e9512813e93a7c22cba12df4c40f1775406686722 0.00 MB 3 0
83,883 83,883 000000000007d0a2779170dc3b5bafef7239c916a1a7487ad61114c3cb9e9eaa 0.00 MB 1 0
83,882 83,882 00000000000403ce4f5c41a49b9347ce9543c5123f8b45c17249b5668b7c4218 0.00 MB 2 0
83,881 83,881 00000000001ae4ae472f7a34260fc72737f11c2b0002f2adcaf378f786618ebc 0.00 MB 1 0
83,880 83,880 000000000020700a772d4f3cb45f1b01db8c6e22b23308f9ac75a7ae66d0c7fa 0.00 MB 2 0
83,879 83,879 00000000002ac961c208178ff8e5de5eeee80f0b299db3aa8d30abe8580a6456 0.00 MB 2 0
83,878 83,878 000000000005e91e9bce3bbf4cbabeb299d9daeb309304c0035db19e13fac24b 0.00 MB 5 0
83,877 83,877 000000000006157141accf52d54a5215e18a89e6ad3f0adff4bbdbeaf64b0ea8 0.00 MB 2 0
83,876 83,876 000000000005c095ffe351c143a66a26394c852fef0c37328de519c841e4f7e6 0.00 MB 1 0
83,875 83,875 0000000000070732d58bd9ae7f9a6d500f73f1daa72293f3ebdb15af0f37d886 0.00 MB 1 0
83,874 83,874 0000000000144c0ead9e70ff13c4bff8a374d5d1a5764fa3537c9a2d72ee6d54 0.00 MB 1 0
83,873 83,873 0000000000247ff22c6c045fc0f327e59babc7b3ba2ba752e9767ca27da8a629 0.00 MB 1 0
83,872 83,872 0000000000165b24c75f89216e683bbc88e73cfd28f15a49c761e7fd9b75b78e 0.00 MB 1 0
83,871 83,871 0000000000206d05f00de5e8e70fa044fde607a041f573f214b2d7325cdce1c2 0.00 MB 4 0
83,870 83,870 000000000029f73aa6f2ae3e00fda47b8055e04210ffb9b48145afa021256fe3 0.00 MB 3 0
83,869 83,869 000000000009d130c26e76b7210e3b4b41494682178579833343dea6d7a4e15d 0.00 MB 4 0
83,868 83,868 00000000002799ce8351f2455d8a1f6d630527b0806e15d2f092f03eeaefa349 0.00 MB 1 0
83,867 83,867 00000000002610e9ef172ad6ad816ad9e6417484e28c9a4d7b3292d6ca0340c0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.29 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,243.87 GB sent, 119.98 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.