Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,422 transactions (1.36 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,892 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,814 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,891 (856,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,005 53,005 00000000108ef2e4e939240881bdd328c12e40b2d95a3aa5cf4404ca84c735c9 0.00 MB 2 0
53,004 53,004 00000000122aa21d7943e3cf07f57f83adbe785152240adb9d127ba6d2805df4 0.00 MB 2 0
53,003 53,003 000000001030f52c6a2a09e5c1c1e0f37a67c0a690d5df005dc20a418e8980d3 0.00 MB 1 0
53,002 53,002 0000000015aab1d51d9fa0a6c3287e307b9f9466945726cf1c24d9eaa6a253b1 0.00 MB 1 0
53,001 53,001 0000000011ac8b235fa2af4c262f01cccc348cefbf435aeabc718cbe0c4dfe43 0.00 MB 1 0
53,000 53,000 000000000bc96af7886cb12075ab1c79711d9589b5051b02f06553c62c22c971 0.00 MB 1 0
52,999 52,999 000000000b56f3d0c3e037a9af28f7f2aaa77de3f04c779dbe6635749a9d7cac 0.00 MB 1 0
52,998 52,998 00000000092109bd6b38798cfca073643bfd287f7339875cbcf2d9d1824f5168 0.00 MB 1 0
52,997 52,997 000000000f79242a879ad8cf5902ec9c62aaad96f5cc65093f288b5765397a74 0.00 MB 1 0
52,996 52,996 000000000805e3e2d1b6a3e8ed0729f8e3fd8015f05cafdb20b9fe49e46e0aaf 0.00 MB 1 0
52,995 52,995 000000000bf9d583f1260435913a9c0f97a68c0ebca704e898c78d39d47cec4d 0.00 MB 1 0
52,994 52,994 000000000d5110a5464f33dbec46e40575ba3c9a2bf39a89916d8e0544d3e6e8 0.00 MB 1 0
52,993 52,993 00000000008e27a3de2239417fa3605fe525e571de8dd3df2692eea5217fb506 0.00 MB 1 0
52,992 52,992 000000000ab9b19e8dddee73cb84155db67deac41e09d68b29500ea5314c0294 0.00 MB 3 0
52,991 52,991 0000000002c8f45ded7f9a61cba5959c00a3980e7634bedef853b3b90aa86545 0.00 MB 1 0
52,990 52,990 00000000100fefbc5d4284279b65093697e0d792d9ac19bccb361f439bed260f 0.00 MB 1 0
52,989 52,989 00000000027546d5b9aa1e6a3d487c83fdc706d5e72452763cc08777cfe9b414 0.00 MB 2 0
52,988 52,988 000000001119d6053f397cedf23f0d34d4475fc982a353e925798620f111f7b4 0.00 MB 1 0
52,987 52,987 0000000002171948ce18c5a170aded3d598b3bd486729702bf4a67f6727f57be 0.00 MB 1 0
52,986 52,986 000000000fd0b2c6aabb32b67caaad25f646a8f5d7edfb62085c7e2d1b7fd789 0.00 MB 1 0
52,985 52,985 000000000a1e6851d8e590d09d3ac45b353aa0c409b7acbc72ad99dd5ebbdac1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.20 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,171.54 GB sent, 114.36 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.