Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,195 transactions (0.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,126 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.67 vMB 2,180 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,125 (827,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,985 82,985 0000000000270eb272c6da69759c5de3c07e8744922950ccd2c576b9d0fde1dc 0.00 MB 1 0
82,984 82,984 00000000001a266683392761327f279a328d8ef57eb4aec3604cb4276863268f 0.00 MB 2 0
82,983 82,983 00000000002272cd876d4e2f2cb10385647f479ac8c7f79b0d19a46848e570be 0.00 MB 2 0
82,982 82,982 000000000016b0dc6cdfbdd44ac85068c2b93d4f9be4ece4e2a5f39fb43550d1 0.00 MB 3 0
82,981 82,981 00000000001e65c43125ddfba6b1f2e732b2731c017c127ab4e76e8dbb809ca9 0.00 MB 2 0
82,980 82,980 0000000000309d64983e57a0a3ea27a64f51858e17937cc8b15d85ba23f035a1 0.01 MB 14 0
82,979 82,979 00000000000ca4e8860998ae8201abf53d2fd26807c87774a4b4671892ed726c 0.00 MB 2 0
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
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.09 GB sent, 116.60 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.