Loading Tool

Explorer IconExplorer

Memory Pool

83,685 transactions
31.27 vMB
0.09756903 BTC
Random Selection Loading Transactions
Max Size: 191.90/200 MB

Candidate Block

Mining Attempt bee2d956622b5c5db900ea668f3c5e6b93f31e22edb23c679ada7ba4458b3a2d
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 922e8f8e6933764513fd8ba3298bc1166882ee19522f929601d1839b0a0e67f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,608
Size: 1.00 vMB
Total Fees: 0.02690373 BTC
Feerates: 301.57 > 2.70 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (419,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,684 495,684 000000000000000000614dc7a294ff2d139ccdbaa605fd092accbd4595910a69 2,225 1.00/1.00 vMB 114
495,683 495,683 00000000000000000073271fad3f4234a22c835b83774c46b933d1e2dfbacef5 2,004 1.00/1.00 vMB 127
495,682 495,682 0000000000000000001a5120a39b48f8b0b2f8566fc8e6e00084072bd76144a2 2,130 1.00/1.00 vMB 79
495,681 495,681 00000000000000000096e6ad82530ee004d59010643fd9277c23739092705f81 2,460 1.00/1.00 vMB 152
495,680 495,680 000000000000000000c82f82165f7bb7fcb52168d6996602e8c2f14625346f68 2,880 1.00/1.00 vMB 98
495,679 495,679 00000000000000000097e9db175fe7b385d93c53fab2736a51108cae77178aca 2,752 1.00/1.00 vMB 119
495,678 495,678 00000000000000000058acf3ae3e7ec83854c17d1115e3e3e4cc6c0490e74341 2,560 1.00/1.00 vMB 233
495,677 495,677 0000000000000000009833c7d887b5071f0e5ca38c409c7bcb27d5b9b39eb3ad 2,203 1.00/1.00 vMB 170
495,676 495,676 0000000000000000007951016c811f2fadc5b762621ea228bd46ff2e2279a75f 2,405 1.00/1.00 vMB 231
495,675 495,675 000000000000000000383ccc2bfb98611512836b215c779f24ce72cace0a74e2 2,420 1.00/1.00 vMB 188
495,674 495,674 00000000000000000047f1cefad4062dffdc97bd343ec0cf6940016c3a545d10 2,595 1.00/1.00 vMB 251
495,673 495,673 000000000000000000b53347699e0308d8a571d2cf45bc3b3a9a63d43660c2ac 509 1.00/1.00 vMB 356
495,672 495,672 0000000000000000004cc4f2efd7b023c10f25d4449c0d530ba3f801457b7d67 2,620 1.00/1.00 vMB 161
495,671 495,671 000000000000000000586648ad5a196bed1e4a09195408b9e5e1239c9853c366 2,539 1.00/1.00 vMB 110
495,670 495,670 0000000000000000001eeb690f852cda7d7c331ad79f330e357c8174a6377560 2,494 1.00/1.00 vMB 172
495,669 495,669 000000000000000000a3b15d9bf0eb732f994f1dd5b12c96990446ea0150267f 2,236 1.00/1.00 vMB 151
495,668 495,668 00000000000000000066a497b3cc12011499e9164aa7431d5a7d2744956d5074 2,189 1.00/1.00 vMB 155
495,667 495,667 000000000000000000c9b8226b0b15f6f24979f051209833c7df333f66e56b7f 2,446 1.00/1.00 vMB 202
495,666 495,666 000000000000000000c426692e432f9ba0e9aa86426405adf203327e9f91e8a5 2,153 1.00/1.00 vMB 211
495,665 495,665 0000000000000000008fb99ec2579cedeab55a50d166705c726191328155ad0d 2,434 1.00/1.00 vMB 231
495,664 495,664 000000000000000000baac8e620fb2f8623a34dcd3164af0dc245680cd2afe74 2,104 1.00/1.00 vMB 173
Previous 10 blocks ↓
Total Size: 782.78 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: 709.58 GB
    • Received: 16.92 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.