Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,304 transactions (1.89 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,787 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 4,142 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,786 (880,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
31,011 31,011 00000000a75a75f5413e282ea89cbc3bcc8a7a9e1e4784864244238eea321eeb 0.00 MB 1 0
31,010 31,010 000000002ff5e19cd4023f04748c4cd564442dad4e6519a6dc8dcf5bb6d0a7ed 0.00 MB 1 0
31,009 31,009 0000000069e53218df50a57f9147bdce146b8416cb779c0bcbe0533012386ff1 0.00 MB 1 0
31,008 31,008 00000000be0dbb0e008a838a480c375026010844e283765cc17cdb4e79fab509 0.00 MB 1 0
31,007 31,007 0000000097e603fbe57ee6fe26575938fe8d2eb03368b5f73aa85c63bb86903e 0.00 MB 1 0
31,006 31,006 00000000064a023fff28ca06d84438d80750e1da1301257622d60b160e4b4c5a 0.00 MB 1 0
31,005 31,005 00000000c87537c662977ecd73fe0e9ecc990d3c1c4f9c350a72e3986d17370f 0.00 MB 1 0
31,004 31,004 00000000d51be37f219b53fe9a200dfefe70b7e432642728ec4500597f1bda7f 0.00 MB 1 0
31,003 31,003 000000006224e9ce1dbe8a9b593d8f0485a19983b479bd32b03eea7e20265e4c 0.00 MB 1 0
31,002 31,002 00000000833508fb6be4b80e977e3eaa04994353b81cb35890da0b284f46052b 0.00 MB 1 0
31,001 31,001 00000000d9062d83810fb85c85ec8c071e98d3bfe8f377ebd61d1737487e6a34 0.00 MB 1 0
31,000 31,000 00000000a6a6be6014fb079b06ee52c222d1897010c453f4ff7b40dad1c126c4 0.00 MB 1 0
30,999 30,999 000000000c18991f458634c8598dfe85443373f1fc675025a284f94f54124dc7 0.00 MB 1 0
30,998 30,998 000000001c4cf6af3a94cfc2d3b1eb94ab1b17e47bbabd1aac1935fc870cc11e 0.00 MB 1 0
30,997 30,997 000000005f7b3cd151541144b23f18147cc4ad8743b35635f52824a7b9243ace 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.69 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,442.17 GB sent, 132.02 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.