Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,290 transactions (1.43 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,624 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,998 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (846,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,269 64,269 00000000057b61e41c8d55e4369783a7683970e459336222308317c23052db80 0.00 MB 2 0
64,268 64,268 000000000c18affdac07c39f8809d353737e873c063f5fcd0ffac5a86e0619db 0.00 MB 1 0
64,267 64,267 000000000244a0940bac453b137deea89805e538a9ba443696881dde0cab12f8 0.00 MB 1 0
64,266 64,266 0000000006b643ecb7b24010dfe5f0803db39117f709dd59c9e27dd227b17788 0.00 MB 1 0
64,265 64,265 000000000696c49c69b5f1d2ad8fbba9a01d779caf3ce2d581f8d4cc14255bc0 0.00 MB 1 0
64,264 64,264 0000000006a8143f45295a7d5dfe71b3dd3dcc7c33b8198067585b6abe73cd5b 0.00 MB 1 0
64,263 64,263 0000000008230ea4e026b1aae422a4fcc8e5886075e703803a7887b3604c34c9 0.00 MB 1 0
64,262 64,262 000000000b4c37e4a661947a5ec1049f5a991bab1bdc1984ac2ff536541855e1 0.00 MB 1 0
64,261 64,261 0000000006099c5c50559750de028b7965e8a571d77eb3955c186891ca1bec81 0.00 MB 1 0
64,260 64,260 0000000003efef30fea6ea64d20eee60dc7aab20cd4d4bd3c1654b52448c78b7 0.00 MB 1 0
64,259 64,259 000000000022aaaf1fa1ebba2de72173de63259f18531fe9a683588241be37c9 0.00 MB 1 0
64,258 64,258 000000000a7137703d28cb1fb71b68fca3ff6e85db7c29ff812827a65f1a5129 0.00 MB 1 0
64,257 64,257 0000000004eb5698f473818b735634cdabd32d1ebfd56ccdcdab9b0bd09cd891 0.00 MB 1 0
64,256 64,256 0000000001b72fdfd8ada6753e0abb77bcc8951089f0be942ce287f2ed801834 0.00 MB 2 0
64,255 64,255 0000000001538e27ba8549b18aee774ca0365d11c0fea91a8d2d352ca84e98ce 0.00 MB 1 0
64,254 64,254 000000000463c2bf20ab6a60aae0c20776311416a1a46da787f442cdddaf47c6 0.00 MB 3 0
64,253 64,253 000000000405db87e1ac0986d19475a095205f576f515fe743b9951003a3188f 0.00 MB 2 0
64,252 64,252 0000000003f6cf8d9f739273c9dbde5542bc83da29d2b37e291798eee7e4ba10 0.00 MB 1 0
64,251 64,251 00000000025272d3671ddb58fb56eecbcd8b55370973bb0bd5eacb69bf7b238d 0.00 MB 1 0
64,250 64,250 000000000b52105bb0406d4ed1841394de3851bc2a7c054f3a29823ea8dd603b 0.00 MB 1 0
64,249 64,249 0000000009587636c3efd15acd432d671dca4eaedcf04b0b845b3926c66aa679 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.95 GB sent, 121.18 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.