Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,225 transactions (0.81 vMB)

Priority:

  • 1 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,742 000000000000000000022cb30000000000000000000000000000000000000000 0.80 vMB 2,224 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,741 (885,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,279 25,279 00000000490c4508a3eb995ca7f82607da26433948a999ee98f5c7ef19e1ef32 0.00 MB 1 0
25,278 25,278 000000008ce1f609dd32b11ebd3c8791d1dad052ec8a1d4f12eb97a8f41b9d03 0.00 MB 1 0
25,277 25,277 000000002cd60ec074dde100846e3f284b02cb868ce2bbf5ebc2d528edfa95e9 0.00 MB 1 0
25,276 25,276 00000000bd1febde43d2f595a5c66d6419c97968be0579c739260f13c767a77f 0.00 MB 1 0
25,275 25,275 0000000013e22d07ba9b0dd229b2750d3d537ca1449de190b9ab54b4ce92cbcd 0.00 MB 1 0
25,274 25,274 0000000067457418be03d37f8253ec2f3497301841243fddc38f30214accbf4b 0.00 MB 1 0
25,273 25,273 000000005fca1af7b26c58c0509a6f75c7a6d78f40b4a6b68613c9169deb18ac 0.00 MB 1 0
25,272 25,272 00000000c2f388b05dc98aa5570431eb599306e8853e56393655085528da07c1 0.00 MB 1 0
25,271 25,271 000000000bfe0dad7b9307b61912c8a53e064e02572456331b291f7f3d424376 0.00 MB 1 0
25,270 25,270 00000000125e0ab2fcf22657db8aa1475ae33f23df67c23ed2858f40652cfe64 0.00 MB 1 0
25,269 25,269 00000000ddb69e8b9cf4bab3eb3b3743b900b930973742b0517745220441b27c 0.00 MB 1 0
25,268 25,268 0000000035cf294cfd3c56095debe7505b9da185a6d6dabcfb6bd8d0b15457c4 0.00 MB 1 0
25,267 25,267 0000000061d557b7c4bae0e8b3f1487fb66d2ee823832ce9c3410e6f85b8f19d 0.00 MB 1 0
25,266 25,266 00000000460104be6518be157de97ebbac94bbbf3a3fd74c9575e6e4db30de9c 0.00 MB 1 0
25,265 25,265 00000000958006ab1b159f055af6eae6bf9c3af52e3ac4a23e8d3a29e3469dc9 0.00 MB 1 0
25,264 25,264 00000000b8a2b1663e3059556fd972fd9f59057a5915e1ad29290c70c96e9148 0.00 MB 1 0
25,263 25,263 00000000cbe8956db69ae13ea24329a798ca9d63e4a49c8ae260312679678261 0.00 MB 1 0
25,262 25,262 0000000001d441fa5cfd11665fdfb90d6ab802bd548c3a8b21bd5dba9b9d8399 0.00 MB 1 0
25,261 25,261 0000000034f2b86bb33857dbffa9aadad8e4426d095ca2b0298270d1c2d9783e 0.00 MB 1 0
25,260 25,260 00000000c1cc5085898fdeb5f3980e73feefc9030823a36c61321c521f36ab69 0.00 MB 1 0
25,259 25,259 00000000f0c4382883194c24f7740b4643ac9e5dd44f94fd15f8084cd71a5d28 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.75 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,293.28 GB sent, 122.37 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.