Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,367 transactions (0.40 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
911,556 000000000000000000022b910000000000000000000000000000000000000000 0.40 vMB 1,364 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,555 (50,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,661 860,661 000000000000000000024cfc10f4797e9b1da3c245465c3ac89593a25d74236b 1.68 MB 2,872 8
860,660 860,660 00000000000000000001a1f1e6737a90556ec9c6500238764d16a1483946c8f6 1.54 MB 7,243 2
860,659 860,659 00000000000000000000e069e52207524850bad555f704fba3e6659b39365e83 1.63 MB 6,958 2
860,658 860,658 000000000000000000011771bd94be297be9c2d0a138ba184afda279e4a83834 1.61 MB 3,447 6
860,657 860,657 00000000000000000001a2ab30a9ae14b7aafc3cc4f44fbae627e06303a8a8ed 1.65 MB 7,388 2
860,656 860,656 00000000000000000002ccc3adde086d862f87822621f38bd01ee28b4e15dd99 1.65 MB 5,820 3
860,655 860,655 00000000000000000001ed80dd23792b6087ffe1307868868805238f548425a4 1.61 MB 3,326 7
860,654 860,654 000000000000000000016405d2b79d0bd5c39d1d292b14d7ab44669bc9931316 1.62 MB 4,852 4
860,653 860,653 0000000000000000000170645c5b6f6e1afd0628188807f7e448bcfd928b2f08 1.90 MB 3,009 5
860,652 860,652 0000000000000000000016159dfb7c180815c12043a82c8e7b5d5242c8cfc538 1.66 MB 2,642 5
860,651 860,651 000000000000000000015d714f0e048739cb33260971e5ddf9dcba59e42f9a5c 1.65 MB 7,308 2
860,650 860,650 000000000000000000002f3ce2312b93518d39fa03e391db4ee7e62f0a7b99a5 1.37 MB 2,364 4
860,649 860,649 000000000000000000026a3424e340d463b42b7d9fc52a296f5a5d859b4b9761 1.79 MB 2,934 6
860,648 860,648 00000000000000000002fef7e24b2dbba2bf272929851d4fd25725651ada0e25 1.65 MB 3,365 5
860,647 860,647 00000000000000000002a285c8e586096996d1bb9d62ee1bf727d0a8127da202 1.62 MB 3,373 8
860,646 860,646 00000000000000000001f91ede8c243e4bd87f66a87d09d953894194781b5d30 1.64 MB 3,036 6
860,645 860,645 00000000000000000001d458094fbc2643a643ea2bb17bd9c9d98bfcb44b1d9c 1.60 MB 3,057 3
860,644 860,644 00000000000000000002f1be0cb90d47c121fab921d974237d21fd20f06b9381 1.59 MB 2,610 6
860,643 860,643 00000000000000000001865e07c87637c6e8eff3400384d0e871cfe500323be3 1.61 MB 3,208 9
860,642 860,642 000000000000000000016f45fc9b008bd221690bae72f8bbf066333c5cc50686 1.52 MB 3,588 12
860,641 860,641 00000000000000000001a8cb7df23ba0036bd156ad363ababb6fa04e82dedffe 1.70 MB 3,807 4
Previous 10 blocks ↓
Total Size: 776.27 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,414.33 GB sent, 129.97 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.