Loading Tool

Explorer IconExplorer

Memory Pool

36,247 transactions
26.90 vMB
0.06422868 BTC
Random Selection Loading Transactions
Max Size: 136.08/200 MB

Candidate Block

Mining Attempt 8327a6bd595128add4b9bf63e7d402372c6005ea38ace20f334f1c0f5b43b97d
Version 20000000
Previous Block 0000000000000000000122e994986e001234b69b994883ffdfdd29f98dd03e31
Merkle Root 85a1f8dca6571970f86c1ea9a6ef737d8bba88cd1dd974a0d0816a67abf45400
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,634
Size: 1.00 vMB
Total Fees: 0.01372531 BTC
Feerates: 101.65 > 1.38 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,639 (109,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,206 805,206 00000000000000000002e4f5c947fc405b91abc2dfb8949fbb638c97b40af695 2,805 1.00/1.00 vMB 18
805,205 805,205 0000000000000000000249bd0a35cbfd4fa49c537823969c71b40d68692d2525 2,593 1.00/1.00 vMB 17
805,204 805,204 00000000000000000003ba0417838a616403e14ba14c8cda90e884087f336c3f 2,232 1.00/1.00 vMB 16
805,203 805,203 000000000000000000041218d5ead00fb30c8dbcdc6cc093fb6cf3cff4fa909b 1,669 1.00/1.00 vMB 16
805,202 805,202 00000000000000000000ebaaaf866d7ef0914f394b52b23e3ec54554f5bba54b 3,100 1.00/1.00 vMB 21
805,201 805,201 00000000000000000000d02e7b60bb1aaf810f3bf10d9c7dfe5c3d200f92c430 2,191 1.00/1.00 vMB 24
805,200 805,200 00000000000000000003db6f7b94a5bebcf0db944e60ec5235c23dfaa220840c 3,352 1.00/1.00 vMB 18
805,199 805,199 0000000000000000000040776f7a64838a3ec78c4326b85a7c3e7a1ea8e80f9e 2,856 1.00/1.00 vMB 14
805,198 805,198 000000000000000000035fc050b23dfe956be33199329d1f1cf7c76daadd903d 3,370 1.00/1.00 vMB 19
805,197 805,197 00000000000000000001a275d47a0e8083bf0cd5be06d1d99f7bd17aecd84652 2,601 1.00/1.00 vMB 14
805,196 805,196 00000000000000000003b943e7b87d2c9f5c578cf6b02e14e07f15a207f1a6bb 2,777 1.00/1.00 vMB 21
805,195 805,195 00000000000000000004b456dc69f2717976c5a8cd7b6e2d3fbd0f3537cde038 3,418 1.00/1.00 vMB 16
805,194 805,194 000000000000000000043de0d33024bce0575070eea8f3f3618598e5ef28bae6 3,126 1.00/1.00 vMB 20
805,193 805,193 000000000000000000000a5f1c3b958a193b16fb777871f3f077ca0efc20e8ad 3,077 1.00/1.00 vMB 38
805,192 805,192 000000000000000000004d18e7a5b29301f9cefecf6e17bba3b953648e5dc0a9 2,337 1.00/1.00 vMB 14
805,191 805,191 000000000000000000026a3d3405d48e7eb4d4b310636bd7faa65ac79442a256 2,786 1.00/1.00 vMB 16
805,190 805,190 00000000000000000002195760f495f86d22bb17e2b7a329c40524ca062a1753 2,999 1.00/1.00 vMB 25
805,189 805,189 000000000000000000040a50cff54d900f9a1f085f52199506766ae364764523 2,915 1.00/1.00 vMB 29
805,188 805,188 000000000000000000043b10697970720b44c79f6ca2dd604cc83cc015e0c459 883 1.00/1.00 vMB 9
805,187 805,187 0000000000000000000097ce5997d3305cd9ca4af0082d0962bc8857e7d48ba9 2,385 1.00/1.00 vMB 13
805,186 805,186 000000000000000000048f9bbc2d87c93c3fabbc2ac45510bc31639a14838778 2,863 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.75 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: 631.34 GB
    • Received: 12.06 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.