Loading Tool

Explorer IconExplorer

Memory Pool

29,890 transactions (5.04 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 41.29/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,625 000000000000000000022b910000000000000000000000000000000000000000 2,372 0.02412360 BTC 0.78 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,624 (662,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,049 250,049 000000000000000ae2172e786a2bebf80a8ace0ef51d8a3df9eb6b9e0d0ae47e 0.05 MB 86 127
250,048 250,048 000000000000000f6d5d8b17b55752b96a15a3ab0282411dbbc268fc31b86287 0.23 MB 385 95
250,047 250,047 000000000000001e8ba168d3aa759d6b37325e08a9277bf76ebaf1380fa9761b 0.25 MB 652 174
250,046 250,046 000000000000000491b63994ff15854724d06bb41c0df710b5978ea6cf47ff80 0.30 MB 561 136
250,045 250,045 000000000000002d65095e919918e8b48db8e03817acb13d10ec6bb247601a52 0.25 MB 540 121
250,044 250,044 000000000000004062bf1a41a7a7f64a84e88ce302f5a981e06d5fd937edd96c 0.16 MB 394 125
250,043 250,043 000000000000003a74c29c3364f68a730b262730963db02816dd0fc03f61814c 0.20 MB 434 125
250,042 250,042 000000000000003edc42bd41f6fe1ccac09e64bd358966aa6e5145ec21d02741 0.22 MB 539 130
250,041 250,041 0000000000000033978d59c0d0c8ceea50b82c132b23f56290b906d5c1d7619d 0.05 MB 77 89
250,040 250,040 0000000000000021cf37880d333b5da5d836fb8e9a518d924ca36245cf2c29a3 0.17 MB 352 83
250,039 250,039 000000000000002ba2c6e43c37229454bd3ec0317cffd4bbff7efccebf3671d7 0.25 MB 629 129
250,038 250,038 0000000000000071ac803da1109aa114b7e65e65e92842d6e1b6b7530a09a026 0.08 MB 166 104
250,037 250,037 0000000000000021b97ce86da7dcdfc73d3a65cf5fdcb80684d4be4a2241c4c5 0.14 MB 302 117
250,036 250,036 000000000000005e5b64c4dd97e52fb9e71b3c2f70d29e4abf477646db54ff76 0.16 MB 340 119
250,035 250,035 000000000000003495f43fe9c580e0d5b59a511536beb59f80512d6f316c4fc3 0.08 MB 183 94
250,034 250,034 00000000000000082f80efbe50e78c41c65d06a43bda7e2b5ff65e599f067e66 0.07 MB 189 76
250,033 250,033 00000000000000615b86fbd55c293cf9720183b02eebc0c728d23a73b14861c6 0.18 MB 242 67
250,032 250,032 00000000000000432a758fb6d7d457d6d3763ababcd498bd26eb3792d783627c 0.22 MB 211 64
250,031 250,031 000000000000005a7fa6cbe5a323545a8dbf948db382a6276ef21687ba20a982 0.50 MB 953 93
250,030 250,030 000000000000006ed94f7c2411804d97d17e7da19b552a6c8dcab691cbe7053c 0.10 MB 164 69
250,029 250,029 0000000000000013dc484dd0c9f2fe97c52e6f434d6a50eaaa6ed2bae46e587b 0.25 MB 530 123
Previous 10 blocks ↓
Total Size: 778.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 69
    • Outgoing: 10
  • Data Transfer:
    • Sent: 54.55 GB
    • Received: 0.54 GB
  • Uptime:

Notes

  • 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.