Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

129 transactions (0.03 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
911,802 000000000000000000022b910000000000000000000000000000000000000000 0.03 vMB 124 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,801 (193,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
718,317 718,317 00000000000000000007f0020ed38218a1f3ba750db90135d747c8c020c8e545 1.55 MB 3,084 21
718,316 718,316 0000000000000000000599c882dc080b2a602ae894988b4849c867c3deaa378f 1.31 MB 2,122 4
718,315 718,315 00000000000000000002e893b897a3e9064fc12126539d8044ab52972c212f72 1.50 MB 2,201 8
718,314 718,314 00000000000000000009566617a8aec950f264594fae345b8f82a0cb131bb085 1.43 MB 3,061 6
718,313 718,313 000000000000000000023c03b6a444639b0d9ff858781ce23687dd01ef299e91 1.46 MB 3,377 17
718,312 718,312 00000000000000000008cef644aa4c896d51c1603db0fd153041d8b790822006 1.63 MB 2,745 14
718,311 718,311 000000000000000000088050117579ca8a8f67c12b849e24f4042c5e7fd8ddb2 1.43 MB 2,663 23
718,310 718,310 00000000000000000004c7fda364411c08d96d62ecbb6d23854b3b087a389745 1.11 MB 1,016 4
718,309 718,309 000000000000000000022f8d1abf9024be5908e8c92ae59d7045079e43ae9758 1.46 MB 3,090 6
718,308 718,308 0000000000000000000b7b48b836d886385e33ac5e82cbe3f57f15d0b58a9693 1.48 MB 3,306 16
718,307 718,307 000000000000000000043ec11bfea0f48f2882fde30cf673890da538287e4928 1.25 MB 2,384 10
718,306 718,306 000000000000000000053c67624f4c2a379c7032559300ed6fda73424bf369ca 0.78 MB 1,158 2
718,305 718,305 000000000000000000099ca758de1500358ecbfe7235dcc40fc7c827f96b67dd 1.31 MB 2,456 4
718,304 718,304 00000000000000000008be3465d17f54adc61f58a7dd1ab7ecf4729c2c9ec740 1.45 MB 2,237 13
718,303 718,303 00000000000000000001ceda23224a8e97a68ee9004263d7042804c3b11ca6b5 1.37 MB 2,247 10
718,302 718,302 00000000000000000002d619eb96a1d2bb80681d88e2576ee89b1a013d44edee 1.52 MB 2,625 6
718,301 718,301 00000000000000000001658e96a7e03df655edfd3e5dce24f17261a0154e765e 1.40 MB 2,877 37
718,300 718,300 000000000000000000081e9936a1381a01c727c55c1af0a9ec1d3e13f0cca46f 1.22 MB 2,857 11
718,299 718,299 00000000000000000001f42626b968a874ff086cc3b972d69b29434d7efc3d10 0.32 MB 705 10
718,298 718,298 00000000000000000002c23e9ee4315faad6478bcfa96902b2f925d87cb003eb 1.09 MB 2,480 12
718,297 718,297 0000000000000000000b8c784f0d0f28f04ecfc66c61fa2befeebd3248237b04 0.55 MB 1,294 10
Previous 10 blocks ↓
Total Size: 776.72 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,446.78 GB sent, 132.15 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.