Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

522 transactions (0.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,622 000000000000000000022cb30000000000000000000000000000000000000000 0.22 vMB 522 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,621 (881,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,279 29,279 000000004b4d1401b45497be011ce04af78c61a075aadfb443a45fd17560d33f 0.00 MB 1 0
29,278 29,278 0000000007223c56870ed0bd8ecee6604b67b903376cdf6275b8f97a9c73e7df 0.00 MB 1 0
29,277 29,277 000000000a399a2e5964906159eff16e7cdb045202cedf60f855db996c8ca7f5 0.00 MB 1 0
29,276 29,276 00000000b73bde1e6132f06bdca97c2b03980ec27a411963ffb3a2d0253ce253 0.00 MB 1 0
29,275 29,275 000000001ebfaee67f0f705cbdd31634ddd706ab1db408076a5a31b38aa96d22 0.00 MB 1 0
29,274 29,274 00000000207076bb7c89ce2b390e4ea724ab7feeb42114e402b77fb2170d8d09 0.00 MB 1 0
29,273 29,273 0000000096e103f8b48cbc7aea4850ee6cb45ba5afccb97c022c04eb6eaf3f81 0.00 MB 1 0
29,272 29,272 000000000780fa9a8d6475e5cda02a0c1f15acae17d6e2930d16164049be7f4d 0.00 MB 1 0
29,271 29,271 0000000071d5918f25ce28705c007bece515f378f1048da0553560792eb8f361 0.00 MB 1 0
29,270 29,270 00000000688b51ad1f95dc3b09fb98a790e91a8e1ca38f1f84df992024fe7fad 0.00 MB 1 0
29,269 29,269 00000000eb4495941406770cabb5870efc1b31782c99e5588dea160e0e9984fe 0.00 MB 1 0
29,268 29,268 00000000dfa0dad45e962b2c4c22329f0086e5b645f933e8777a47d8b270f5c2 0.00 MB 1 0
29,267 29,267 0000000039472082cb02177a6aa46c2559d9644680147e594bde422d7aa3ce72 0.00 MB 1 0
29,266 29,266 00000000a7212ca9911d805d7ef8068fa834bd61b273d98362daa3c037cbe0aa 0.00 MB 1 0
29,265 29,265 000000003068136ffbeeef4a8914543f2c64c4f4253b8f145e7af8f8b6c6aa91 0.00 MB 1 0
29,264 29,264 00000000d6d4541f2e95903ac334185d99c6f973c47edfde8f6778554723d7ac 0.00 MB 1 0
29,263 29,263 000000009cbed94f6a9c398c1b7aad7ad39406e3cd96ba9dbeb637be7c6669ed 0.00 MB 1 0
29,262 29,262 0000000020e411c8816e7ac3a1460c0aa57521a24bc6988e0ef0ee660b57b882 0.00 MB 1 0
29,261 29,261 0000000022e787e53f578f3e2b70ecafcd12bce6bdca27f6ee205baf5eb68621 0.00 MB 1 0
29,260 29,260 00000000db5ec5d06690b430b4393f1ee7fcc9c70d1c7339821af777533e09ba 0.00 MB 1 0
29,259 29,259 00000000145d98d327786c521f43d7182dfc4561200385e57d69b13bba873972 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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,258.44 GB sent, 121.13 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.