Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,411 transactions (0.81 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,109 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.80 vMB 2,406 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,108 (887,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,825 22,825 000000000aeb8350f3dec7fb29a3dd9e5d0319521a5bb761d1174b8a7977ca31 0.00 MB 1 0
22,824 22,824 000000008de6d496ce416b089bf4bea8802db2518160dae9e95899add4bbf47b 0.00 MB 1 0
22,823 22,823 00000000c32f6a7d81822e525ef776ae359efb4cbb0a0a479f467444958500d2 0.00 MB 1 0
22,822 22,822 00000000715e30f13ae17bb69ed512765be2696a4936451cc4e18988cfc81d7a 0.00 MB 1 0
22,821 22,821 00000000c64c14c8115895a50f0dec32a9fb174b76ad21be77778927b9aa3a9e 0.00 MB 1 0
22,820 22,820 000000007b0dec85b698c7b1c2d9e59ce079efa0bd941a41f0cde1953805e265 0.00 MB 1 0
22,819 22,819 00000000416979f4239d23082329f61e85f7ac55a24fe90b37c823907be2103e 0.00 MB 1 0
22,818 22,818 00000000d112b97d5895334205ec81f5e707195fc35b97d01c505a5045b4a4de 0.00 MB 1 0
22,817 22,817 0000000034f8956e02d869e0ad910b4b796e31c22927d7bd3738ed2a42e896a4 0.00 MB 1 0
22,816 22,816 00000000837572601a2ff0afd3c3801c1d264a32e4aae4251be68ed593d6d6d7 0.00 MB 1 0
22,815 22,815 000000003b7035b0f464e3ba976cdb90ec680282c7789790c977699bb3226dc0 0.00 MB 1 0
22,814 22,814 000000009ea8b8bebe92387d7247096974ada1dd32ce8836ec97dd8ca2e11134 0.00 MB 1 0
22,813 22,813 0000000095b81f6efa07b4d39ba6c0cbcb5fa34e268ba55e96c0ef03bb43dfdb 0.00 MB 1 0
22,812 22,812 000000005e066a025951e40b9c589d1a1aef1d3853a56cf8bbc602c67d4796ce 0.00 MB 1 0
22,811 22,811 00000000a2e3193a73267e91d0b29034e2760e979d6d2fde295fee5497285d0b 0.00 MB 1 0
22,810 22,810 00000000a695850d930646e21faff56b3feecfe9a8b0528d2505362f9226a015 0.00 MB 1 0
22,809 22,809 00000000de27abcc18d38512e14bd24a6f32b711e7db1bddb60cac0aa8d4c9ea 0.00 MB 1 0
22,808 22,808 000000004c6278e9f3efdbad50f163c4067ed17a82cbc9ee5c263f41eec5b30e 0.00 MB 1 0
22,807 22,807 000000008b082e248df2b4f6025de2b4cd4af4143d8174cfeba1ef2e32a02c87 0.00 MB 1 0
22,806 22,806 00000000353560bc4ef9b73eb42186fab4e2fe4853e53def76962c0a10f85c2a 0.00 MB 1 0
22,805 22,805 000000006a9f9f59f3f0260de5a08a8929e440ea88fd455486b20474a74bbcd2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,189.58 GB sent, 116.46 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.