Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

327 transactions (0.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,603 000000000000000000022cb30000000000000000000000000000000000000000 0.07 vMB 310 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,602 (830,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,359 80,359 000000000048ec44f41babce0457ba3b2d8686e586037505938cdc01d7520580 0.00 MB 3 0
80,358 80,358 00000000004316df4e0e0028400d6f589edb3ae45c8469174c537534d4142612 0.00 MB 3 0
80,357 80,357 0000000000207fc9ea41e07add81d7cd99d18ff808281d9c6d8b8488a4ec5df0 0.00 MB 2 0
80,356 80,356 000000000017e7ea3670f73995b356e2f6cb31bbe3222e8463f0dd74849f705c 0.00 MB 2 0
80,355 80,355 000000000001729e5f27e8f3a83fddf1f7db10982a1987698efd419f4762cdea 0.00 MB 5 0
80,354 80,354 00000000000e259456c83e0b3cc76ab25f9a83b9724f3665248e888540280967 0.00 MB 1 0
80,353 80,353 00000000002c64548659b3c9170be664260578602a4a465df0813d08b5b9791f 0.00 MB 1 0
80,352 80,352 0000000000475f76d8c90491aec95898eb3da813555710d011e4e97ad2183c2e 0.00 MB 3 0
80,351 80,351 000000000013394ea0e647a692d1fd59ccb2edd7f94b7881cc0bbb313c2db98b 0.00 MB 2 0
80,350 80,350 00000000001d32045d73fbd7174fbec047f71e760873a570748ebb08c4744af9 0.00 MB 2 0
80,349 80,349 000000000021ffc31c02593367e132731fe6f10179146e22a8ee501ac7562de4 0.00 MB 5 0
80,348 80,348 000000000042056a7623424b039e96a7fb9162ef4524513d486ccb4f6177a107 0.00 MB 4 0
80,347 80,347 0000000000213d1c1ecc6dbd6e5c0cb97d9b250608dcde927eb8f6846e73bb59 0.00 MB 1 0
80,346 80,346 00000000002460aba3482542d43f93cd474849c0af1ca7e85d1322b0e9c4c43d 0.00 MB 2 0
80,345 80,345 000000000006543677ff48223ed298ab15e76096067a8e0f0455e41f2cbcb126 0.00 MB 2 0
80,344 80,344 000000000001698b4aabf1170bb3220c16bbae172d5129a8383c2a3df400ca22 0.00 MB 6 0
80,343 80,343 000000000035b5b6733abe959936ca53cfa7784364993312761e970db9d1c5b6 0.00 MB 2 0
80,342 80,342 000000000004fa3a0799dd211fddb82b9d996cb6c9a338cb68ba085fe6fae0bb 0.00 MB 3 0
80,341 80,341 000000000021226422ae2cee78a5f1bcd7d6871f568e3c0b05358cd2e8722b0d 0.00 MB 1 0
80,340 80,340 0000000000148dc3f311d91d34c9668f944bca1e6a97a85dad4c05b1ee99bb79 0.00 MB 1 0
80,339 80,339 00000000002f2e4318b62b4320956cab9bf66dc412961b8473fbc6f3c663ea3e 0.06 MB 5 0
Previous 10 blocks ↓
Total Size: 774.49 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,255.23 GB sent, 120.98 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.