Loading Tool

Explorer IconExplorer

Memory Pool

78,094 transactions
29.05 vMB
0.07979476 BTC
Random Selection Loading Transactions
Max Size: 175.80/200 MB

Candidate Block

Mining Attempt 4a27e2d14374fed01c4dc8e2c3ed2898c6c4840f3426531deb2c4afbecb44de4
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root e05e91c5be9cfa8bad96b5dbb2e5866b3997f0248b475ff38657d214dc6c3300
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,922
Size: 1.00 vMB
Total Fees: 0.01916409 BTC
Feerates: 178.73 > 1.92 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (441,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,478 473,478 00000000000000000010d40f2d228a8d872e74d70f2f699614930f771f866f7d 649 1.00/1.00 vMB 92
473,477 473,477 0000000000000000006b5905253992bf74b0fd2effcb4840b23f44f1af2ba859 1,427 1.00/1.00 vMB 217
473,476 473,476 000000000000000000c66633e8f1f68133f98dada56a08d2d00904cf5ba5f38b 227 1.00/1.00 vMB 48
473,475 473,475 0000000000000000001cc2d4999b5a45b7436aa3087debb94f89d82fb3d7b385 1,263 0.99/1.00 vMB 195
473,474 473,474 00000000000000000160e53f8998b405bf2410668a7b55c58a57c29872a1b1d9 234 0.99/1.00 vMB 31
473,473 473,473 00000000000000000160737e8e9c260cb23ca0a21afc1096d1df01ed5f7e6d8f 727 1.00/1.00 vMB 173
473,472 473,472 00000000000000000006a9a91c90e4c13587a29063ca9949a381a3873e9146eb 952 1.00/1.00 vMB 189
473,471 473,471 00000000000000000120103ce99436d4254c99c2769d750e53b6d1828d7312fa 1,385 1.00/1.00 vMB 84
473,470 473,470 000000000000000000a78344b93dc8b0487588ccb26e3afbfee6863a4f2c24b6 1,940 0.99/1.00 vMB 268
473,469 473,469 00000000000000000005771bf6bfca82294511bcd28d513a82cec400c5e4ee35 1,701 1.00/1.00 vMB 349
473,468 473,468 000000000000000000336b27e5e4b912defe22e63885872982f337f3913335d3 1,898 1.00/1.00 vMB 98
473,467 473,467 0000000000000000002003ea451a1e19ce0af74d4e23f070c351dcb0965b58bc 1,757 1.00/1.00 vMB 368
473,466 473,466 0000000000000000006c77340bf892839c31a5475e649cde0c594f0c9340e56b 1,717 1.00/1.00 vMB 119
473,465 473,465 0000000000000000002e70bc2ce62949090f10a295079efb5febb47eac1d8dc4 2,024 1.00/1.00 vMB 218
473,464 473,464 0000000000000000002732334e6451c152a06aca4e273bc29241d8b1096bbeb8 1,997 1.00/1.00 vMB 122
473,463 473,463 0000000000000000017527138f6bc87a92b80e02ead1c6716ca4ab70cb4a518c 1,928 1.00/1.00 vMB 180
473,462 473,462 00000000000000000131d906ce697dad813ee2b89098e9329c6d33f5cc124191 1,476 1.00/1.00 vMB 189
473,461 473,461 00000000000000000177419f71fc668a0b79488e363bb0575b5e796f12213c6b 2,591 1.00/1.00 vMB 335
473,460 473,460 000000000000000000bba397f9009da54ce47ce6ad8da25a7f4fff1750e611b3 1,958 1.00/1.00 vMB 277
473,459 473,459 000000000000000000a0a5d10cb66e0109b07570dfa0b7bd789148c092195c21 1,958 1.00/1.00 vMB 174
473,458 473,458 00000000000000000083e7cb9fa44cc22cde1cd9c2e228b5c4532e3eaef91f75 1,839 1.00/1.00 vMB 253
Previous 10 blocks ↓
Total Size: 782.68 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: 677.43 GB
    • Received: 16.44 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.