Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,187 transactions (1.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,469 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,824 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,468 (871,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,560 38,560 000000001b4c4904d53b3fe9b98b713258c1e3eb65ccf4a2430461f47f0dbc2e 0.00 MB 1 0
38,559 38,559 000000007d2b571e3f862068924532e8e3224082c6d561f17507d92767792f4c 0.00 MB 1 0
38,558 38,558 0000000062394f5bf35c1605a8bf22f488d6673a93210cff7a321c4b07c38133 0.00 MB 1 0
38,557 38,557 00000000665ab420d1c5358ed4eff65e818c85e3a3038337f82f57928d1b21a2 0.00 MB 1 0
38,556 38,556 0000000059c95fc55f4227c5d743cb9b88832c15dba9f48b2868fb5b80b7c7a3 0.00 MB 1 0
38,555 38,555 000000007eb32360f70edffd8e521557f5ce1ee1a768c41b4b4f952aa86bb7e1 0.00 MB 1 0
38,554 38,554 0000000040bda63c886b940a455e20de7f320fc281c8451d7b9f31a220d269f8 0.00 MB 1 0
38,553 38,553 000000008acf6545a247081e039be2b264a711ec5c89032ae4bd97135b982f4e 0.00 MB 1 0
38,552 38,552 00000000117877368a68c073b356c354153a96a5dc2a39fc105131eedafaffff 0.00 MB 13 0
38,551 38,551 0000000038a6d1f54480bf938eb4160102d87f4c2e090119f3de95841b94e0e8 0.00 MB 1 0
38,550 38,550 0000000089c3cacd2fac10a00d4c44e2558d6e13aa86f1138f038938f6272292 0.00 MB 1 0
38,549 38,549 00000000471097c9a2169c2a2a8fc5e1ef2dffde54f65381d257e39296d68092 0.00 MB 1 0
38,548 38,548 000000007e506d02173e9635057d19233bea1feda90f57a1a552cbf3aa8f2354 0.00 MB 1 0
38,547 38,547 0000000052db060645c0591cef8d95873c5b7d35bf231cb8ee2412860ecae762 0.00 MB 1 0
38,546 38,546 000000005254c989c0f1654965e11c766cdb43bcb39655e37cc61828a0945114 0.00 MB 1 0
38,545 38,545 000000005a2618a6be7a34a7f417e9b30c751839279504552df3d23dafdc6c83 0.00 MB 1 0
38,544 38,544 0000000010e78baaaaf03a8f84aa9c66c29940f427fca7246805235088435b2a 0.00 MB 1 0
38,543 38,543 00000000475a9173342aab16efbc1d3b2ced3c9e66bff93e5c9b8ffd6d77af59 0.00 MB 1 0
38,542 38,542 000000006dd68b3896801d77c54133e69d9594b6a62c21b1d001252568128d12 0.00 MB 1 0
38,541 38,541 000000001f52661bd9e1a109ee49e723e5e615b94a88413f54172cbcd0bc98c5 0.00 MB 1 0
38,540 38,540 00000000882903df77db917782262db2d2f5b1f70da26dcb65ebcc3930ae2c44 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.26 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,242.48 GB sent, 119.81 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.