Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

383 transactions (0.10 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,791 000000000000000000022b910000000000000000000000000000000000000000 0.09 vMB 369 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,790 (148,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
763,280 763,280 000000000000000000053610c7f187e1ccf2c700e2246636bf4d98e4cb20d293 1.56 MB 3,252 40
763,279 763,279 00000000000000000000fe108e139a678a1bdd49affba7d5cd81ddb4f661a528 1.34 MB 2,670 45
763,278 763,278 000000000000000000033d2cfa6855ac6cb36135cc32388e5fd0700086a20205 1.02 MB 197 14
763,277 763,277 00000000000000000007477ac444475f58d5b28dcf86f298f5f7acb58ca44d67 1.34 MB 1,607 21
763,276 763,276 00000000000000000006cfe83319dbaba46304e6695bf9db61b70a76ee5ddae0 1.49 MB 3,333 29
763,275 763,275 0000000000000000000605685fc8cd2c96c64cca6b4b6fc44faae210a4cd70ee 1.50 MB 2,686 26
763,274 763,274 00000000000000000006c2a7631854e3a3991271dba7b3d407dcb35303a96947 1.38 MB 2,482 25
763,273 763,273 0000000000000000000232c4a01573c11d5c1a5a01ebd3b4463e4972657c3003 1.02 MB 198 13
763,272 763,272 00000000000000000006e2c036c512ced7d666859ed8513b43a7da69086d24c8 1.08 MB 633 13
763,271 763,271 000000000000000000055c9174441bb7f6323ba1e60f6f06edbb33b131f70856 1.62 MB 3,247 21
763,270 763,270 00000000000000000001fba4385632b0c0853cf36b31e54ad5033ea1ceb0207a 1.59 MB 3,133 39
763,269 763,269 00000000000000000005032d17e62514a49cdb51512183cd48dc0261e0f1bffb 1.25 MB 1,059 14
763,268 763,268 00000000000000000003f7244d7f423592df85ac0d3704b18010dc65ca95e6fa 1.54 MB 3,517 35
763,267 763,267 00000000000000000006615dc1599e4d879874ce2d89cb36aab9c11e79f224b8 1.13 MB 867 16
763,266 763,266 000000000000000000030a8ae8953ae30121a1e4a653d36edf7fb1fa56125eef 1.01 MB 140 13
763,265 763,265 0000000000000000000216fd90510e8e94d33017df92fe9dca0c8f6032d62002 1.47 MB 3,392 28
763,264 763,264 000000000000000000060f4056e0386e9338be48076f76afcf3dbe1363a73795 1.27 MB 1,700 23
763,263 763,263 00000000000000000005db1bb591f050c06a40a03efdb41581757f72cc5584d7 1.09 MB 645 18
763,262 763,262 00000000000000000002eb0862a261b38e3c702cd59438d78e4d5831ca9d9765 1.46 MB 2,650 26
763,261 763,261 00000000000000000005c735989c24181d50ab693933ccf614c04f5ce0fc6538 1.23 MB 1,469 20
763,260 763,260 00000000000000000000a944819068cf2d43cb6e73705bb40253c8ced01fb0e0 1.36 MB 2,437 25
Previous 10 blocks ↓
Total Size: 776.70 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,442.70 GB sent, 132.04 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.