Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

597 transactions (0.17 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,727 000000000000000000022cb30000000000000000000000000000000000000000 0.17 vMB 597 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,726 (885,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
25,258 25,258 00000000f38febfcbdfafdb0344b2c9a6e85fdce1c972c4d25b6ad05eb8aebca 0.00 MB 1 0
25,257 25,257 00000000eccb28472aba9baaccc92c3f1d6e2670cb24f8a2c27e3e4abead4942 0.00 MB 1 0
25,256 25,256 0000000097e7da40887a965bf4f43a85ce6d78ed2002d5269a6b809f7b8aa603 0.00 MB 1 0
25,255 25,255 00000000c4f77d0e5530163f74944f61fa59bd26577a8718d7ca43615e92bf4f 0.00 MB 1 0
25,254 25,254 0000000027563429b567be10c2afc3ae0c0a7337a6a1d5d41affa118a1eb622f 0.00 MB 1 0
25,253 25,253 000000001903b31fec4207fcd60a3e651529b8498d7a615c8bf25e58e118dd27 0.00 MB 1 0
25,252 25,252 00000000a3d713311c9da8c4e5d6113c8ce1bec5fcea8da91301ae4defa0f561 0.00 MB 1 0
25,251 25,251 00000000538029295959fab72a0ac08164234544a7bd84eabdd92187e0e61317 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.72 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,292.12 GB sent, 122.22 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.