Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

744 transactions (0.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,402 000000000000000000022cb30000000000000000000000000000000000000000 0.20 vMB 740 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,401 (830,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,386 80,386 00000000003badc1de0ef99f7a2c29dc97245d727d866ec46416b205a048315e 0.00 MB 2 0
80,385 80,385 0000000000508ccf9f2384346b3b922ea2de2b3ab47ba689581015d5ae255c80 0.00 MB 1 0
80,384 80,384 0000000000336253275f27632bc397ae413ed7a8647736aa4aab4187092acec6 0.00 MB 5 0
80,383 80,383 00000000001078f5e1abde69c3e17ffe18e839a79dd77843aa5dfdc0e2a0cba4 0.00 MB 1 0
80,382 80,382 0000000000393b9035901bdc3011ffc63803c1f2e8cea1b7bba7bf75bbf09004 0.00 MB 1 0
80,381 80,381 000000000029c71694fd60a5455095c901cb58da7d677169422f6b80c37f9241 0.00 MB 1 0
80,380 80,380 000000000029ecdb3be8678953f18afba0265e108273476f6abfd9b86cca4eb1 0.00 MB 2 0
80,379 80,379 00000000003e3c9dac2257f6b14eae6a51ba71edac9b56b66469ca98ac398e6a 0.00 MB 1 0
80,378 80,378 000000000021560870e791599aa2bf963bd66ed59a5b5308ee4d2c4fa3c7c17c 0.00 MB 2 0
80,377 80,377 000000000031b94c9de33d46bbae5cdfc53bcb25e17a5a7f15f182904352b2b0 0.00 MB 4 0
80,376 80,376 00000000001303fbf15b55c0b3dc25266efffca880fd89753b526e2af0acbd40 0.00 MB 3 0
80,375 80,375 000000000025dba68aeaa9f4e2881bedf8bcc533700dae4d96bcaaeb1c8f648d 0.00 MB 1 0
80,374 80,374 00000000004c4e425927701c8f6108f2732e12cb4469ab5e396230d2599c328c 0.00 MB 1 0
80,373 80,373 0000000000350aa8a03e69d702e8e0a861e98505006fe1fa03aa67ec76c109e3 0.00 MB 3 0
80,372 80,372 0000000000343a90d6090f5b88b5217cf3f3d8b952b4c3d5d8f90599ee48f009 0.00 MB 1 0
80,371 80,371 000000000053f7605e42ec43105b83bd04250ed2c23b31ff64c15822294fb16c 0.00 MB 2 0
80,370 80,370 00000000001f5ac6c14f3db948ae65f47b4b00b8559d481aa36cc2634d2349e5 0.00 MB 1 0
80,369 80,369 0000000000425e210c8cacce8f8c82879880d6de7409e785fcaed3bdab348bc5 0.00 MB 1 0
80,368 80,368 00000000002ac457005edb7dd1ff87ac8ba2e329b1b09cb39c88cfbfb13951e2 0.00 MB 2 0
80,367 80,367 00000000004fb175636b1ad90b14c8eff1ae19392b95ada47e9b330254586350 0.00 MB 1 0
80,366 80,366 00000000001cc00f923154cee6bbcb21a3d5e3530145d2a93f5a2bd5efc0fc53 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 774.14 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,234.14 GB sent, 119.23 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.