Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,654 transactions (1.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,460 000000000000000000022cb30000000000000000000000000000000000000000 0.99 vMB 2,649 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,459 (887,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,252 23,252 00000000fd82f492ca793260b6db5ab4d40f075efdf261d74c7678b9a8ba2b9f 0.00 MB 1 0
23,251 23,251 00000000692cebaadb06f1d0c85fd62df2a54e533a5dd6069cca1770eac9d97e 0.00 MB 1 0
23,250 23,250 00000000a1edd8eecb8539342049352d410c3dd23de166eb12a3485976af5f4a 0.00 MB 1 0
23,249 23,249 00000000d63a217ab813d752d43c81f94ac083f3b5ab005c62dd1ba3c4496ab4 0.00 MB 1 0
23,248 23,248 0000000060a1e68552471b4337ddbd363ced700ff2afe8a2fbe980cfd95cfb4f 0.00 MB 1 0
23,247 23,247 000000001f4042966b5cc02bbfd0c0230dc6816b3b510461b3a2f792ff506b16 0.00 MB 1 0
23,246 23,246 00000000ffb0ddfef22ff4b3522c2593c066caa235da1ffa6668b62271258c63 0.00 MB 1 0
23,245 23,245 00000000454df551475f2fd69a3703848e5ac84786dd774474180a3cdc5af8f9 0.00 MB 1 0
23,244 23,244 00000000f0b89fec043e8317104b874d22b6303e636e7310c095a24706e794ef 0.00 MB 1 0
23,243 23,243 000000002316f3c52372c716f06b46d11ddd0eb62779a2bace1eb1a55e692010 0.00 MB 1 0
23,242 23,242 00000000533e21a70f39c7b0a92890ee83b23d5be99da5c7ebb139e097ca25f0 0.00 MB 1 0
23,241 23,241 00000000dc0d5441fef2585be634281fbc86d6ca36b2c3dad553b6021c95caa6 0.00 MB 1 0
23,240 23,240 000000008799f5340888fdc90fc1a29bb1a17e6241711a017b7453842d671037 0.00 MB 1 0
23,239 23,239 00000000a0817fd0bf1781eee286012804486a6167184bcecdd8e817bab20047 0.00 MB 1 0
23,238 23,238 00000000d914c24ba561682ebf57e247fd52984a96b1d4040ddc84c71e57c146 0.00 MB 1 0
23,237 23,237 00000000519f3c015bfdb8a9f1148aae2046877e16c1078b8314f2957c8caaa9 0.00 MB 1 0
23,236 23,236 00000000b8a27cb2a2cbb6ce63ab894a5f9fb8f602f4a9a421db50e5635e97a4 0.00 MB 1 0
23,235 23,235 0000000058c0a62a019fb94fc4940f5a048c492f0b45398ebfc773f9deef8a44 0.00 MB 1 0
23,234 23,234 000000003fc2285e7296924cadc97af1d4581e4ffb29c39595b813d61cde3100 0.00 MB 1 0
23,233 23,233 00000000da2812776d06d0a47288b8793bdb0d1f6f83cf3af139dc7c0a32364e 0.00 MB 1 0
23,232 23,232 00000000413077cb17336d6e2b34bc2bb64d733908cd26674001ccc7986a3158 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.24 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,240.73 GB sent, 119.73 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.