Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,645 transactions (2.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,102 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,786 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,101 (887,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,840 22,840 00000000e8c888d9e933e08339520f3db513e4faaccc89deb8ba7c1e32770b49 0.00 MB 1 0
22,839 22,839 00000000593b045dd9fe31ad03938ab3fea49aad6338e0ebbcee1eda749ee61e 0.00 MB 1 0
22,838 22,838 000000004c26be03a1e9a4309f53128928b4847dc083fed1f0716d909598618b 0.00 MB 1 0
22,837 22,837 00000000e18e3d1ef0f4fd9d86615e6b92605c7161b0f65842d1be66f0cc254c 0.00 MB 1 0
22,836 22,836 000000005622d8c6720890ee3f74238e1d114e775cb2f6a8cbf62c36ad34449c 0.00 MB 1 0
22,835 22,835 00000000a799901abe96ed3d15c86682ea5279aa9dc96b466ec9bd13ebe17648 0.00 MB 1 0
22,834 22,834 00000000598a041f2c2f7ff1075e57424d678dc0802c13624a281ac654a73a18 0.00 MB 1 0
22,833 22,833 0000000010a04195cea08f52b1c97ec71d15b90e2f46518d01e72c2fa72f784e 0.00 MB 1 0
22,832 22,832 00000000c457d0e43713c425e42daa21a96dc50bb0ce9cf6f7a38d38676569f9 0.00 MB 1 0
22,831 22,831 00000000942ac48ad13829aa905beb6995376222a70466fcab84e5f6672e4174 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 773.58 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,188.37 GB sent, 116.39 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.