Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,213 transactions (0.45 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
911,852 000000000000000000022b910000000000000000000000000000000000000000 0.44 vMB 1,203 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,851 (880,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,032 31,032 00000000164b77c4a761d6b7af3f2ecca256721584038fa4a614f1dcb8a27eb6 0.00 MB 1 0
31,031 31,031 00000000e5ccbc97c2c2cf11a94473ec36011113017422a52dee02a22e7c7dcf 0.00 MB 1 0
31,030 31,030 000000005f0e92e2de88b6ff1e0d95d648f0e58713f23b361ccac777b3dd557f 0.00 MB 1 0
31,029 31,029 000000009c8239be8f7fa8010b8bf72882e3002159665a5ae56ab73809be592c 0.00 MB 1 0
31,028 31,028 00000000222115eec1c280e0da5112c4f5f4b825aa1c72f9e8a33bd1c984f0b5 0.00 MB 1 0
31,027 31,027 000000002e382e4fdfc90842fdd2748c910496e1f4524df9882fe54305dcc617 0.00 MB 1 0
31,026 31,026 000000001f08566a986a625e41f7eaa84b162b1f7b72355fd1c9ce96bb451bbe 0.00 MB 1 0
31,025 31,025 00000000e8cb4a2e1f2a14830b6c5e061275b7d405e77d1d21aec74cab22351f 0.00 MB 1 0
31,024 31,024 00000000e863336aa9367bfa13a89e5cb97c283936a355dbed89ef5c8f581840 0.00 MB 1 0
31,023 31,023 00000000c7052093ccef1196c435cb22ae5e1937ab1461a3519e49895af1e638 0.00 MB 1 0
31,022 31,022 00000000a0a594a7064ba4c39558e15b01f9c6919131fd778cbba6a05ff7c34f 0.00 MB 1 0
31,021 31,021 000000009a956d42a4aa769e724b302472cb7c603c5ecd7b8a643ac870f7b035 0.00 MB 1 0
31,020 31,020 0000000096d70fffe2f222c080d9b707cbafbf541269e68ef3adb7053c1c5b7b 0.00 MB 1 0
31,019 31,019 00000000a1662fbaf251f24f9b15c18884056c7bbe1c9751d885717e5f549a31 0.00 MB 1 0
31,018 31,018 00000000cfd1e6900de40dd4b8e92fe0dbc9a265b5e0cb6770d5fd3dd5027a88 0.00 MB 1 0
31,017 31,017 000000003458b36a76ab34fe949bae71a3977a0089bdad8c419db71b1ff1ec84 0.00 MB 1 0
31,016 31,016 00000000ae32d7c02822da378c7a632ce62f6e89313287341320f1cbfdff1e64 0.00 MB 1 0
31,015 31,015 000000003b7e4d74ee7cb216b3d7c989acd428547d24422d785f77f689544ae9 0.00 MB 1 0
31,014 31,014 000000001e107fec4ef7a67f7bd76d9556f04c61eb1243617308765cd434f68d 0.00 MB 1 0
31,013 31,013 00000000c8c9acee3bc790fdcc3e3604b0cd668a60d9bf44901b91d4e9757020 0.00 MB 1 0
31,012 31,012 000000008f52e246b6777bdb0c467e6f9c89e3f0f71b9d351c0ecd157cacad9c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.82 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,469.08 GB sent, 132.61 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.