Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,338 transactions (1.07 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,696 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,214 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,695 (838,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
73,126 73,126 00000000007964aecbc8b2e6334498cb23e387cf854cdd26f792eba10188cdcd 0.00 MB 1 0
73,125 73,125 00000000003c2e01524a17b4a5205c2fc289a8caa7c2e1609765e5a865f88964 0.00 MB 1 0
73,124 73,124 0000000000572f612c130e9cdbff67e08a5447f340b52e1d4776fad1ebec4381 0.00 MB 2 0
73,123 73,123 0000000000581729ed2902d755b261ee514ac2d6b2f2d02a3b3d36ffd3347917 0.00 MB 1 0
73,122 73,122 000000000095d716aa7160553c96c55e3231dc277d1809b36e72fdeb09b690cd 0.00 MB 1 0
73,121 73,121 0000000000156410afaaaabfedfbdccbdc965dab94bb174be4ab66b5f6c55bdb 0.00 MB 1 0
73,120 73,120 0000000000903a01b168daf2edd2bc5562c63e8fa3f2877425d71e20aafec933 0.00 MB 1 0
73,119 73,119 00000000005c099263f0eaca861661565a229057167953b85c492cd8529202e3 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 776.52 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,425.69 GB sent, 131.26 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.