Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,018 transactions (0.56 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,158 000000000000000000022cb30000000000000000000000000000000000000000 0.55 vMB 2,003 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,157 (891,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,635 18,635 00000000601f82444dd07792bee921a8e5730fcb02ba30522bfb3542f7aad022 0.00 MB 1 0
18,634 18,634 00000000a35d7b56e1d5d0dcd7ea4131f49cacc9895ef9a63a3e7563b5e3f06d 0.00 MB 1 0
18,633 18,633 00000000d9d151b8ff7731b890e60fa237d4168345f4cc333a9769bd4bb9b3c1 0.00 MB 1 0
18,632 18,632 000000008e3841ccf92f7be2501de5da524f2abb9be51cf5c502dc1be8aed052 0.00 MB 1 0
18,631 18,631 00000000576a60053fcc8523a01dc32f171365ea407906344f39e0c0ab6b5445 0.00 MB 1 0
18,630 18,630 00000000909d22a31516d7b91fe170f49fe963b8c57a0185a8155dbebc8f2682 0.00 MB 1 0
18,629 18,629 000000000ea1661a67850b33b5dcdc988e97291befb399a0aa4fa59cf3596157 0.00 MB 1 0
18,628 18,628 0000000032f643246f22aa5f0b4b9d0a5d78cc4d4da658cfe499657421f57ca0 0.00 MB 1 0
18,627 18,627 00000000272978479fbfe8b1c2cb9e8e03ce9d59d937646cce12ed8a419c42bd 0.00 MB 1 0
18,626 18,626 00000000ce80094d736a06ed2660ef37cbbcdcb9be4dae2e151c02c399938233 0.00 MB 1 0
18,625 18,625 0000000010593b4767b2d301ef2597e3aa3b3b1cc5d4d5382ec35a0c02653fe5 0.00 MB 1 0
18,624 18,624 00000000053d15c97f48f78b792d49c8a3e33a8db8481e27c484588ea28d17f2 0.00 MB 1 0
18,623 18,623 0000000079bcf53b7edce85cdf0da2a3cd3b094af267b7729f21257362e54582 0.00 MB 1 0
18,622 18,622 00000000a252e265e500c90571ea32e7c6731a939903a6df111571d222a6e92e 0.00 MB 1 0
18,621 18,621 00000000451ec838998d2173bd792ad709b9cb4bd948ca8a2c9301f69d350802 0.00 MB 1 0
18,620 18,620 00000000ce886d099c22af8f23f4445ab024f26f2422bc0d9d4dc1b365f18c10 0.00 MB 1 0
18,619 18,619 00000000ce423b71b97f553ec7d5afe15fd13018223e0ec1bc3234a849b9430f 0.00 MB 1 0
18,618 18,618 00000000dead8cd31c2de341d78ccb5072d2594acf998dbc386f01bc6e9fb5ca 0.00 MB 1 0
18,617 18,617 00000000d38b2bb85019486507d70ad75f898d22ed28cb75f06845608a45461c 0.00 MB 1 0
18,616 18,616 00000000b062208d721126f9ecf2aa4e01a4ad6c30397d54dd6f21edac0f0125 0.00 MB 1 0
18,615 18,615 000000005e9d72153920a0522e51ae5449292c1db058abd38eae61331f85447f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.68 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,193.72 GB sent, 116.91 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.