Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

94 transactions (0.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,597 000000000000000000022cb30000000000000000000000000000000000000000 0.03 vMB 78 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,596 (843,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,222 67,222 0000000000e86d2eb6cb669282263014680499cad2ee10c8e88d0835cb01bb0f 0.00 MB 10 0
67,221 67,221 000000000522a0853782753528d9725d8e591ad273076afe3cd2c85ff356c4e8 0.00 MB 1 0
67,220 67,220 00000000024add7d662534707898e9d44f8faebe57df7c44a6fa890c321c8993 0.00 MB 2 0
67,219 67,219 00000000053d20c2182e429df0a8ebf961d618d8bec428f60209949b90501dce 0.00 MB 2 0
67,218 67,218 00000000017b23cd5f59a2ede8cfb5b48ae7050b0f6bc1d4cec724c74fe8ecc8 0.00 MB 2 0
67,217 67,217 00000000040fc0a64ddef27a435906968b27cda48d999778fe1f414f2a0d5b61 0.00 MB 4 0
67,216 67,216 0000000000fe158183986c1faa2b6104cc77df1b7d0fa15bf2eca58de2797192 0.00 MB 5 0
67,215 67,215 0000000004f13def8983728cb4803433a90cde29572e06ace92e31a48dbb804c 0.00 MB 2 0
67,214 67,214 00000000006192e7cae082fa13a665e3a066b586cc31d2616a5c892b14445270 0.00 MB 5 0
67,213 67,213 000000000027c02e189dcafd3e61b84e05e59f849b01193142310829992c0851 0.00 MB 1 0
67,212 67,212 0000000000c6c8b6b9497cf5667ba76ae7914128c1d5625d6ea67a6053a7d199 0.00 MB 7 0
67,211 67,211 0000000001076e620909e0955f24e77992c3e71899696407755d2254dc23b041 0.00 MB 2 0
67,210 67,210 0000000001e5b662288763e24c7378d0a3a9460b8b5b90f4f05b7ef27678a18d 0.00 MB 4 0
67,209 67,209 000000000357b1f2b61bf064d3a453058eb2d6c96bda0b39a8383ff98c5c32d9 0.00 MB 1 0
67,208 67,208 00000000038130c81f91db9b5b2497480912cc3928101e655f12b84994f50da8 0.00 MB 3 0
67,207 67,207 00000000053f81118c2d6535afbe9004f50c08f47a23478f52d8d44cf0815187 0.00 MB 6 0
67,206 67,206 0000000005205ced75d9e93b9de805926725beadb8b4193c480ec73aef296dfc 0.00 MB 3 0
67,205 67,205 00000000049809d7f317e90c0e803c8cffb465f060f5a74660ca6546689ac361 0.00 MB 1 0
67,204 67,204 000000000104e981bfc03afd686409889c5072abd4481695b7773858fccdd961 0.00 MB 2 0
67,203 67,203 0000000004343503690be298e64389c6a1d177d242409ae90d6597bed1394dde 0.00 MB 1 0
67,202 67,202 000000000492ec2bb4225dc5d300482ce3f6ae6524726bc81132fee7d6353224 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 774.48 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 2,255.05 GB sent, 120.93 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.