Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,165 transactions (1.49 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,127 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,189 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,126 (827,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,978 82,978 00000000000360a816181170db49f6502da9edb38b5bd19f1b1bca191aa5592f 0.00 MB 1 0
82,977 82,977 00000000000806e77c5d6c5f007b202c174b109314d12a1fcf8343d652df7f14 0.00 MB 2 0
82,976 82,976 000000000023f4499f3c00711386beed94e6a9606c7ed154fe03854bc795b21f 0.00 MB 1 0
82,975 82,975 00000000002060cd30c9aacafc24e44c2a3bdba8635a61f5f0a5d502e7ca8fa4 0.00 MB 1 0
82,974 82,974 00000000001fb6e43ed6e3d6432829c7897796ba5df8df586932a351d97ba38e 0.00 MB 1 0
82,973 82,973 0000000000051b4eb48e2762186811227e7da87f3e20fff399db15915204f054 0.00 MB 2 0
82,972 82,972 00000000000a7fa5935a5239ec6b45e856e3b88f88dabddbfdf9785775a632a3 0.00 MB 1 0
82,971 82,971 0000000000160ea30af0a925a065b385dc820d6a21bc78a26b5404b3903eee73 0.00 MB 3 0
82,970 82,970 0000000000185aa57f525ebc93bd5b2b2bf994fc929950102ede0f7d166cea82 0.00 MB 2 0
82,969 82,969 000000000029baf12fad4fa900b05961fcd72b19d9aa3b03a039ee7b26cb262e 0.00 MB 3 0
82,968 82,968 000000000004829b6739c65dbc2c57eaac21e6f550a9a537ca2d5a61db3d8bcb 0.00 MB 1 0
82,967 82,967 0000000000284a9a412add720fb1ad10cb8743f11204cbccd611d90b72a5bf30 0.00 MB 3 0
82,966 82,966 000000000016842633218aa86a4501981e480240127306559ec20d642807a088 0.00 MB 3 0
82,965 82,965 00000000000b5f3ce8f055023567236e8de5bdac61eabf7242817f2d71c3ccbd 0.00 MB 1 0
82,964 82,964 00000000002058e7f8ac3c708267f2c0a7fddfaef1fce0211d95e67dcff32320 0.00 MB 5 0
82,963 82,963 00000000000426dbac0beefe3d47fa23ef0326107057e0afba77d602a6cf066a 0.00 MB 2 0
82,962 82,962 00000000001a510f5456c118496da9ea8db3316af778a6ff08dfaf7f5ebe5068 0.00 MB 4 0
82,961 82,961 0000000000158693b1088337b9252329ab1f4367f657be8b440aab66c7fc5810 0.00 MB 4 0
82,960 82,960 00000000001b56bc31900dd55659364e7db7604c93979407d566ed42f6f1b459 0.00 MB 1 0
82,959 82,959 00000000001c6267fc862b2aea32d93c4bb807ac64a2213fcb7dd231ef71e4e1 0.00 MB 2 0
82,958 82,958 00000000002bb4a617351938d339132d76d5eac03ea29898447d75ce98446568 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 773.62 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,191.84 GB sent, 116.62 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.