Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,391 transactions (0.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,966 000000000000000000022b910000000000000000000000000000000000000000 0.39 vMB 1,391 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,965 (105,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
806,165 806,165 00000000000000000004ce212e50f00e19ff31f3de2747816e7ccd07bf3334ca 1.79 MB 4,253 11
806,164 806,164 0000000000000000000459f73be9f727923001969e5c03d4bb4348b3bb24b267 1.75 MB 2,016 12
806,163 806,163 0000000000000000000327b84b12a5092a8484a6d6a6591f95c3ea017bdb85d1 1.95 MB 5,972 11
806,162 806,162 00000000000000000002383c65be904233c122dd2b8372daaab4d10301d0f956 1.71 MB 4,645 10
806,161 806,161 00000000000000000002cbef7d2c841c05a8951be3b199ac9653f3bba3d6e5a3 1.94 MB 4,982 9
806,160 806,160 000000000000000000036b87975bb44bd7cbe11f672da91958b9150d6add5bc6 1.85 MB 5,995 10
806,159 806,159 000000000000000000016d4c33795d3e1e65d2f111f73a0d2304372856bb203c 1.72 MB 5,533 10
806,158 806,158 0000000000000000000391e1a5b2ac57460d016e04b3cd833d0b581b362d72e4 1.47 MB 2,664 15
806,157 806,157 00000000000000000003488f11b591b33f5bc5a60f67c3739c279e4f44bb11d4 1.86 MB 5,775 11
806,156 806,156 00000000000000000003ffa44c18f407f648a24f6a8a06ec883b263e02dedc54 1.96 MB 5,934 10
806,155 806,155 00000000000000000001774beef4cc4b803acb258f51effd09d696f2d76c187a 1.83 MB 6,296 11
806,154 806,154 00000000000000000003a96a2ad10c99db37b53403a1f065886bbccb68aeb31e 1.72 MB 3,297 12
806,153 806,153 00000000000000000004531277ebf0ffba5b79474453c1c1dc7b870db381f7ca 1.56 MB 2,949 17
806,152 806,152 000000000000000000022de4f0abceff3ce2238fe874060f108db8d5163b2307 1.59 MB 4,100 13
806,151 806,151 0000000000000000000241e530f77e2368d507e16451679bced52fbcfb7a5c73 2.20 MB 2,411 10
806,150 806,150 00000000000000000001f309f95b9aad3ab616a318b9b316adb15cef82e433e7 1.56 MB 2,692 17
806,149 806,149 00000000000000000002c7211905c2707070f7cad2942c30a24c1c1dd8bc2a65 1.87 MB 7,086 10
806,148 806,148 00000000000000000003ffe28c0261bf3ffea94a145310ed6a30dbd41b4eff26 1.52 MB 2,391 11
806,147 806,147 000000000000000000025b230e3336e465bd67cf282f192ef6c6ab3c41efaa21 2.17 MB 5,061 11
806,146 806,146 00000000000000000004fb3a9ce588e0e84cef6a4fe8aac32c838e32a834ceef 1.68 MB 2,620 13
806,145 806,145 00000000000000000001ef1c033f34d1eaa9c0b9654f76cc44730d1384a817e9 1.96 MB 4,187 11
Previous 10 blocks ↓
Total Size: 777.02 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,498.61 GB sent, 133.55 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.