Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,245 transactions (2.13 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,218 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,953 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,217 (865,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,191 45,191 000000001378005747d83eb70f17a4dd37a86f73cc8ede58871c2a6931df6213 0.00 MB 1 0
45,190 45,190 0000000037d393e77fc30562a49af20a2ebe4a9e9138e8aa76c2a2e4e5950a3b 0.00 MB 1 0
45,189 45,189 000000002eb1a46f68524929da010a7449c5107ad55cfa09e5d478a78ce85b20 0.00 MB 2 0
45,188 45,188 000000002854496e2554bb099379e01eae0f6c4ccae9fad591d3a03ba6a9c1df 0.00 MB 1 0
45,187 45,187 0000000001c45505b94d1bb357f27e8d02dd5abbbd250a0ec7163494321e9ba7 0.00 MB 1 0
45,186 45,186 000000001fb7b2f8058ea9f2eac33ee32ab405e2daf0a4f4afbf7d4d4609df7f 0.00 MB 1 0
45,185 45,185 00000000199dad498c8961e21105f966bfa6229623157173cefd762037dfd589 0.00 MB 1 0
45,184 45,184 0000000022aa615152eaf5fd4f2a64b8cf7b1dad8805c3af066077cf6a939c1a 0.00 MB 1 0
45,183 45,183 0000000008e979f0957ba59855ffe28ac279bd4c276a70b6848934eac505da4b 0.00 MB 1 0
45,182 45,182 000000002780792b15a33bf022edb63fad2f134b339cedb23d0d55a3633b14f9 0.00 MB 1 0
45,181 45,181 0000000007ffd84c35a42ef74be1cad47e54d5d435f4e88d7595348f965832df 0.00 MB 1 0
45,180 45,180 000000000e0cfa2d53fcceddcb35be38837638e3fdca6e51a5a4f3c5cc4fd8a8 0.00 MB 1 0
45,179 45,179 00000000171ddce99963fcbffdff03bfa7f4d84d05a2e5f23cbef10778006fed 0.00 MB 1 0
45,178 45,178 000000001773860056c8f0d83c5992a46cd2e27a6d96b9b1334f28cab033d494 0.00 MB 1 0
45,177 45,177 000000001443f180a0235f1c63158b225fce040133536105561107c231f2f7cc 0.00 MB 1 0
45,176 45,176 00000000336b349d0872c7bef703dba819dd62c8c836cd2e5e59cff20d64605e 0.00 MB 1 0
45,175 45,175 000000000eab174ba63753aabf1d3cb297a3fbc479f460cb3cea9836a7be2df9 0.00 MB 1 0
45,174 45,174 000000002072b920710fc2f4d2993db083cbb6494430991b15303f829f22b999 0.00 MB 1 0
45,173 45,173 0000000027b67e4cdda47cd1026c26930d9027ff0bb93979766ae55ece0c1f47 0.00 MB 1 0
45,172 45,172 0000000029ac5ecacbabfdd29e207768efc631db4cf9bd8648b06a23123a2462 0.00 MB 1 0
45,171 45,171 0000000005782fe6f97864a8b8208dd04f5029962fd6783ab5c8cb9be62aaabf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.80 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,199.64 GB sent, 117.61 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.