Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,191 transactions (0.75 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,108 (887,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,830 22,830 00000000e95370b2b31970a67e552dbcabfaa14accbc36b58f1cf990dc0a5e69 0.00 MB 1 0
22,829 22,829 000000008e25a243f9517bc151550c5addb533ce24af6f72cc87fdc5b59e43de 0.00 MB 1 0
22,828 22,828 00000000b60532b6108b4cdb4b692dda6f97a1195f202247541bf8bbd1885dbf 0.00 MB 1 0
22,827 22,827 00000000cf674589e57443644a4366552b1c6af0b96bfa553ff4728eec2b31e4 0.00 MB 1 0
22,826 22,826 000000005c1bf5af1f879d3e5e6fdb62fbb674c51a4fd55bc66d9bf33364f05b 0.00 MB 1 0
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
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.