Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,349 transactions (0.44 vMB)

Priority:

  • 1 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
910,595 000000000000000000022cb30000000000000000000000000000000000000000 0.43 vMB 1,349 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,594 (822,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,204 88,204 00000000001a36162a2f33dee90f83d915e1a6ad918a42f85b1a31672102e78d 0.00 MB 1 0
88,203 88,203 000000000013cf1333066b0d0de6cb394dfc40ddc409aa723f552d02e82b2604 0.00 MB 1 0
88,202 88,202 00000000001e55c70de9d6f52a4ba8be6e2d95db4b94e468dd9f66d0cf7bab04 0.00 MB 1 0
88,201 88,201 00000000001a158b1db50fbc339ba31b0f5034c077a5f7b7b3e3fcbe3673b8f1 0.00 MB 1 0
88,200 88,200 0000000000198f21a8df0546313062a2543001b5665e59887e6d35ad5fac22ac 0.00 MB 7 0
88,199 88,199 00000000000ff723c95d4afe52f4ff7e00d77bff6df24377ad5bb9968ca75373 0.00 MB 1 0
88,198 88,198 0000000000137b1521953321abe249d48239e945c758a1682836d0d93cd8f853 0.00 MB 3 0
88,197 88,197 000000000008550ea43b366ee806ccb4820dd5dc7c83902a821ca379b7780ab4 0.00 MB 2 0
88,196 88,196 000000000005eba04feb35c035124a7b8d307e617dec9a05f8832057524799f1 0.00 MB 1 0
88,195 88,195 0000000000076aff2a8d76c293d1ec70c3fd38dd57c0e2c42263716341c93832 0.00 MB 1 0
88,194 88,194 00000000000081dad68f4112f7adca6c81facc928516552083f1c6d128db2e08 0.00 MB 2 0
88,193 88,193 00000000001759dbaba88b3e0f85ca63a5bd42613c17d2c1b0833c680f418f59 0.00 MB 3 0
88,192 88,192 00000000001741ca294ace5182f92715abd9417dbf4810ba47bde12465cb1f8f 0.00 MB 1 0
88,191 88,191 000000000002991f2d6709fb62fed3c0fb8524db6d8c6a9ccea94e85e3204ad3 0.00 MB 1 0
88,190 88,190 0000000000082f7b29fbc1b4b54f288da5c0bacbef691f094f36eeb5fabcd5e0 0.00 MB 1 0
88,189 88,189 0000000000103fd24a9338e20e88f510bf4aca7ca6909a1978a49366c8d158ae 0.00 MB 4 0
88,188 88,188 00000000001b591ab6fcd109f8e6b406840c62c0af104b4c4a2d582034a41d62 0.00 MB 1 0
88,187 88,187 000000000016fb268566684e90afdd76e58903ea00ef1d102b7898097ab1fafa 0.00 MB 5 0
88,186 88,186 000000000015c91cd7148856eb00dccba008bae536c8b31521197fa99709c970 0.00 MB 1 0
88,185 88,185 00000000000c794f3822bdde73f1d53f6210dcdc44fb54f0907311b221b11134 0.00 MB 1 0
88,184 88,184 00000000000943e68473c310caf5a934e7f863099c4db6fbf18690be7c62a9d5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.47 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,255.03 GB sent, 120.92 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.