Loading Tool

Explorer IconExplorer

Memory Pool

81,966 transactions
31.07 vMB
0.09839907 BTC
Random Selection Loading Transactions
Max Size: 188.80/200 MB

Candidate Block

Mining Attempt 626183f1d2a186cc7c967b3b06c5a9864eddc8130121125d8adae398b519fc9a
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root 9725b75d4852e8f2ba34a6376cd022399add7183c202ca051b2d6ce38f1e8d8c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,319
Size: 1.00 vMB
Total Fees: 0.02449479 BTC
Feerates: 150.77 > 2.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (584,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
331,167 331,167 00000000000000001712cddf3e9b5c903dbe1d5dd9eb8c49e92a8a8509ad18d5 277 0.13/1.00 vMB 24
331,166 331,166 00000000000000001a0e9ac15af223961d9c282be7e4ba6259ec98116346a9f4 708 0.35/1.00 vMB 39
331,165 331,165 000000000000000019c7fdc3a196bcb8d58bb8f80c9352b7e5511930c86b794a 1,140 0.54/1.00 vMB 27
331,164 331,164 000000000000000016d9037418f08777ffd7ed3b44d0e2c33093098e78d789f9 1,081 0.61/1.00 vMB 28
331,163 331,163 00000000000000000e09ff5d536a6ee36c7f68c35d2b40a52a2c41744f6ef60a 66 0.03/1.00 vMB 27
331,162 331,162 00000000000000000d5f0a4014b50eb0bb237c958b16c59c79e3e1813fcc636a 184 0.12/1.00 vMB 18
331,161 331,161 0000000000000000188028b0b4b88fae65b0639d097780936790bf66563241bb 1,045 0.81/1.00 vMB 20
331,160 331,160 0000000000000000098a3dbf0f82a7c22600665f270fa5e30ce1af3eaa7dbcd9 963 0.35/1.00 vMB 34
331,159 331,159 00000000000000000a65d3772dedb9c95b562a1d20033a38ac75fce0e772fa3d 704 0.25/1.00 vMB 42
331,158 331,158 00000000000000001053604404a3feebe83e363a5e395a9bc92c61906d365022 1,899 1.00/1.00 vMB 26
331,157 331,157 00000000000000000c01947047adbe476911da9dd6d7a313e5f1d247eaaa9532 171 0.08/1.00 vMB 25
331,156 331,156 00000000000000000e5229d9ecbe4063f5429c9a4fa24095500c93561f154a95 988 0.52/1.00 vMB 25
331,155 331,155 0000000000000000134eb7801ef531fd1d917f7b2dcbe5387e9f73fa81b41de2 112 0.04/1.00 vMB 27
331,154 331,154 0000000000000000197ef6517ad9a73c82e2d69e1442d0fa2c1b2763c8394060 60 0.03/1.00 vMB 18
331,153 331,153 000000000000000007cd0ed3b1283a275e6d05d4d33247a0027de058d48e8401 335 0.23/1.00 vMB 22
331,152 331,152 000000000000000001e83e4f6699ba1b18aba4bee769de4b2791760dc96e9d8f 362 0.25/1.00 vMB 22
331,151 331,151 000000000000000001edc750e940cb9cba13d5566b1cf82932a5e6aac1f24393 1,181 0.57/1.00 vMB 29
331,150 331,150 000000000000000018f4543f258640cbdcd759f4f236cc3ad68a2f6476ee846b 396 0.20/1.00 vMB 26
331,149 331,149 000000000000000000812435faab7cf18eba4b82d34ad7516339621a828d4d82 615 0.23/1.00 vMB 28
331,148 331,148 000000000000000002175a2074a6bdd6070bc50bbe17dbbec893d46e18f27381 355 0.22/1.00 vMB 25
331,147 331,147 00000000000000000108213561cc56df7a0e9c7ab6ded2662f4d2c3256d05ad8 565 0.40/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 783.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 720.19 GB
    • Received: 18.15 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.