Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,574 transactions (1.32 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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,656 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,246 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,655 (838,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
73,118 73,118 000000000077847e5d5cacb033ed829da1109d9bc73ac22063d052f1115ae2cc 0.00 MB 2 0
73,117 73,117 000000000004a28d492502a54d9d6d1f0d9b42e8fd1c4969ce5f84e6af71f9ae 0.00 MB 1 0
73,116 73,116 000000000058d498236f2cf83abd905a7d6fdd40f44507d7640214c477c67d0f 0.00 MB 1 0
73,115 73,115 00000000005952cea2007d40ddaa1637e715037df7c9ecc7b71fb79e84b4a49c 0.00 MB 1 0
73,114 73,114 0000000000507e97283563f541eec81957d3c7e53dc1201212c7e93a9e02816a 0.00 MB 2 0
73,113 73,113 000000000022fd34477d873966fc5ee50788bdfe793cce46a3d6aa7c326fa320 0.00 MB 1 0
73,112 73,112 000000000059f5bf182cc4fef49f7521b03384b72c2f6f01d293f5b01e69aada 0.00 MB 2 0
73,111 73,111 000000000011f79a3511fe71823b820cd2b9881fe7115c461fb66a6c8cf06aef 0.00 MB 2 0
73,110 73,110 000000000081b422e648aa37f96693e709436c4f7b82cb0e8e304c5464d819c5 0.00 MB 1 0
73,109 73,109 000000000096892176c448abcdb76b0512832a3c9102e04890f7f4917208628b 0.00 MB 1 0
73,108 73,108 00000000001b9f5dd6755ccdf45366beea711fb263dbb7a198c059df67c58559 0.00 MB 1 0
73,107 73,107 000000000027d22969d26f817af6be135c90dd38adea4178310f68a253a9d31d 0.00 MB 1 0
73,106 73,106 000000000091f881290109de17a2f06170d25291088cf8bdb14bbcbed21cd903 0.00 MB 1 0
73,105 73,105 0000000000523b86b50f263f925a6def686964d9316501caf9e3b55460842663 0.00 MB 1 0
73,104 73,104 00000000000dc074cef6307302bba9adc1b9dffac4eb50fd1babe5b5d52d1b58 0.00 MB 3 0
73,103 73,103 00000000003c574ac00dca2747e10e9ea389f5b118e65e00675b23e647ee087e 0.00 MB 4 0
73,102 73,102 00000000002d562daf6bc11e082305b532163fa22494dec0867acb13674aff08 0.00 MB 6 0
73,101 73,101 0000000000311b02f1951c1eec52e6fe3fee6821c282d427517ff70994ef81cb 0.00 MB 2 0
73,100 73,100 000000000088c3406f300043c1822ce389e656a1885c100bffd61aaff4d23d67 0.00 MB 1 0
73,099 73,099 000000000065bf0e786ee5d906861767680fc2f98789594ee74420c35d2bbd5c 0.00 MB 1 0
73,098 73,098 00000000000d6b02e7343f98a60003c50d76d86b1ddee94622669de5ae9fd7b1 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 776.45 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,424.33 GB sent, 130.92 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.