Loading Tool

Explorer IconExplorer

Memory Pool

78,784 transactions
29.58 vMB
0.09041051 BTC
Random Selection Loading Transactions
Max Size: 178.20/200 MB

Candidate Block

Mining Attempt fcabd9eecea581f08236b3cb2cbbb33c4692371fff5c2771557f4b87b67b5b11
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root 4b7704ca516d69c3acfb0351e4c09c1cdfe36c9544fb67cd4305a7492a267760
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,415
Size: 1.00 vMB
Total Fees: 0.02783072 BTC
Feerates: 261.10 > 2.79 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (286,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,296 628,296 0000000000000000000766e124aeab19bce85f1711037b690ebe8c0b8864a1c2 2,467 1.00/1.00 vMB 75
628,295 628,295 0000000000000000000adc944cba7f7a023ba2f7f9db4c4edec97c28ac5f5938 2,755 1.00/1.00 vMB 84
628,294 628,294 00000000000000000001fe74ccb00d27a43852d2ba48eb79c8b4f956a2080b7b 2,742 1.00/1.00 vMB 91
628,293 628,293 00000000000000000006b75005474624289a245ea688b42809898b15119f1f1e 2,807 1.00/1.00 vMB 108
628,292 628,292 0000000000000000000470a560b7e9f5b22041d88f446b218e884b25f445bf95 2,621 1.00/1.00 vMB 96
628,291 628,291 00000000000000000005c05d2e2b103a0748a21dabc1681a4f3e7f6f8f2d794c 2,301 1.00/1.00 vMB 101
628,290 628,290 0000000000000000000cce421b798acecd45fa27254d2d7ab03ba5e26c83d7b4 3,199 1.00/1.00 vMB 91
628,289 628,289 00000000000000000001a5b61089343502fde1fee5902ad23ed27a191e78e619 2,223 1.00/1.00 vMB 93
628,288 628,288 0000000000000000000d7025b601fda932847482f86c53f3360ad0c05ecf950e 3,163 1.00/1.00 vMB 96
628,287 628,287 00000000000000000003874093443974ef47b375804d6a5ed64fe15df73ea304 2,893 1.00/1.00 vMB 113
628,286 628,286 0000000000000000000ca328ae5a30c80a10d6befd79c69dbb9126f1464e1555 2,549 1.00/1.00 vMB 109
628,285 628,285 00000000000000000008d8bd340c8951274bd9c718528401812bc6f92eb06787 1,724 1.00/1.00 vMB 92
628,284 628,284 0000000000000000000ae6809d98eadf4f646c78fe536c9f4c9fb116c7c676c1 2,583 1.00/1.00 vMB 109
628,283 628,283 00000000000000000011269b8d8760d4d6757d3cf17b525ce055ab47a1c07236 1,901 1.00/1.00 vMB 96
628,282 628,282 0000000000000000000c8258e1d43c2c0a47afc18c1d3fedb80d0cc8b2f42358 2,802 1.00/1.00 vMB 115
628,281 628,281 0000000000000000000ab1694a1fafc7be600edaa51593ee23132f3cee1be286 2,777 1.00/1.00 vMB 116
628,280 628,280 000000000000000000071110b87db700472f220ea7e82f3efb9c1aa5bf260902 1,023 1.00/1.00 vMB 89
628,279 628,279 00000000000000000008d7ce2777b3635a8d9fad6961463d310dccde5270e708 1,062 1.00/1.00 vMB 88
628,278 628,278 00000000000000000001da637a8184caa2175b76c81cfe889e9d31f63333451f 1,823 1.00/1.00 vMB 98
628,277 628,277 0000000000000000000173990bba4b37c42bfadfb7070777dd6bf2441efcfcb6 2,606 1.00/1.00 vMB 109
628,276 628,276 00000000000000000007b32d939ac86902cf657166c984ac6fe9832a59487bde 2,183 1.00/1.00 vMB 159
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: 685.88 GB
    • Received: 16.48 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.