Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,414 transactions (1.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,055 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,087 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,054 (887,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,856 22,856 0000000044fe6450c79e94cbff77515249cc8354e160ed4ec9b2c16edc25dd2c 0.00 MB 1 0
22,855 22,855 00000000a74a209bc6c9e8cec5c1aa5eaf3806c73689380a48050219fc777010 0.00 MB 1 0
22,854 22,854 00000000ea848cc38f7ca8dc84c19b695b75d7740e98da5d4da53973e1182ba4 0.00 MB 1 0
22,853 22,853 0000000074ec689f09ef77823b536b68c0bddc2a5c613c3f078a5cee3b9e401e 0.00 MB 1 0
22,852 22,852 000000004a9538bdd32cf5918a65e6d0a8e4da820b585c49374c49d14d53a26b 0.00 MB 1 0
22,851 22,851 00000000cee7634cc006556a748e8ee7f1670b4fc886e0da956b0ce0d7703d83 0.00 MB 1 0
22,850 22,850 000000000c1a1fca9c3f8602bde482c6f4cb619331c1fe6a35fdb228b3ed544b 0.00 MB 1 0
22,849 22,849 0000000095e92766a5ece2bdfab3fb9eba66e35aac8d2cbf6227479606fdd009 0.00 MB 1 0
22,848 22,848 000000001aa2f48ed5ab2b5548b5dc8489d61e94472434c5000ff2f8acbc7072 0.00 MB 1 0
22,847 22,847 000000000178338d18e17b99fc41846fe21cb65d4dcd63bef000187eef585f59 0.00 MB 1 0
22,846 22,846 00000000a639d1989eae2b43e43c602b90e47c3f47b771d938b2da4256c72cae 0.00 MB 1 0
22,845 22,845 00000000788fbe2159df6f30f95b7418e0f7849b2eef408581328999408e3771 0.00 MB 1 0
22,844 22,844 00000000a0661deecbaeea2ccb5fe2471076096bc4b49d91f5cb03e0db80e932 0.00 MB 1 0
22,843 22,843 00000000493fde9a35190cb07064b303935a5700941beebdaba1d80854df6339 0.00 MB 1 0
22,842 22,842 00000000237f71138b69b2d85c39ec7af990af0ac18e988c48503d937638b753 0.00 MB 1 0
22,841 22,841 00000000d44b94a75c2ade3493580761da181a59901dce59ebb8f459377f902c 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 773.50 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,186.16 GB sent, 115.85 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.