Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,265 transactions (0.65 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 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
911,961 000000000000000000022b910000000000000000000000000000000000000000 0.64 vMB 2,233 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,960 (34,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
877,702 877,702 0000000000000000000178a40360204c39808fa0c8bd36ae89e86899f32ac952 1.63 MB 1,359 2
877,701 877,701 00000000000000000001906630824d597ae8c333da1a1da4e34cb8fe0f2f7911 2.01 MB 1,778 3
877,700 877,700 0000000000000000000152a7bc05ea91b67aea40e555c4478d4403c1a36ce827 1.90 MB 2,503 4
877,699 877,699 000000000000000000008f10af2766db851c83b38ecb398fe38caf5c6775f1df 1.86 MB 2,172 4
877,698 877,698 00000000000000000001a6df7f3f7e37630923fb56c4ea60be2671012c0ab09b 1.71 MB 2,664 4
877,697 877,697 000000000000000000004223045bb3e759d1f489aae7fe4423a3912d454f3ac7 1.97 MB 2,456 4
877,696 877,696 0000000000000000000015d9186a02d8722c878a63309de7d53c1ab14651a3a2 1.89 MB 2,877 4
877,695 877,695 0000000000000000000142d634bc6853d0a820fc06c1851b7279237bbdb1ecee 1.90 MB 2,371 4
877,694 877,694 000000000000000000002fc59043f10cd93e4de21ea79dc5fb03cbe05d86cbe4 1.77 MB 2,411 4
877,693 877,693 0000000000000000000154fddfe9b1ea46fa0e4e1b819b51902910b23c3d8798 1.61 MB 3,409 6
877,692 877,692 000000000000000000024f2cc3bcf3c979c51c6271554acf793f643d7ef6fe79 1.55 MB 3,762 8
877,691 877,691 000000000000000000005ba1cffc5472101c539598c2ef6da0d1400db0a45f16 1.98 MB 1,145 2
877,690 877,690 00000000000000000000884ec8697d2b2dc932b0ddd3126ac825e004b6385b02 2.07 MB 2,222 3
877,689 877,689 0000000000000000000077b2637831dd14060de780ac53fe326fee6ebf940478 1.81 MB 2,843 5
877,688 877,688 000000000000000000013a8b5af1614090f4c06c6de67d7cc60ae02f998345be 1.49 MB 2,290 4
877,687 877,687 00000000000000000000e04624372fbc4fdb35112b6e3f41dee3821de6a0f3e9 1.56 MB 3,505 8
877,686 877,686 000000000000000000009b88e988bafc0667cb8a601ed2e4c4db4640e8816970 1.76 MB 1,518 3
877,685 877,685 00000000000000000001b4c28050150612271854aa048d983636e7d1c8e757c2 1.86 MB 3,008 5
877,684 877,684 0000000000000000000208c671d3c5b014325dfd86504e7b056c4936e0774f9c 1.69 MB 1,867 2
877,683 877,683 00000000000000000000711377a4bb00835d8b55c15ee1301f54e4f36a414c7f 1.99 MB 1,945 2
877,682 877,682 0000000000000000000231c8570cfb399b9a873bbe5e85a5c8683a125115a913 1.78 MB 2,493 3
Previous 10 blocks ↓
Total Size: 777.01 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,497.64 GB sent, 133.51 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.