Loading Tool

Explorer IconExplorer

Memory Pool

45,623 transactions
27.23 vMB
0.07650063 BTC
Random Selection Loading Transactions
Max Size: 143.75/200 MB

Candidate Block

Mining Attempt f05ab6d58fce3199924393486ae523557ce98a3ca7701b3e0df15b0431b2a147
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root cd7a0c5b94d255600fece45a1118466462a6663d6ffa96325bec64c39c51f274
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,018
Size: 1.00 vMB
Total Fees: 0.02555501 BTC
Feerates: 201.13 > 2.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (331,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,486 583,486 000000000000000000182408dffd4c11a1e45de53bc1b0a9502c58b5a9fcc0be 3,258 1.00/1.00 vMB 87
583,485 583,485 00000000000000000012a84151886b328a06fec15f024783459541284289e4b9 2,016 1.00/1.00 vMB 104
583,484 583,484 00000000000000000016d392df7e1216ef63e53b2506146b98532483fc514d80 3,098 1.00/1.00 vMB 124
583,483 583,483 0000000000000000000806f8e37169853b1a33dc8f58c1ad03a0b44a284c5241 2,451 1.00/1.00 vMB 45
583,482 583,482 0000000000000000000e9c330ec0d76bff3cb71a7a5583b096d36ef947996f06 3,096 1.00/1.00 vMB 78
583,481 583,481 000000000000000000072ecb214c61c564d9b49ba66b408381993d0247466c58 3,410 1.00/1.00 vMB 85
583,480 583,480 0000000000000000001859fd594582e3fccabc693e0c647d3633ebc896a50bea 2,193 1.00/1.00 vMB 92
583,479 583,479 0000000000000000000247184e45de9c06bc3c3f748ed1205dcbc5ae73456495 2,670 1.00/1.00 vMB 102
583,478 583,478 00000000000000000023621e44ac61fcf8dd10c4cd84b299f785c9d98d47014f 2,097 1.00/1.00 vMB 104
583,477 583,477 0000000000000000000270e31ddd360b19684d633ee24d4a7d3598f2b033d7a8 3,238 1.00/1.00 vMB 130
583,476 583,476 0000000000000000000582aecec86ab7bd951aab18d32f7755145b3017e29227 2,958 1.00/1.00 vMB 101
583,475 583,475 0000000000000000001bf66c25075b0bb5cf917cd337521a52c9c5dd6f103b9b 2,458 1.00/1.00 vMB 64
583,474 583,474 0000000000000000001b38bf48037644a5c6588586af23ab6a48110e25a864eb 1,973 1.00/1.00 vMB 71
583,473 583,473 000000000000000000216f76eb854ab01e8545a2c891d800ab6c3b6339251a3b 1,484 1.00/1.00 vMB 97
583,472 583,472 0000000000000000000753db9756b7b930c59a4f5f6ac4f5a3b3520a7e49fd92 991 1.00/1.00 vMB 55
583,471 583,471 0000000000000000001778c8ea138767dc0aa4e146e89b328608ecca0ee525a8 1,126 1.00/1.00 vMB 57
583,470 583,470 0000000000000000001ed9165d9ffa974a198b60920e6fcad1097bb15e74343d 2,540 1.00/1.00 vMB 74
583,469 583,469 0000000000000000000d356678d7f58969e8c8e0a704b309d186d0dc16aa5440 2,994 1.00/1.00 vMB 113
583,468 583,468 0000000000000000001672463d5c52fdfeb934f4f45dd480224db1c6f73a433b 2,582 1.00/1.00 vMB 71
583,467 583,467 000000000000000000068cc4511a5847e5743b8a5ab9f74493d1feaa82a211b4 3,262 1.00/1.00 vMB 117
583,466 583,466 0000000000000000000a1352b94879db5374be1fcedb834d9808a73d80c21941 1,218 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.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: 649.26 GB
    • Received: 13.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.