Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

632 transactions (0.17 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,814 000000000000000000022cb30000000000000000000000000000000000000000 0.17 vMB 622 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,813 (848,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
60,877 60,877 0000000007df8d10522166e2519ba9f7bd8ab48935331b99a2f2f83f4e8f1d93 0.00 MB 1 0
60,876 60,876 00000000031ff2c423ecd9bee0a4964e85924777bfad0df12cdea19d9e84d0cf 0.00 MB 2 0
60,875 60,875 000000000d7ff5912e1ec2991d866fbfee4e447c0d8fdfd2332a28a7670b5c5b 0.00 MB 1 0
60,874 60,874 000000000700152be96e3ae58136a896c5b549d0986c51196e39c1d9fb36be27 0.00 MB 4 0
60,873 60,873 0000000004c5fdd9e156422f5076d390fb5cbf80fab37e50459dd42723976e01 0.00 MB 1 0
60,872 60,872 000000000a407c702a9df1655375735a1353575c856110ee542959efad3aee2d 0.00 MB 2 0
60,871 60,871 0000000009f17380ca88c33328b1d69ba5da38f982269fa1e8f6915ff08fd662 0.00 MB 1 0
60,870 60,870 0000000009ba1b3b1319b04c2ec3e5df7c8cb2513dc3682340c3d8876a852082 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.05 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,164.13 GB sent, 113.57 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.