Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,419 transactions (1.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,786 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,583 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,785 (589,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,461 322,461 000000000000000022f53d81d011de6f106195c07accc7ae982640af793d1e3f 0.09 MB 123 13
322,460 322,460 00000000000000000d623fd897d95678daaae9f91ac44bf16ed5cf0e440d89ed 0.28 MB 462 27
322,459 322,459 000000000000000004020adb5aa75074d559ce0eaa9ef91d4d9690a76fe9f7ba 0.26 MB 514 29
322,458 322,458 00000000000000000c8d55f6230a6eb43ae618c6fcc3cc69fb288f6c7e0349e7 0.26 MB 424 25
322,457 322,457 000000000000000005683ead5cb801138fb61ab9b8251dbfe51f342180f08e3f 0.35 MB 665 28
322,456 322,456 00000000000000001bbb5981426266383e1efdce27bfd6baa513628100b8f282 0.34 MB 647 27
322,455 322,455 000000000000000011557c500a912741d2485460c5754ea7b1c3623935e4fb25 0.29 MB 263 17
322,454 322,454 000000000000000006c3c08f3d71084cc6e8edde6ea00397f6c212c528440dd9 0.35 MB 747 36
322,453 322,453 0000000000000000156af46cff45174df055046e18ca13804b2b46669595efec 0.33 MB 419 25
322,452 322,452 00000000000000000ee870b2633804ca1736ccf10060d9c5e1f98caf0c09e994 0.32 MB 440 28
322,451 322,451 00000000000000002249683f072c4ce534ab6f3c705d8033e1373037101a538e 0.31 MB 365 24
322,450 322,450 00000000000000000ef947dde2e4b28bc5df3d7121a702fb5f338f672b5ee72f 0.67 MB 638 22
322,449 322,449 00000000000000001aa248d24b54635689dcbb4d9ec490991b87ad2519729c75 0.31 MB 312 23
322,448 322,448 000000000000000000af88fbf3de192b6dbb757f42ae8db1f694ebb7cad929ca 0.75 MB 1,273 30
322,447 322,447 00000000000000001ae3ae52ba9400a82a2dddb0392ef1932d73f4eb5881b2ed 0.08 MB 163 21
322,446 322,446 0000000000000000089d5c94613a6a11180da1e0d33eb88f7b12b4789e77d913 0.47 MB 679 27
322,445 322,445 000000000000000001bb4cf42c66c67ea1c2c638e76a44b0ea490ac49f8a077a 0.21 MB 188 16
322,444 322,444 0000000000000000106dd7ba34ecb60a8fc513450558651b3be6960593e6be80 0.25 MB 417 32
322,443 322,443 00000000000000000ed44f41712aec2554eedc3cac799c95bbb13f45f71d3a0f 0.35 MB 449 26
322,442 322,442 00000000000000001b7637d92261f06da36808b61f8ede0954c9b2d21bae777d 0.48 MB 520 24
322,441 322,441 00000000000000000ff02974fe404ec6fc67b66987fc757a7ab142e72663930d 0.20 MB 225 23
Previous 10 blocks ↓
Total Size: 776.69 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,441.04 GB sent, 132.00 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.