Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,381 transactions (0.90 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,523 000000000000000000022b910000000000000000000000000000000000000000 ago 0.90 vMB 3,370 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,522 (230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,292 911,292 00000000000000000000d380cd38cb5f7e1ab713176aa576ac062479ccfbcdf2 1.65 MB 3,546 2
911,291 911,291 000000000000000000018293ea00c74368d7b1dcceebd4c73587e8396566d517 1.47 MB 3,294 4
911,290 911,290 00000000000000000001bcb7b3b61188bafaf440d543d1a9674f6a7d4e59e57b 1.57 MB 2,888 3
911,289 911,289 00000000000000000001eebbebfb3f29e1eb51aba3c22af9c0b7d496c575e68c 1.55 MB 3,664 5
911,288 911,288 00000000000000000000b3bf751afe0d5e537a2ca4ffd8ef6aa3592a45f52a7f 1.88 MB 2,981 0
911,287 911,287 00000000000000000001d0e9f79e3744f1c8bd88c86cce332a869b8afaa45418 1.96 MB 2,811 0
911,286 911,286 00000000000000000001026a3564951ce485ef9cfd30f815158d025ad8cda6ce 1.79 MB 3,681 0
911,285 911,285 0000000000000000000084ad6aa619e008bcb16ec94449866dc9c41254d5109a 1.60 MB 3,982 1
911,284 911,284 000000000000000000015525b6e290397f5e601fb245b4b7171d06c088e3cdec 1.95 MB 2,203 0
911,283 911,283 00000000000000000000192ccdc234e0fd5f7c173de07552272a7b06a678e342 1.85 MB 3,153 0
911,282 911,282 00000000000000000001bd6abe39f0affab5d5fc895f1fd9ce793282c917bb5e 1.76 MB 4,292 1
911,281 911,281 00000000000000000000f41574e6e265cc16ca8a1a2661ac95846a3bbfef92df 0.22 MB 629 1
911,280 911,280 000000000000000000021b1c00d776eeaafd7943f926e0ec9091f44338148150 1.61 MB 2,604 3
911,279 911,279 000000000000000000011639cc53dbba7a477d2a8b8f4bf8cb19985727b3e2ef 1.73 MB 3,990 1
911,278 911,278 000000000000000000004ab6d54e9d8498e4bb17561a77617e0ef5fea039d4cd 1.92 MB 3,696 1
911,277 911,277 000000000000000000010afacadd4ce083295464a2ac66bab461beeb621d41af 1.52 MB 2,950 3
911,276 911,276 000000000000000000014d2da69d0128f7b31bbd17b1d5f77504b1161a3b57fe 1.66 MB 3,624 2
911,275 911,275 000000000000000000019c08b5208a0ff2633527de01568b88487574165269f9 1.67 MB 4,087 1
911,274 911,274 00000000000000000000fd21176498e069ac08218aef4b290d6e7d81b99541fb 0.14 MB 359 2
911,273 911,273 0000000000000000000001c27998a81c0520c671599d7708582af6660b1f9081 1.71 MB 4,259 1
911,272 911,272 0000000000000000000070e587da230b727b109a2cfbdae9f3f8644942865ad0 1.51 MB 3,027 2
Previous 10 blocks ↓
Total Size: 776.20 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,412.95 GB sent, 129.73 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.