Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

698 transactions (0.25 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
911,337 000000000000000000022b910000000000000000000000000000000000000000 0.24 vMB 684 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,336 (353,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
557,920 557,920 000000000000000000004940a563d3b02cfa572d25eec672323fffd3792247ce 1.12 MB 1,840 11
557,919 557,919 00000000000000000027feebd97502c6b5fcad0fa43d358a6047437d1ac0641f 1.25 MB 2,623 33
557,918 557,918 00000000000000000027e15c74d1b5a596170d766e3414e2b096a225cb00514a 1.12 MB 1,241 17
557,917 557,917 00000000000000000009ec9eded56e675b9513e0ad62ba442902984b0053a09f 1.18 MB 2,531 23
557,916 557,916 00000000000000000006e15934a2ecdca9bea9dbcb3f03b7cab4916bddd1f575 1.22 MB 2,825 19
557,915 557,915 0000000000000000002410e3bf84bc9f404666c89c7b923121b19956b74f70f6 0.07 MB 159 14
557,914 557,914 000000000000000000013d2bf464f4cb4c1f4810a825ba780961e19807415e31 0.49 MB 1,245 13
557,913 557,913 0000000000000000002ab3e382f436f97229cfdd28a47d917da38542a96c2de3 1.17 MB 2,943 15
557,912 557,912 0000000000000000001f405520f40c4bd9bb0bbdf0e7b0fe8d32efe0c4224507 1.09 MB 2,362 12
557,911 557,911 0000000000000000002cd9514ed421ba6df6c83e9d136868d92ecbc11211fbd3 0.28 MB 663 14
557,910 557,910 00000000000000000028ee588d20b0614c7a186a760e1cb28d89917ed2340b9c 0.47 MB 976 17
557,909 557,909 0000000000000000003127b1cd77602392b01761a6c318e18a668e27c5026e50 1.17 MB 2,503 13
557,908 557,908 0000000000000000001d0452f290897c941e3eec0803ecf9ab43c079c121ec30 1.28 MB 1,651 2
557,907 557,907 0000000000000000001ccdb20b68d0ce4691e0304dc6ab66ff1098eab9af24f7 1.21 MB 1,899 5
557,906 557,906 00000000000000000001fd82fc7b6cd5f745b51300575ed8e00843e2a74ce716 1.21 MB 2,148 5
557,905 557,905 0000000000000000002973446f46cd904b808964706a3def7dda469c4a255455 1.18 MB 1,984 4
557,904 557,904 0000000000000000002ec86d44412f664ed9aa6790f74e1e7238fb871a54b893 1.18 MB 2,477 16
557,903 557,903 00000000000000000024f52984634175a15ed53628addf761f215e92641fe852 1.24 MB 2,966 32
557,902 557,902 00000000000000000001f6592f5c20806ba56dc587506bd4c3bf4bc7282117ad 1.22 MB 2,810 17
557,901 557,901 000000000000000000250f66a151626805e675cf919c238eefa592b3489f8e9c 0.00 MB 1 0
557,900 557,900 0000000000000000001d6311464de0338fc8eede26e3098178f5c0a65b390697 1.33 MB 2,419 33
Previous 10 blocks ↓
Total Size: 775.87 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,400.41 GB sent, 128.14 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.