Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,566 transactions (0.50 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,480 000000000000000000022b910000000000000000000000000000000000000000 0.49 vMB 1,552 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,479 (106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,373 911,373 00000000000000000000c067117e3f1a2056e02fcf47a3eea98741dc4d619480 0.21 MB 586 3
911,372 911,372 0000000000000000000122fe6004e048a439eeb4cad1b4628d8f45044f4097ba 1.67 MB 4,075 2
911,371 911,371 00000000000000000000ef57035d6ffee9e3717b1237e2f4325d87102ae7f183 1.70 MB 3,950 1
911,370 911,370 00000000000000000001ccc40ea9750e23f92c8979b27a0a70df8a7df0a2c45f 1.71 MB 3,654 1
911,369 911,369 00000000000000000000231d6aacf24bc11eeae8d50f06ecd40015171f79389f 1.79 MB 4,139 0
911,368 911,368 00000000000000000001d98392b7b3a059a72d7e334bd404e7b103e3f2d5cef0 1.70 MB 3,936 1
911,367 911,367 0000000000000000000147c1ba54b21aa84083c42ede257714508cfd1eb60c74 1.66 MB 3,783 3
911,366 911,366 00000000000000000000a1e8cb0268b3135190b074e888da01bf136be9b69f93 1.97 MB 3,763 0
911,365 911,365 00000000000000000001157491d943914f35789d230cc0150a5d6214fe31871f 1.69 MB 4,055 1
911,364 911,364 0000000000000000000109915062ab9c011ccd0a656a621125ec7dae2311f7b7 1.68 MB 3,146 1
911,363 911,363 000000000000000000008b20feae2a2c34202dfe0ea1befa5734c3bedeb30e4b 1.61 MB 3,762 3
911,362 911,362 0000000000000000000185521164daf3fc1291d5e25ef2b4a707619146509e06 1.74 MB 3,131 1
911,361 911,361 000000000000000000019a0d6dae0d097b7405687101c5a18acf3b859edf5767 1.56 MB 3,900 4
911,360 911,360 00000000000000000002262f7f95d11a875b07f8ae7a1e44ad500d371ae7e2c1 1.65 MB 3,367 2
911,359 911,359 000000000000000000016a0323128489fca90c697ff1009e12f7fa77c70a0286 1.57 MB 2,908 2
911,358 911,358 000000000000000000010fbc56b47f28c462d5a6926920554260f07e458b05e0 1.79 MB 4,756 0
911,357 911,357 00000000000000000000c94917a3296d2bb6ea7846b79d02dbf61c14e238e1fa 1.95 MB 2,447 0
911,356 911,356 00000000000000000001ee725441b21a7e39fa29c43208751406bb42573446b1 1.72 MB 3,551 1
911,355 911,355 00000000000000000000b7dfc1458628f5c99a570d7fcff01a519a8ceed6f90f 1.87 MB 3,520 0
911,354 911,354 000000000000000000006da80fa9ccc17aafeec6e357c3e8ad32e87c73fd4943 1.77 MB 3,580 1
911,353 911,353 00000000000000000001e1736dfa7be42dcc7a0ed1318f4ea9af2f80d361a1a7 1.44 MB 2,528 1
Previous 10 blocks ↓
Total Size: 776.13 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,411.19 GB sent, 129.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.