Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

829 transactions (0.36 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,037 000000000000000000022b910000000000000000000000000000000000000000 0.34 vMB 813 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,036 (551,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,241 360,241 0000000000000000036b46c95c65ac27eb4ccc57046edae899d9a2471c093dc7 0.75 MB 233 3
360,240 360,240 000000000000000001f859383722f7c6a928ab77ff37d8bcc97b877cf52c56f4 0.75 MB 689 13
360,239 360,239 000000000000000003a101b25c1744fa25a3642157eaee5ffa6dbdf718987d47 0.75 MB 2,012 34
360,238 360,238 00000000000000000044c296568cef251ab895701fafe7f3ec4a6f9484fc14e6 1.00 MB 365 4
360,237 360,237 00000000000000001135123f087aa0db8183676164e47e9a3fe4d0e523d36ad0 0.85 MB 161 2
360,236 360,236 000000000000000001e1a61215e5c83af14cb0824807acdd1a4e3619c141830e 0.75 MB 1,066 17
360,235 360,235 00000000000000000a95adc4c77028a71677e00f63370118a77f1e009615b635 0.75 MB 544 6
360,234 360,234 000000000000000002539a97ce55987ee8cf5038a78a6b4e8f338a15c277b112 0.56 MB 997 24
360,233 360,233 0000000000000000070967a14e39d40734dbcf697d0eef915490d33acc93f0a3 0.75 MB 1,122 12
360,232 360,232 000000000000000011868fa6987c726afde0c058922d1f3f38fbf158829cdcce 0.85 MB 2,317 35
360,231 360,231 0000000000000000001c0348d120df78692a12c02bbb6ee9bbe65ade9d93d2fe 0.45 MB 767 20
360,230 360,230 00000000000000000247ab8339cc7a8b211b4b3961233ec783d708a8791f7575 0.00 MB 1 0
360,229 360,229 0000000000000000096f8074bf82c56a09f890a6c054e5f318d8286136f3fbef 0.19 MB 231 19
360,228 360,228 00000000000000000db4cb3be1e0864fa032320357706510efd1d565849fe431 0.74 MB 1,088 20
360,227 360,227 000000000000000004b888a0b2771e7666e2973dafa719e6ef18a26a4629415f 0.29 MB 546 25
360,226 360,226 00000000000000000401ddcf2fc8d06fd8263ad48df398dfcfff41a5c53e9f66 0.00 MB 1 0
360,225 360,225 00000000000000000136278e9fbcb16d499d800a3337db1f89368a319ab5f3aa 0.30 MB 465 20
360,224 360,224 00000000000000000fc8605ac65350412da0943b06f3844e105eb28464b11e96 0.64 MB 589 12
360,223 360,223 0000000000000000166f3a51dcd2e2a66d50cbae5542f64442ecd29ad84e9bbd 0.75 MB 1,012 16
360,222 360,222 00000000000000000cfc0e456059db84bf192447e592fe050174411992d7b9a9 0.75 MB 845 15
360,221 360,221 0000000000000000065e1227f6d8a51898e7469be7f41d4f6b9529fcac55fe4c 0.75 MB 2,235 42
Previous 10 blocks ↓
Total Size: 777.15 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,520.93 GB sent, 134.17 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.