Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,600 transactions (1.95 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,866 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,209 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,865 (867,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,307 43,307 000000003af0e9c125b721479733f82a15b69e5d07338645729d8f13e21a7337 0.00 MB 1 0
43,306 43,306 000000003a7912897b8d92f184c471a4988bc79c3b247ba60e1cd0347c7e6fb7 0.00 MB 1 0
43,305 43,305 00000000194ed92451ccc28956f31d1dda87cc532b6530e3d0ebd3f432498e11 0.00 MB 1 0
43,304 43,304 0000000008346657789c13b13aba4f0352667b0480d79cc49adcf93e69c4013c 0.00 MB 1 0
43,303 43,303 0000000031d9438b0dc64fe04e317075d5c3ee69788614bc9ccf5e7ec1e076bb 0.00 MB 1 0
43,302 43,302 00000000317ba6e25847b60126eec5d98d4434910e5b848a6a35d2a3a2307f11 0.00 MB 1 0
43,301 43,301 000000003719441128248a5eaca30ca1b503d803bdac424cc8d3f5215168cee5 0.00 MB 1 0
43,300 43,300 0000000043984efa166bc1f3871b75fed75a7a6ba6a4b6178a5c53704921770d 0.00 MB 1 0
43,299 43,299 0000000004895d87b20151d20275a066320e66f940bcc38be887a70e2fba8300 0.00 MB 1 0
43,298 43,298 000000003d06d5826183c96f9db30f94a03b4d999831392a864fe6ef1deadc17 0.00 MB 1 0
43,297 43,297 000000000813a9beda95d0302c3c490263554bcb119828bf7a8cb66887366282 0.00 MB 1 0
43,296 43,296 000000000285ce1d146f6af1e11c68f418590f251ff46a74fc8d7143b8fabcd0 0.00 MB 1 0
43,295 43,295 000000003505690d608d276e967d9b430725d3f63526f2e7d2eec5676b58cb5c 0.00 MB 1 0
43,294 43,294 0000000028ba0dfbce2ec4a56fd7c8ea4a8bd390b4d66b249f006b2169502bfd 0.00 MB 1 0
43,293 43,293 00000000194dfbde69a91e005a6ccb6d46dec0a2c28cf10b0d0ba513ebdb0875 0.00 MB 1 0
43,292 43,292 000000000a06d07d76c3f54b6c89ddce413757274a272c95eaa23b834e2311eb 0.00 MB 1 0
43,291 43,291 0000000011fb65ab07a1771c5ac72623f1d2ba3ca0da99b55c0398c9045257ac 0.00 MB 1 0
43,290 43,290 000000001a0952c684cdc880bdb0b7a9ba285289838ed11a5caa50b5ec50f9a5 0.00 MB 1 0
43,289 43,289 000000000103d37fa4ff9f0fd985346a3c0f4288895fd319860a9d89823e940f 0.00 MB 1 0
43,288 43,288 0000000033b4f4eebc9c8f5fdfccdb9c45faccb7e6b51f2fb45623b93614ff34 0.00 MB 1 0
43,287 43,287 00000000027ce14d7a443f4ea5f6b652ec3305e98dd6d56eacf2b55fe8a9c525 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.99 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,342.73 GB sent, 123.68 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.