Loading Tool

Explorer IconExplorer

Memory Pool

76,630 transactions
30.04 vMB
0.10385982 BTC
Random Selection Loading Transactions
Max Size: 180.07/200 MB

Candidate Block

Mining Attempt e844a63824925d666f73fb9e59b6b956674a9ea53d4a6b8991e9d2c1bd48f595
Version 20000000
Previous Block 00000000000000000001dbb1d0c355245f3cf816e492d22c6348fbd464c36b26
Merkle Root dc64356d6cb892eb73b9168dd51e4b5e99d571a34d1fff5e4f6de5ca9ff1b9de
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,269
Size: 1.00 vMB
Total Fees: 0.03026524 BTC
Feerates: 150.62 > 3.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,445 (756,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
159,168 159,168 000000000000025df4850cee95151a1b261d98a55630eaed5b2c714eab2de264 11 0.00/1.00 vMB 57
159,167 159,167 00000000000009f67be492fd3bcbe3a84a757a67e75ac029dbf719f556386949 11 0.00/1.00 vMB 0
159,166 159,166 0000000000000e4ebb355b3ac3083c112d6f59708cb30d6857219775c4c7db98 3 0.00/1.00 vMB 0
159,165 159,165 00000000000001894f23d74ed1f2910d5213677dac7dc1814d53d159481ac425 23 0.01/1.00 vMB 0
159,164 159,164 000000000000084a191b623e93ee547df7e9efbe767d64ea5e53cc507cd0ecc0 4 0.00/1.00 vMB 72
159,163 159,163 0000000000000897b855cda1cf58bf6b1b7ff37e05eb0d708e66ee25ee2736bb 19 0.01/1.00 vMB 301
159,162 159,162 00000000000007fddd0af3b0f67ffadc2b779e45c24f4f7dff602534787c820c 9 0.00/1.00 vMB 35
159,161 159,161 0000000000000aa44aeb4d3fafa1e489e8a4cdc50976c3ef05f2503ff92b71a8 11 0.01/1.00 vMB 47
159,160 159,160 000000000000073bf64890346a9c57b58ddbc23d713a37296256ae5316d1bf87 12 0.00/1.00 vMB 0
159,159 159,159 0000000000000860c6ad331645a54ad08ed34422a9e778105c383c3ab1bdea0a 12 0.00/1.00 vMB 50
159,158 159,158 0000000000000ad306518f747af5967a9ca8282d6b5db32c404c75d78862ed04 75 0.03/1.00 vMB 51
159,157 159,157 00000000000007852495a0565f576ed70c0f2ea38ab6f214ff0e3fe5baf41a2a 5 0.00/1.00 vMB 889
159,156 159,156 00000000000007f063852f0aad58a4e71c31ed678fe086b34b01c4caa12f75bc 15 0.01/1.00 vMB 87
159,155 159,155 0000000000000512959e3bfc540822b92b6e6520aa9d040d35c876c98c1f8f2c 9 0.00/1.00 vMB 50
159,154 159,154 00000000000004bc135be401893f044be324fe18d39fdb584ae4d07c820869aa 66 0.04/1.00 vMB 100
159,153 159,153 00000000000003d29978c5c44773e9393405b89e6ab3ef805586c2835a0e6c52 95 0.03/1.00 vMB 65
159,152 159,152 0000000000000d56d6f8dc3a56e25043cbeeb0953df7aba6cdb01a1eb0ebc63b 2 0.00/1.00 vMB 0
159,151 159,151 0000000000000684f5efb1a463420065bc5b1a52cb6d6cd3fdb802bb2040f0bc 8 0.00/1.00 vMB 21
159,150 159,150 0000000000000096a2706f45bc9a284b26461b8b6b933179c0d8a4a5a2444f3f 12 0.00/1.00 vMB 299
159,149 159,149 0000000000000b997de334deb2af81fc2a25b140698f44cb2d7dcff70f846d3d 11 0.01/1.00 vMB 12
159,148 159,148 00000000000001c99771ec341590ac6dcd978599dca014379cc8ce3dc66b2314 39 0.04/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 783.17 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: 748.79 GB
    • Received: 18.81 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.