Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,747 transactions (2.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,172 (864,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,203 45,203 00000000357e75f8590111a17e040a3bc5378b83ff1342efa52e6d4423d6c759 0.00 MB 1 0
45,202 45,202 0000000031761ec4f71c9a0107ea8638e3865ef3f57ef7f5f6f23af89ecc6884 0.00 MB 1 0
45,201 45,201 000000001979d2242ec88e231036866072174d89b4d7022f791e3b90b7ef52c1 0.00 MB 1 0
45,200 45,200 0000000027f421e4a286d0503bb01190d85548c81df54323db696588770415c6 0.00 MB 2 0
45,199 45,199 0000000001cc3acdc6e0e128b418694a70ade5babdc2e34409197e9de908d37c 0.00 MB 1 0
45,198 45,198 000000002ea206478558d4bb2c74c872b7d56f0af1065a3e4894466eaa9d6f97 0.00 MB 1 0
45,197 45,197 000000002120a94a1ad565f70ed5001fa45581dbed7d139a4ee27dc0ad7d8af2 0.00 MB 1 0
45,196 45,196 0000000014598fe13de14cda036490aadd826230c20c4482e2807cdec2fec0d4 0.00 MB 1 0
45,195 45,195 000000002c26ff0b9bd3ee04642574759323f5632b31e89eff7604cfbecdd4b1 0.00 MB 1 0
45,194 45,194 000000001cf5bf389e7512fbb6db6c2bfa5ab69d1f2e5da32be732479eea4d8e 0.00 MB 1 0
45,193 45,193 00000000041bf4a6415736537c8b5aecb3800b0814fc8abc85eec5820fef094f 0.00 MB 1 0
45,192 45,192 000000000bde57a1669ff419bedf5c3e1e4f1f124605d1382fb3e885524d0bbb 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 773.71 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,194.19 GB sent, 117.11 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.