Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,243 transactions (0.77 vMB)

Priority:

  • 1 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
910,516 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.77 vMB 2,235 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,515 (885,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,352 25,352 00000000f3cc46ee5994a8ef16f0fa28678004f3b56cfae1f192936bd26a9ffb 0.00 MB 1 0
25,351 25,351 000000002ad680070e21a2e96462b84aa625ac37cf6a5f3861eeee5ad68433d4 0.00 MB 1 0
25,350 25,350 00000000998e0b38f92ffbbdcde2cf3a08e036385c919c61b328c273908f45d6 0.00 MB 1 0
25,349 25,349 000000001509cb015d1fb80adcb0d7fa6a95de3e809c2d6705ecb75dbd7dad76 0.00 MB 1 0
25,348 25,348 00000000f4fca7ea983be135489975bce9e5e2a3124c504fd974452058595128 0.00 MB 1 0
25,347 25,347 00000000a3cd8c325dbdbc4a7bcff5e62d82ac051faa6ca146458e87dfc78a55 0.00 MB 1 0
25,346 25,346 00000000941185ad71c19317d516a186e4ed1a28aaac4e88a9055acfe7dd78a6 0.00 MB 1 0
25,345 25,345 000000004b2c2b70e5923c17f70b69a813151f48cc6ff1a9108164f9e94245fe 0.00 MB 1 0
25,344 25,344 0000000081086c4869c31e5549efc21144eb7665ce1219f6b776ca4df3fc1690 0.00 MB 1 0
25,343 25,343 00000000267b010bcfab25e86397e7c1b6430216da6eec1090f75a94a12215a0 0.00 MB 1 0
25,342 25,342 00000000a0fdb586cbfdd9b06f0b02f7867460fb6e4d9ae71a7760508312f4a0 0.00 MB 1 0
25,341 25,341 00000000732907b4834a3627f6ec7aa722a771dbe992525c133b48ea56645437 0.00 MB 1 0
25,340 25,340 000000006a4fd281f6cff6f9feb9568ac79216e8012c34c237593a32b49241d9 0.00 MB 1 0
25,339 25,339 0000000067f769d6389a8a5695a496d19c7260dbae37ecceed8314a320eea109 0.00 MB 1 0
25,338 25,338 00000000604b8378e1477db2004970eaea57c6a8f2dcb4545cdaa02d1631340c 0.00 MB 1 0
25,337 25,337 000000002febf99d3f8061f09a471b7b5997d02350ee427528bf62c10f3ceffc 0.00 MB 1 0
25,336 25,336 00000000380d16ef68f09fa2e5882b480a1e49f13980b8e4792def2be7cd8ee7 0.00 MB 1 0
25,335 25,335 00000000e31be42d20bf2d7341186393609df513b5b62a2a54dfeedbaf5c53d3 0.00 MB 1 0
25,334 25,334 00000000b28891532c51faf2456dc7344114ac8f03d8e56b17011e2439b17989 0.00 MB 1 0
25,333 25,333 000000001938167a120d6cb8a1d78557b0021f08697a04459b87562f998fd1fc 0.00 MB 1 0
25,332 25,332 000000007319bac1d0e2d6268fb506c06f0b089090b4b730d8e00fadf90de141 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.34 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,244.72 GB sent, 120.27 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.