Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,252 transactions (0.85 vMB)

Priority:

  • 1 sats/vbyte = (30 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 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,081 000000000000000000022cb30000000000000000000000000000000000000000 0.84 vMB 3,238 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,080 (832,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,292 77,292 000000000044df8ba2c349830bb2a300eb4414ac3f416350d5e9b16835b40ded 0.00 MB 1 0
77,291 77,291 000000000018e3c6573d1999240d83eae100ab59d510d36753de0cc2d8f3e9cd 0.00 MB 2 0
77,290 77,290 000000000032a2ee9713c1c84cb05aea04d9877f51098f7a3ab13f14649c558f 0.00 MB 1 0
77,289 77,289 000000000014e61addbe1d35dac5be43a9ed4a36018037580c3b7c8f2fd9477a 0.00 MB 1 0
77,288 77,288 0000000000442f240d796f1eaf66ff4c52bd5875dcff334508cecfaacb0fc505 0.04 MB 4 0
77,287 77,287 000000000002ade1374bc789c5cc6cdf6c89ce23fc24f68280a0a04de4a86941 0.00 MB 8 0
77,286 77,286 0000000000064220d45f17f46344a7a542365f122aa79cbf9bc813c4b060f6f3 0.00 MB 1 0
77,285 77,285 00000000003fa24b9a57be7c7ef738e2533dde002f73f236f5d1c110a1f71d06 0.00 MB 7 0
77,284 77,284 0000000000451f3cfe530d28b34ca085b6552369a8d2127652a55395ce89e771 0.00 MB 1 0
77,283 77,283 00000000006354674224ff2053578ead6655c22be0367ddcb5cbde57198c6e87 0.00 MB 1 0
77,282 77,282 0000000000552478482dca95e3b900965c1c3c58a822534da6a490eacbbb7787 0.00 MB 3 0
77,281 77,281 000000000011f4984f1babacf696c11bfa041dbdba1536f81f4c542c12f4bd2a 0.00 MB 1 0
77,280 77,280 0000000000055c152d417b3e6d6a7c6b2ac1453dbb7faa443b7774585096c06d 0.01 MB 42 0
77,279 77,279 000000000067673e5ae979220c2cd576cd221c393c487d5e282c04f3eb28aec3 0.00 MB 1 0
77,278 77,278 000000000021d084a538d9aa10a0868ecc2e20b0671775aa435ec6df9c6d3e77 0.00 MB 1 0
77,277 77,277 0000000000462103780a692b7f9d5ee73a117479e9f91f72313f03875fe73e59 0.00 MB 2 0
77,276 77,276 00000000005a1e83efc225cbbe9365d5a4e72e4c082358d59c591eba90faa48a 0.00 MB 1 0
77,275 77,275 00000000002dc876e608a9900f91e2cd619c51e926cbfdef9839ff8f8e4872ec 0.00 MB 1 0
77,274 77,274 0000000000044260a924ce891ebc3d1b91b784360ea37720ac599b6050d8256e 0.00 MB 2 0
77,273 77,273 00000000005a56d1935c2adba58e14136866b33f11a17a5d7ec83a4a5a66177e 0.00 MB 4 0
77,272 77,272 00000000002b1222b67e96b672659552812375393ccdf392f1c941f584474098 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.55 GB

Node Information

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