Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,722 transactions (0.52 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
910,725 000000000000000000022cb30000000000000000000000000000000000000000 0.51 vMB 1,708 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,724 (885,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,318 25,318 0000000061f7aca17300d3c5a30b8642b4ac6afd1c91523ef483b673d44cd1aa 0.00 MB 1 0
25,317 25,317 00000000af8957f50ab760b1a526872791cf20698a3867c38b495e0d39a157ee 0.00 MB 1 0
25,316 25,316 00000000b3283f421957fa679e8b09eddbf29484452430c2e72557fc01ff46b4 0.00 MB 1 0
25,315 25,315 000000006ccfd8536db5f8a08402612abcf256c6727b455444003dfa7539d416 0.00 MB 1 0
25,314 25,314 000000006f510f1ac205408e342f612c7d0f01f042f7b1595a52189d5536bac7 0.00 MB 1 0
25,313 25,313 00000000884b64e5b47e8935ddca0e1f2aad9edbec26c2a16e49ebe09f1f2eb7 0.00 MB 1 0
25,312 25,312 0000000004656be78b3682b9981aade530820e948ef29a3b5326bc247b1fc02a 0.00 MB 1 0
25,311 25,311 00000000ccbdc1f87153891508435b4b0a3c14e408f35d1319e010109edeab65 0.00 MB 1 0
25,310 25,310 00000000ba768ef59cd9534604060b0b0a738ff19b00761a0f1f47b742d17e86 0.00 MB 1 0
25,309 25,309 0000000042772bd6cb4788c8caa25c91444c75c23a9deaafce676344286abc01 0.00 MB 1 0
25,308 25,308 00000000b957f0db55efd67d30a169bb600808d6208a112c036880394a75aaf5 0.00 MB 1 0
25,307 25,307 0000000043b0a0079448c0e454fbe9222440761c80b6376a86b0148908eaf1a2 0.00 MB 1 0
25,306 25,306 0000000027bc583e4820a03be6c7873f0ec78594ecdc685a60e8ba0097a0694b 0.00 MB 1 0
25,305 25,305 0000000016a84b4886fd83fb84692809f879b4ac0f76553d0d40f48dd4f1422e 0.00 MB 1 0
25,304 25,304 0000000068181d7f33212037eeda29b641734709da2ccd87dd8074678cbdd550 0.00 MB 1 0
25,303 25,303 000000000e26221e495f9420fb5bad2a263169dd6bc41d1562a06444085d36b3 0.00 MB 1 0
25,302 25,302 0000000049980cd91de258ee6e429cc092a6a82739e0bd238d438ffc9bdce80a 0.00 MB 1 0
25,301 25,301 0000000015a13f56b906b70fa5ba1d6840ae1dab2767299cbe2bc72a7b777099 0.00 MB 1 0
25,300 25,300 0000000028f1b78fcac36df9288b39b7b9b3ab81bc72fab601b01c901bae9ebc 0.00 MB 1 0
25,299 25,299 00000000e10df0e3228c7c509e93c6970e6e51b20dc61cbc104fff79558a3b5f 0.00 MB 1 0
25,298 25,298 0000000001195e0c9500ef7ab18be1030d964401a291bc86b3588e3d8bc8e6f4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.72 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,291.91 GB sent, 122.21 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.