Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,927 transactions (1.29 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,045 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,937 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,044 (894,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,925 16,925 000000005a30022dfb4240222ae31da74e89c1751c15a1c8fe98190ccba4bf2a 0.00 MB 1 0
16,924 16,924 00000000f0365478d42c3f824197a36def1c5de0b515a6ee1945af5c487affe7 0.00 MB 1 0
16,923 16,923 00000000715fed5e8cc6ee795c016cd40c81c66651a81a6f9612f26aec63dfb4 0.00 MB 1 0
16,922 16,922 00000000d339591a996d8d3069f3cfed1dec06d39920ec2d084529bd4e4d78dd 0.00 MB 1 0
16,921 16,921 00000000bd15ee1a20b2d3cb2207c9856719f89420b640d71ae7362aa003d4d1 0.00 MB 1 0
16,920 16,920 0000000022b4e8d94fa4a7793b1c2d0fc98cba2c294fc62b8a82eeea3057d009 0.00 MB 1 0
16,919 16,919 00000000e94f8ba0dc9f58f402c920615f7790106af2bedce80b380725986c3e 0.00 MB 1 0
16,918 16,918 0000000004a1cb8d79751d421d79570c3f24af894ba74a869233796bc28f1664 0.00 MB 1 0
16,917 16,917 00000000e6d7d51e0300f0656183a7aaa2f917db42cc773bc4da4568c9a818c2 0.00 MB 1 0
16,916 16,916 000000000a9141f6dfa065954cac92f3a4becb56b9ea91ecd8f0405b58815dd7 0.00 MB 1 0
16,915 16,915 00000000b07a8318c506bb7f01474b1793fdfd4a14f95a8c73e3a149b29e1a72 0.00 MB 1 0
16,914 16,914 0000000028c8358d5ceaa730d2aaec5442f26301f474e9ae9c94ae9b547b162c 0.00 MB 1 0
16,913 16,913 000000008e8b123611111119169431c48ac925a279b1cccc7545392d2f600367 0.00 MB 1 0
16,912 16,912 0000000072c8d75baf8a63c9c44da1af424883c532bbff14cbaa79adf99368f7 0.00 MB 1 0
16,911 16,911 0000000000ef3ce0e17cbf3045c6dfb87cfa0933e3ce7ecaab82290c809c25c3 0.00 MB 1 0
16,910 16,910 00000000951c71e11585d7340e7760fee95b390a675aa42e894cebb994fabbcf 0.00 MB 1 0
16,909 16,909 00000000f78086759baef7f549b8241cfe176355334275ce9fdfe9c66d839c6c 0.00 MB 1 0
16,908 16,908 00000000e427d49a1bbe5f9ad95de7ffd6496a122b9a487763f16b98dc01df19 0.00 MB 1 0
16,907 16,907 000000007b42f227d485af466638eca815bf3737f7911fda1932478afcdeb083 0.00 MB 1 0
16,906 16,906 000000005234da6d2ccd4040f82d90398d96dd0636edc3a17f5cfba28cd3f965 0.00 MB 1 0
16,905 16,905 00000000057d7bf13c09c8ce40fe3bf516fd024de68e1cf36c46a5143bdd90c1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.32 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,362.97 GB sent, 125.42 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.