Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,291 transactions (0.96 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,615 000000000000000000022cb30000000000000000000000000000000000000000 0.95 vMB 2,249 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,614 (843,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
67,201 67,201 0000000001af102c05f77b05187ba4232cc10a96bcbc772807926672476dda58 0.00 MB 2 0
67,200 67,200 000000000489739b8d2455711b9c8db6b0c7c7d286b2067e433b3c47161f0185 0.00 MB 7 0
67,199 67,199 00000000022c5657d8ba0bdf7f83eec0ae92545cdeb7eaebd28106a7f0863a51 0.00 MB 4 0
67,198 67,198 0000000001b37545498188c2d20bba08ca3a9f5060ca448c9fb177df4080e5ec 0.00 MB 2 0
67,197 67,197 0000000001cd9835b9dd46d32ba98b49e75aff43451aebc44e9cf3cdb9239c11 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 774.51 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,257.75 GB sent, 121.09 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.