Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,173 transactions (0.79 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,742 000000000000000000022cb30000000000000000000000000000000000000000 0.79 vMB 2,166 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,741 (885,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
25,297 25,297 00000000e28ba0343630f1daa5c9e58a0f25df7c950a37e2fcfeffa8fe64d829 0.00 MB 1 0
25,296 25,296 00000000cf1c187918b74e4540146992fa2cd0722f10d38dfcca500fcaa8cec7 0.00 MB 1 0
25,295 25,295 00000000889f0ff63fa826975733698178a79afa1427cd54fd67c24f0f25ee87 0.00 MB 1 0
25,294 25,294 00000000384e42922cffed2b30c4c7f52ba0e8fea5e394b4ca01a683c045c40e 0.00 MB 1 0
25,293 25,293 0000000058cc330fb7dc5ceb77b04cbf35b1bdde59f54f5c810282da14328d90 0.00 MB 1 0
25,292 25,292 00000000724d101e73e32451c38028c74a61748dabd46d9cf7e9decb2b287f1d 0.00 MB 1 0
25,291 25,291 00000000216b924e94000b05f967e23ed598e36a396da24e441460964b7d87b4 0.00 MB 1 0
25,290 25,290 00000000739df9bd884cea7140c32230bd1da6e1214f569f12aa21b61f645362 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.75 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,293.27 GB sent, 122.37 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.