Loading Tool

Explorer IconExplorer

Memory Pool

81,355 transactions
31.57 vMB
0.07482188 BTC
Random Selection Loading Transactions
Max Size: 191.79/200 MB

Candidate Block

Mining Attempt dd22009da2dd7ca17deb0c469a5e7ada8440e538b9e21f22bf9e09ee3f8f394b
Version 20000000
Previous Block 00000000000000000000e6b6d7770bd2fe9564667081eb588a4ee37f4db3b6f3
Merkle Root 72e57d2b681280c8c0c9a697ffcb3581454c4c1c147cd584b70f5768ffe49d5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,392
Size: 1.00 vMB
Total Fees: 0.00621120 BTC
Feerates: 70.37 > 0.62 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,213 (373,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
542,200 542,200 0000000000000000000d46bb94ff073748b4cbf093743dc66bbad72321c6e630 1,188 0.47/1.00 vMB 13
542,199 542,199 0000000000000000001d127a306e9a09f3f27154aac43b82f82c6556a15302bc 1,185 0.57/1.00 vMB 14
542,198 542,198 0000000000000000001dc7d9b10f4ba6179bf9b95a9614e81a58d2339d43038f 666 0.22/1.00 vMB 15
542,197 542,197 00000000000000000025a4ba43b4d93e649c4da4d04b61ab059662b7ad9b82df 563 0.25/1.00 vMB 31
542,196 542,196 000000000000000000060154a5c5da65576f2e594437c2388dbfe1b95ce68684 1,559 0.62/1.00 vMB 23
542,195 542,195 00000000000000000007275f295d02afe6d28bc089e01c095d33bbc68af4a6b7 1,495 0.50/1.00 vMB 5
542,194 542,194 00000000000000000026f038cdb6c07bc343c03d24c643486602a510b142354b 3,073 1.00/1.00 vMB 8
542,193 542,193 0000000000000000001f5fb251c85f5a7b7c3fd6beca1fe6f91f97162a1c3b21 2,287 1.00/1.00 vMB 32
542,192 542,192 0000000000000000000f74dd94ca1cb3ab1efe3974979128e2681ec8750437c3 4 0.00/1.00 vMB 18
542,191 542,191 00000000000000000000a71c56c6823aafad2faff4ba41f3cba8c74949733049 353 0.23/1.00 vMB 7
542,190 542,190 000000000000000000140924f790df6d23682cb2bc7c6b2c1e5efdc62ab77e3e 1,965 1.00/1.00 vMB 7
542,189 542,189 00000000000000000003d5d20e9d88d6854a092d78b9ddfde4c03fcdc395654f 2,842 1.00/1.00 vMB 26
542,188 542,188 00000000000000000025aea30fa40a5fb94629607dafbd1e1b3cd8c366413417 732 0.28/1.00 vMB 14
542,187 542,187 0000000000000000001b760a64fef52e35c8b2de11b126df670c29dda8f2c641 2,409 0.80/1.00 vMB 6
542,186 542,186 00000000000000000019e3c911967367dcbf11dba7406cd2078a87a11a96e9fd 3,358 1.00/1.00 vMB 10
542,185 542,185 00000000000000000001e54a19ffcd697294ece1392abc1c75faf9aebdff499a 1,094 0.52/1.00 vMB 35
542,184 542,184 00000000000000000006abb792631aabf19d1b7247d5d42bca46acf965e07b53 3,344 1.00/1.00 vMB 17
542,183 542,183 000000000000000000071d0270c37bdb5874bfd393fbbce33db938e61f22ef70 1 0.00/1.00 vMB 0
542,182 542,182 0000000000000000001d22234a9187515697097ad875a8701c14134f2d9c9eea 206 0.09/1.00 vMB 61
542,181 542,181 00000000000000000005c8518a3808a88e33a9bca0bcb11047b8d6b9c0597c6e 426 0.22/1.00 vMB 50
542,180 542,180 00000000000000000008558d8dad35a081029bdb04387262f4a290a156a34aff 1,698 0.63/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.76 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: 708.96 GB
    • Received: 16.80 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.