Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

117 transactions (0.02 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,563 000000000000000000022cb30000000000000000000000000000000000000000 0.02 vMB 104 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,562 (837,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,933 72,933 0000000000b62202e8cb0672383e751c7f81a731a2d4cb5e7fa3068113993e75 0.00 MB 1 0
72,932 72,932 000000000070cb7319d1660074a628ff2539a87fb254e6fd06107a01bfdfb097 0.00 MB 1 0
72,931 72,931 000000000021f55ea2a965aa54f4d1bc122ab4eab796c14b95e0efed22d46184 0.00 MB 1 0
72,930 72,930 00000000001052e83dd60cd87dff2d418df3ae57417ffdee13f6a823ddbe3098 0.00 MB 1 0
72,929 72,929 000000000003371272c061993612da38d30e1bf319959fc77bf9da3afcd39f92 0.00 MB 2 0
72,928 72,928 00000000006646c3e09f6d53d13c8f18bcae4a3403daa1a98bb6c677723f9888 0.00 MB 1 0
72,927 72,927 0000000000a20f9cd9ae23204be1491b6a66381fa75df127d11cfd066b3fa340 0.00 MB 2 0
72,926 72,926 00000000006016dd9b281393951bb693e6b76b1845cf91fc18221ed880d431b4 0.00 MB 1 0
72,925 72,925 00000000008909343eb64f728cc543d9621ff7288fbd526c76a78edfe7e65110 0.00 MB 1 0
72,924 72,924 00000000002b0572bb1b230fd5b3adf1346891ff84237cc7c5f416e136a11476 0.00 MB 1 0
72,923 72,923 000000000077eb25ca99a401bfa4722ba925fac4f91ad809744980a236c3d644 0.00 MB 1 0
72,922 72,922 0000000000678f1667a0bcc6be94ce90dcfd2da013dfd4b792c8b5ed29cf869c 0.00 MB 1 0
72,921 72,921 00000000000293ef173db7f6cb5605ebbad7323f0f4a67c0ac486fc98d3edf78 0.00 MB 2 0
72,920 72,920 00000000007cc280586d8d2af09d1bbd25d505d3410f9e2a451a5daa79bea690 0.00 MB 1 0
72,919 72,919 00000000004ad8215de193df02eb9197523adaa72fe5ad1f1832297c32e7bc41 0.00 MB 1 0
72,918 72,918 000000000055c0dfed5465ad62465c113f46c620ba0acbfa368c458bd223f114 0.00 MB 1 0
72,917 72,917 0000000000aefff483decffb57f071ebc4deb4d6b94e4880a9124af9ca95c022 0.00 MB 1 0
72,916 72,916 0000000000b25ff1313a70f222ad1e7d9c32191ee5076de9da6ed406e313515e 0.00 MB 1 0
72,915 72,915 000000000032a1dff7f4481dae790c83c47d06753f14b47e7245a38520c3152d 0.00 MB 3 0
72,914 72,914 00000000000f49a76b288084f6f124f869227a1d502694aa869f78f0c51475b9 0.00 MB 6 0
72,913 72,913 000000000075033b6ae160f9a8bf046bf0b66012474edcb17419631348489bfe 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 774.42 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,252.56 GB sent, 120.63 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.