Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

692 transactions (0.25 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,621 000000000000000000022cb30000000000000000000000000000000000000000 0.25 vMB 686 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,620 (881,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,285 29,285 00000000c56d7de04ff34ff18bd64320ccfeb523c156c67d89c898cb50e9b21e 0.00 MB 1 0
29,284 29,284 00000000322332d011a162a151a87a599510dec5b8c9252dcaca7a399ebac7b8 0.00 MB 1 0
29,283 29,283 00000000655399dd81041c9dc759a4b5903c05fc3c1b57a598a1c5fc894fef4a 0.00 MB 1 0
29,282 29,282 00000000e4d17d6eb581672ca7f1f45cea970ebbd484bc99c317db469c7069da 0.00 MB 1 0
29,281 29,281 0000000040f0b47bb40eed5b456c407dac141e065c2f044985ec8bef15c3ec4e 0.00 MB 1 0
29,280 29,280 000000008685251e23d616c2c81873fe3c856dad2c96a088d91a64e7e58a8a76 0.00 MB 1 0
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
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.37 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.