Loading Tool

Explorer IconExplorer

Memory Pool

80,672 transactions
30.23 vMB
0.07490717 BTC
Random Selection Loading Transactions
Max Size: 185.29/200 MB

Candidate Block

Mining Attempt c5866a8ddc2b7a043097c061abe92130c4eec60beab94022b827bbf09ce5f489
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root a5484b6e14c81508fd7850ffc6e7591cff8e324c5ed510ec268d72bb9519280f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,661
Size: 1.00 vMB
Total Fees: 0.00759227 BTC
Feerates: 40.21 > 0.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (584,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
331,170 331,170 000000000000000015e5dd1855a0b1a9032c55976bdf4ce041a5218ac78665b5 56 0.03/1.00 vMB 26
331,169 331,169 00000000000000001a1a6c59301e7857c6d8ac9fa5731f2afc235257b04f4e5a 531 0.29/1.00 vMB 25
331,168 331,168 00000000000000000331ca15b90d52e6b25eed6b3ba09f4be4df44bfad058737 872 0.44/1.00 vMB 31
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
Previous 10 blocks ↓
Total Size: 783.01 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: 718.89 GB
    • Received: 17.99 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.