Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,235 transactions (0.41 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,967 000000000000000000022b910000000000000000000000000000000000000000 0.41 vMB 1,213 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,966 (306,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
605,388 605,388 00000000000000000005e87da422e19048df75a1ea8d13cfece92952b48705e3 1.88 MB 2,078 64
605,387 605,387 000000000000000000035fcd55a329a2620904b855304de225667f6ccb664beb 1.74 MB 1,622 72
605,386 605,386 0000000000000000000257ed149c5c766d415960c5a166547acb6f9dfdb29658 1.28 MB 3,242 35
605,385 605,385 00000000000000000009a6b26f75650c3e790754cbc5fb6bd105ca914d98995a 1.63 MB 1,769 52
605,384 605,384 000000000000000000007dc46e5c14b7ede5389f4c1f227eaad3d767e2330b21 1.83 MB 1,837 77
605,383 605,383 0000000000000000000a3719e2ad0911d4518a67038055cbe1b90376afae3dba 1.41 MB 2,683 56
605,382 605,382 00000000000000000013eadb2deccf68dfe108e3f0b4e901676fb983370919e9 1.49 MB 2,521 24
605,381 605,381 0000000000000000000dd27025bdd4895d845a18723a9921f404a7d6e34834b8 1.35 MB 2,995 41
605,380 605,380 0000000000000000001158019b27a0d5a8ac169a4bfd1049899aaa5595598c1a 1.33 MB 3,060 32
605,379 605,379 00000000000000000006686fa4f456121885841c04f1f73ed668f9db99ea0ccd 1.35 MB 3,177 36
605,378 605,378 00000000000000000011813f3e8ff2fd06d8d846ec294773ec7abe852473cfb5 1.35 MB 3,390 43
605,377 605,377 000000000000000000010382095b5308881ddf0902b59d0328a1401548383c5a 1.23 MB 3,151 25
605,376 605,376 0000000000000000000b76fcf106b11a4281e73351215be138831ccee554175f 1.38 MB 3,193 42
605,375 605,375 00000000000000000001c1d57b52984231492cc5b8bb06e4f136136e2942d09d 1.16 MB 2,710 23
605,374 605,374 0000000000000000000261eac285633ff118b1b0f34f0a3788dd8c221348cccb 1.06 MB 2,336 19
605,373 605,373 00000000000000000006004a40eb7471963b9c44ba06f73707da45851e94a7ce 1.20 MB 2,530 19
605,372 605,372 0000000000000000000d6e6826ffd1acd99d3e8d3c844ab261170b9c04d6fc85 1.30 MB 3,117 37
605,371 605,371 00000000000000000010e42e6e6f9fcfa555535658941bcb878fd8d2a69ef900 1.39 MB 3,271 45
605,370 605,370 0000000000000000000071e98519ff62e6e878f44bd32451e02b3d77aaf4615b 1.29 MB 1,560 27
605,369 605,369 00000000000000000003d92e39ae6a3fcdeb84d21267fafd493844405de5232d 1.26 MB 2,847 34
605,368 605,368 0000000000000000000ab1b7a3094f6b75920ae77eeabe36d7c56ccb63039c74 1.16 MB 2,735 25
Previous 10 blocks ↓
Total Size: 777.02 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,498.72 GB sent, 133.55 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.