Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,951 transactions (2.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,635 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,287 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,634 (846,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
64,248 64,248 000000000217b66e57264d03e957bbd96a6b0a44b5038f15fdad27bc29b0da90 0.00 MB 1 0
64,247 64,247 00000000097ce10ab97dd5886abb2bb3bc4c6313b5ab3c64039fcd12c0315d7c 0.00 MB 1 0
64,246 64,246 0000000001feb866f2a9ef6cfc22b3d1cf2609f94cb304b5c215aa4c2b267565 0.00 MB 2 0
64,245 64,245 000000000925a35425acc823ed2f0e4eb28853fd463551fe9980bb905c7f5e7f 0.00 MB 1 0
64,244 64,244 000000000096ccbc13f75ba5343ef51f6f3917005e578d416309a216e9c250b3 0.00 MB 2 0
64,243 64,243 000000000ac2d00c03dab21e4313a41ca25bae4fd3f78e7b6458143552431a05 0.00 MB 1 0
64,242 64,242 000000000150b0e0c97b295a534662524e48d151f279c1a870bf8c290398e335 0.00 MB 1 0
64,241 64,241 0000000009fc4736e61aea75bac53b23f3a6f7547e7fdb50d49f440d1e7452f6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.55 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,271.14 GB sent, 121.34 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.