Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,590 transactions (0.60 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,664 000000000000000000022cb30000000000000000000000000000000000000000 0.58 vMB 1,576 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,663 (837,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,935 71,935 00000000006e26e953ad0a12ff7443c21239f88ce928c43b3729c8da50111503 0.00 MB 1 0
71,934 71,934 0000000000ccc76b8acd622f28b993ab19f66fade66deefd412a7245aa349deb 0.00 MB 1 0
71,933 71,933 00000000003d295eb50f84c9e48f450842fb3c87af29eabf0f4fd218a22e2a97 0.00 MB 1 0
71,932 71,932 0000000000c0d1a5bb46816cbd8dc92d368dfaa8b0d6af8b2e0465386159c3da 0.00 MB 1 0
71,931 71,931 00000000002d47fb6c2361c82b93e1c8fff0fbcd7bd01b8fe283179aa2893035 0.00 MB 1 0
71,930 71,930 0000000000f4bc2a87c6cdd72df35405bc91df3f1b65123e2865689a852e027c 0.00 MB 1 0
71,929 71,929 00000000003e79caba58c24585d277a5d426a29555035a515ba5d15e982cd6a7 0.00 MB 1 0
71,928 71,928 00000000009ab488a6faf409659d59284f03f5e58e2b6313f63472a0dbf0100c 0.00 MB 1 0
71,927 71,927 0000000000f8cdb6f7e97920c57400ff1d4c97e7294f7d173458871da256eefd 0.00 MB 1 0
71,926 71,926 0000000000fe450d0fc2bc27d7b158c30b3cdaf855b6e8f51cd001ed76b44425 0.00 MB 1 0
71,925 71,925 000000000000922b404f6e52c7a927466a3d469ab2d17a8fd48c19f6f8b22dae 0.00 MB 1 0
71,924 71,924 0000000000a8a908f63985cfac1101a6b398d1ab06df3e8680f25d7800459708 0.00 MB 1 0
71,923 71,923 0000000000e0fac39facf3010b5143b00ecbec88f5e6fd439b43dec1bcdac454 0.00 MB 2 0
71,922 71,922 0000000000c6fe63b6a985fea78a8701a46e69cc77ebb624efea50e09257c1fa 0.00 MB 1 0
71,921 71,921 00000000008c8fbedb9e8169aadd26a8e53bd4d0e8ddf42b56b6a3b29d2a0ea4 0.00 MB 1 0
71,920 71,920 0000000000b4f6c812124e52e3f207b799e1a67183cbcc2f6c12191145a165b2 0.00 MB 1 0
71,919 71,919 0000000000dbdafa0268c460da3c3f946a8504dfd813766fd464bace939257e3 0.00 MB 1 0
71,918 71,918 0000000000149778f45579c77bea5a297b169620e09c9aab171c188a862520d6 0.00 MB 3 0
71,917 71,917 0000000000dc5dc5a18d4142c8024a5aea019365e33c0cddc8b47faae7275ac6 0.00 MB 1 0
71,916 71,916 000000000092720dbc7667b1ec83ccceaaf88d54c6250d8943b34dba3dbe2c66 0.00 MB 1 0
71,915 71,915 000000000055fee350ecbee0297e7a4777d9d9f42b5a5f4a98dad6ea5835a3a4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 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,133.87 GB sent, 112.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.