Loading Tool

Explorer IconExplorer

Memory Pool

71,837 transactions
27.66 vMB
0.06469953 BTC
Random Selection Loading Transactions
Max Size: 167.38/200 MB

Candidate Block

Mining Attempt 8b27aae8f6296453f665ee9af0bc89a38323d20a6e4c41fff875a287a273cc55
Version 20000000
Previous Block 000000000000000000016dffe7445c108bac746ebb89454ac2dea8afaeeb91d1
Merkle Root c9c57346923bb68da6bde1aca2278d5c3b3e31f33d3513adc5d6f500fa6fca9a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,436
Size: 1.00 vMB
Total Fees: 0.00476992 BTC
Feerates: 70.81 > 0.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,452 (386,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
528,605 528,605 0000000000000000002092a7007b3473a66124f9ffe9a15bc21b49f61e4b4782 231 0.08/1.00 vMB 103
528,604 528,604 00000000000000000000fb5fc60c92db16b64f49eab4ce32767476bbed56b4ab 55 0.02/1.00 vMB 108
528,603 528,603 0000000000000000002b94029ccc26aa403f16cd16fa074e172edad3e9bb6900 1,433 0.58/1.00 vMB 65
528,602 528,602 00000000000000000033ad040c0ec7502f9fca6086458794d17968bd509968cf 1,137 0.44/1.00 vMB 79
528,601 528,601 00000000000000000034cabe86d3d9b3375785eb8500cb2fd3fec93bd2e785b8 621 0.24/1.00 vMB 49
528,600 528,600 00000000000000000019ac5f58a361f48579cc5fcf4ed08401ec5adb4bc221e3 2,813 1.00/1.00 vMB 93
528,599 528,599 00000000000000000022c0a0d3f6dbd9d3dca7dc96b9a3bae76c8b65cb567799 585 0.31/1.00 vMB 28
528,598 528,598 000000000000000000029a60b6cf9f976cfe0367b2f95d0ecbe5315ccf759907 2,962 1.00/1.00 vMB 87
528,597 528,597 00000000000000000013937a419e6574fc9384de7ae75070e6f94bcfdc5cfc5f 902 0.50/1.00 vMB 51
528,596 528,596 00000000000000000028f6e8cc5387e160b7e220a95f213a586e75c2d850ec54 1,136 0.52/1.00 vMB 62
528,595 528,595 00000000000000000035696a0d5ca08b1b0d13e29fa53936ee8c07f7806f6443 1,142 0.46/1.00 vMB 73
528,594 528,594 0000000000000000000dd7500927b963de2415d2a241c012c5a1c7a50b98eb2a 75 0.02/1.00 vMB 120
528,593 528,593 0000000000000000000fcb12fde41c0ec865495c9291a31899f79894fc1c2968 921 0.31/1.00 vMB 83
528,592 528,592 00000000000000000030dd25c8c69cc5ac07487f5db6a67a7a60f9bb969ed2a7 1,741 0.59/1.00 vMB 84
528,591 528,591 0000000000000000001adc2db73cc9dcb29adbf3326e2a9b2cb7d7126a779a3a 117 0.03/1.00 vMB 91
528,590 528,590 00000000000000000015d0b1476bcd7671b908c00b135ff40b1d59f7c23193c2 1,062 0.53/1.00 vMB 72
528,589 528,589 0000000000000000001ac0734206e186f9eb01f03158b89255b12a6713dd70bf 547 0.24/1.00 vMB 61
528,588 528,588 000000000000000000008abe7155a13115b68ee799ab72a7936c87f75b8ad32e 2,926 1.00/1.00 vMB 93
528,587 528,587 0000000000000000001690dc2e10d0a3d08208e11d6c94d30389b0b718013f40 1,323 0.60/1.00 vMB 36
528,586 528,586 0000000000000000000e0df34ad8b680babe4af6ffec704757f87a481684f79d 2,399 1.00/1.00 vMB 12
528,585 528,585 00000000000000000024a4602294cd3093d6be7a22e1dac7cc43ea849e372524 1,870 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 783.18 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: 750.31 GB
    • Received: 18.85 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.