Loading Tool

Explorer IconExplorer

Memory Pool

81,028 transactions
30.09 vMB
0.10466526 BTC
Random Selection Loading Transactions
Max Size: 181.51/200 MB

Candidate Block

Mining Attempt 7f88da7e473d382c0e945d1b90b50c9bb451fda965692b0cac01d0b76cd4ea54
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root c6212ac0dd953da1fcb1b13625df250662234fd480c942865a74ee797a5ddc66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,069
Size: 1.00 vMB
Total Fees: 0.03673272 BTC
Feerates: 100.25 > 3.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (301,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,258 613,258 0000000000000000001304a9da1eb05bda86b68d3718d8630da9a20d8eb74b29 2,182 1.00/1.00 vMB 10
613,257 613,257 000000000000000000092072d35d34e3cf35c26c18bb468e99ad6babcff07b4d 2,196 1.00/1.00 vMB 12
613,256 613,256 00000000000000000004c1905ebd66ad57312ee834938a244e789e110b60c658 2,600 1.00/1.00 vMB 16
613,255 613,255 0000000000000000000b70857493d5c8ab06fbe7a00ba3b45812b45c94df4adf 2,474 1.00/1.00 vMB 27
613,254 613,254 0000000000000000000cb51f2c842e0cbe382d71f5df5f9a6799da46e7ee6aee 2,111 1.00/1.00 vMB 25
613,253 613,253 00000000000000000006fc33cc20af73891b8ae52c823cbb257e827f299a5746 1,948 1.00/1.00 vMB 23
613,252 613,252 000000000000000000116bf8902653a5c4e593ce340449a996a68eb3eb0d0303 2,096 1.00/1.00 vMB 40
613,251 613,251 000000000000000000119f61ed573dd56968520a787a264951a2d05299075ec4 2,397 1.00/1.00 vMB 40
613,250 613,250 00000000000000000001335b1903120d21ad92e81e13873db7981783ae43542b 935 0.39/1.00 vMB 20
613,249 613,249 0000000000000000000e64ff6453b61cd02fd7be8e5b276de048cf4913da7dea 540 0.22/1.00 vMB 8
613,248 613,248 00000000000000000003e7fd4166021a0a64aa66b2a1019039d0dab0e3fee6b0 2,817 1.00/1.00 vMB 15
613,247 613,247 00000000000000000004b4a122cd331c1065886357583ee43a3a23ccdca220ec 659 0.38/1.00 vMB 3
613,246 613,246 0000000000000000000341a2e70508544a2d46d6a3be0a5b011adc8ffe82348a 2,841 1.00/1.00 vMB 10
613,245 613,245 00000000000000000000faecd4d2c82335d8ba296863eda9f9fabf20261b235e 2,350 1.00/1.00 vMB 7
613,244 613,244 000000000000000000109f3fc25621bf5fd27de085f235b13d0640a2c2734d7c 2,127 1.00/1.00 vMB 29
613,243 613,243 0000000000000000000e0b5b661654d9dbcd898f0a755b26afa8a73e177e3c54 2,583 1.00/1.00 vMB 21
613,242 613,242 00000000000000000007c5995718a1948b10ea19ca49eaa97cddf3b510cd881b 613 0.19/1.00 vMB 20
613,241 613,241 00000000000000000004a77f9d95e3f5c28884f141143d58002cbe9b9f92eba1 1,425 0.59/1.00 vMB 10
613,240 613,240 0000000000000000000c472ebd7fda1e45450f4a94d08d93be1e4791c8040bb0 2,693 1.00/1.00 vMB 15
613,239 613,239 0000000000000000000bbfec2a29078085d29a77fe61d880bf95dfca4993bc40 2,217 0.79/1.00 vMB 8
613,238 613,238 0000000000000000000b6c75e39922e1440c36d7b424a28952937278e0436d9e 2,634 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.56 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: 670.18 GB
    • Received: 15.83 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.