Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

323 transactions (0.09 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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
909,959 000000000000000000022cb30000000000000000000000000000000000000000 0.09 vMB 318 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,958 (881,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,733 28,733 000000004f5d69d47b81c4e0380346b24a4d7f64fadf80b0608079c5d3097287 0.00 MB 1 0
28,732 28,732 00000000b854ba1edec41a19d604510a6af695a974715b5226904df96571c3cf 0.00 MB 1 0
28,731 28,731 00000000b4b9c00f4f11e619458e2c0718ac80e0064b5ae7f3595d0da8158b69 0.00 MB 1 0
28,730 28,730 000000005a3cc53d7e416c20d47592523b23db72a391d6dac5c24d705b00f793 0.00 MB 1 0
28,729 28,729 00000000e7727fdbe01255a31a0175ea78d6c46169486b59ffa136446f038a26 0.00 MB 1 0
28,728 28,728 00000000b24d3ab76151f0fc37cff5d9766b1a764f077ae11c594406d4d301af 0.00 MB 1 0
28,727 28,727 000000002c70298647caaa85720cf522df1f0817d666825bd07d8852499f7d4a 0.00 MB 1 0
28,726 28,726 00000000993766c5ce8d9bb9c3375bde26c2081cabc4c8ba6dd29ad4a06efd14 0.00 MB 1 0
28,725 28,725 00000000e1d2b24b31a917421cc249e5ecaf1cdd6858a771a04c0c3f8b7731a2 0.00 MB 1 0
28,724 28,724 000000003547c51ec4b336092b59e01d78c6463da8426e1818ec523a5bf2a14b 0.00 MB 1 0
28,723 28,723 00000000c71a2ce0c6cb3454116236443a4fe7b27595c978f2787473f0d3fcfc 0.00 MB 1 0
28,722 28,722 00000000c4bb9781c77caddd83a32b92a29f3fad743281fcac9333467fd94c15 0.00 MB 1 0
28,721 28,721 00000000399765b26fe1ec46cbc531f71ba07f682b4d86df5e9d8fd98c25a07b 0.00 MB 1 0
28,720 28,720 00000000f954bffbbcbe10423cc061c84582761d594e473ae17e7adb9f58373b 0.00 MB 1 0
28,719 28,719 00000000645d902fbab13e9ef7a6c795a3e59af77a486781bbd9f7f7f4cc35c7 0.00 MB 1 0
28,718 28,718 0000000031ced2e7930cf1fe168b4bf252514981becdc89ab21e6617f177940b 0.00 MB 1 0
28,717 28,717 00000000c3f188f0430c56d18daedd8ba46514ee452fc19331525ba6f98ef228 0.00 MB 1 0
28,716 28,716 00000000b772a1e9f529bdaee022b904c3ab99aa3ae41bc683c721c785f81c59 0.00 MB 1 0
28,715 28,715 00000000bdc915a006ecd91be4cc49619e41dfa8b952f9ad9fa13ba250f4da99 0.00 MB 1 0
28,714 28,714 00000000e360aa276b7daaf58f9acb307c489c242e32b8bb1561b2ca888ce624 0.00 MB 1 0
28,713 28,713 00000000ea0b72430fbaf6b0a5aad05971adb26b5480629b57b7b5dc135db35b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.32 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,177.97 GB sent, 114.96 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.