Loading Tool

Explorer IconExplorer

Memory Pool

46,348 transactions
27.41 vMB
0.11000410 BTC
Random Selection Loading Transactions
Max Size: 154.94/200 MB

Candidate Block

Mining Attempt 32c82e0d433559062b2dd9ab2979ccc4d25c0b6a1a090564734412dc77519354
Version 20000000
Previous Block 00000000000000000000dc1c770c260e6ba5ab88cbdb958a810832227aef332e
Merkle Root 1db6820fb8c8129900b5d6b492fb5a407194e3dc9f474b62c277dd3dcc74fd89
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,579
Size: 1.00 vMB
Total Fees: 0.04931051 BTC
Feerates: 703.20 > 4.94 > 0.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,188 (177,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,157 764,157 000000000000000000054099d5b8e51ab3604a70dfc0d48b23c8e391b076ef1b 2,894 1.00/1.00 vMB 31
764,156 764,156 00000000000000000004c49c314d086f65c6ea2867731083456e9bf0c3379a6e 2,650 1.00/1.00 vMB 28
764,155 764,155 00000000000000000005ed06b4b401a8aed4d95cdceb6504db69cba2d6341087 2,947 1.00/1.00 vMB 37
764,154 764,154 0000000000000000000790afcaeb4c1aa542b36ae14227298732cce26d0a0bbc 2,823 1.00/1.00 vMB 52
764,153 764,153 00000000000000000000199349a95526c4f83959f0ef06697048a297f25e7fac 2,871 1.00/1.00 vMB 35
764,152 764,152 00000000000000000004e962c1a0fc6a201d937bf08ffe4b1221e956615c7cd9 3,073 1.00/1.00 vMB 23
764,151 764,151 00000000000000000000f52e421f97d21e0a58b507d977cd64dc344b5f94ec8b 3,301 1.00/1.00 vMB 26
764,150 764,150 000000000000000000076127fd05551a62da91ea6854b08a0c5dae1cb79459b2 2,447 1.00/1.00 vMB 36
764,149 764,149 00000000000000000000349ddddf7c942b250002263f77e6a8cc45d15ba29e19 1,919 1.00/1.00 vMB 15
764,148 764,148 0000000000000000000633560de1e37e6cb48e44d63748346423ef2b2f834a4e 711 0.39/1.00 vMB 15
764,147 764,147 000000000000000000058c6d53fe6852787bf72fbbf1e5c5cd1739cfea733b4c 1,683 0.93/1.00 vMB 17
764,146 764,146 00000000000000000001ae10fe2f01cbbd5dc990f9dda20b1c85ad809c4e8b15 433 1.00/1.00 vMB 16
764,145 764,145 00000000000000000000b096de2c749c9af31898ad6bf64145ee7e6008686fd5 894 1.00/1.00 vMB 1
764,144 764,144 00000000000000000006d2a2b9d6360bf34dc889b5e9223956cb3362ccbf994b 2,034 1.00/1.00 vMB 8
764,143 764,143 000000000000000000013c8ad2ada0426e0755d32e33bf279d664addcd1e7f3a 1,810 1.00/1.00 vMB 12
764,142 764,142 0000000000000000000333bb1f5bde7d90f70b2bbc9af9d33dad5b43b49417b6 1,742 1.00/1.00 vMB 11
764,141 764,141 000000000000000000049ea605ab7edd85f68880b2e46845d41547ae5a8350c2 2,017 1.00/1.00 vMB 19
764,140 764,140 00000000000000000002dc736bcfe40712f0752d5f2dfc0983733a9d502354de 3,109 1.00/1.00 vMB 27
764,139 764,139 0000000000000000000133aebe2c2e709eee6031098b17717c4b30e1ece7622d 2,280 1.00/1.00 vMB 16
764,138 764,138 0000000000000000000787ac6882fb5f6b187ca5b71e72ecbb6bf28ead9ce56b 3,359 1.00/1.00 vMB 23
764,137 764,137 00000000000000000001d2feb26eedb2235f46e91aebcb213f25020ee3c72a3e 2,226 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 828.89 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: 4,620.96 GB
    • Received: 249.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.