Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,405 transactions (0.54 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,992 000000000000000000022cb30000000000000000000000000000000000000000 0.54 vMB 1,393 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,991 (849,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,898 60,898 00000000085936edff2e47e4037562cc54a58e87dd61efa8095b1e4d60171661 0.00 MB 1 0
60,897 60,897 000000000c9c0a1ab837071436c888da575a7eccc2a466745a0515927a928296 0.00 MB 2 0
60,896 60,896 0000000009114b401b75e4f0655af62e47b109256e4a260ffebaba38c141aabd 0.00 MB 2 0
60,895 60,895 000000000c004d800fb2086691fc4f62f95019b9bf368d36bb705b75d491b76d 0.00 MB 1 0
60,894 60,894 0000000002adfe21293f7b571a8bb6bac33fbb2e0a58ca2a836b6b7d87e0b1be 0.00 MB 3 0
60,893 60,893 0000000006a839bea389e24a124e625521741930d08b97a670b83ab66fb57b6e 0.00 MB 1 0
60,892 60,892 0000000006b63153cdf647f227ba06c69b0e95cc7ca4df8e107c0fb78c21b3ef 0.00 MB 3 0
60,891 60,891 0000000004ed0a17eac83746cb3c4d9144f757c78da538adbfd09ea9799505fe 0.00 MB 1 0
60,890 60,890 000000000504c28fc58a906598207b3155629b6b9242d6bce5c96cd33d9f6bca 0.00 MB 2 0
60,889 60,889 000000000670d18a8f5a5ccdb13e86f278d324d7c6ea555dc70cd23694df8a2b 0.00 MB 1 0
60,888 60,888 00000000094fc0d6bf06586013bd9dc028236b90df6ec9c8756bd4432ce56e14 0.00 MB 1 0
60,887 60,887 000000000a6a49e9ccb7f0b9fed0227fc0e06a11a10a4d0ba02061b7209ca821 0.00 MB 1 0
60,886 60,886 0000000008abfe694b857e92ddabeda4faf343e202f4bb056ae20c04500b448a 0.00 MB 2 0
60,885 60,885 000000000e633922ba2bc06e439ae39b55aa924e7fc02b084ffe2f44d4dab05f 0.00 MB 1 0
60,884 60,884 000000000d7a7c29eda9bc5a8bdaddacf472424ee751d3149be0be28a53c1587 0.00 MB 1 0
60,883 60,883 000000000545a3091a015bf7d53d2596614f2c68f9dc8df91fb11a0e979d591d 0.00 MB 1 0
60,882 60,882 0000000001a37cb839eb30bfdf38996eaaac2086079661c9eee3c5889ac80239 0.00 MB 2 0
60,881 60,881 00000000067db0054aefd260a73f0c7643609fb19249f9f1cfcb93bfdd3a0552 0.00 MB 1 0
60,880 60,880 000000000bd9d06eff1a0693a3c3a22957f2661482c555404ab555fb08cc4b64 0.00 MB 1 0
60,879 60,879 000000000311ef41910f5b267e1ba3703d69cda7a40578a1e42ee1c64442c73d 0.00 MB 1 0
60,878 60,878 000000000a8426500829b17762e7efd7fad80bac021f583f457e86291b714630 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.38 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,181.20 GB sent, 115.15 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.