Loading Tool

Explorer IconExplorer

Memory Pool

22,497 transactions
9.86 vMB
0.06134163 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.37/200 MB

Candidate Block

Mining Attempt cd74f91848550780f73768541ba658c049e8151d875640a9585799b1a5b919d3
Version 20000000
Previous Block 00000000000000000000a3fd4cf7aba24283a6dd34eebfa23d724a9d68b5e291
Merkle Root 1a7b0c31ffd13016fc2d6d25c2090fbd59af2210c2669ff2e1aba565c7e052d4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,317
Size: 1.00 vMB
Total Fees: 0.03325221 BTC
Median Feerate: 2.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,426 (820,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
92,629 92,629 00000000000be5270f2a758593d7c8ded81229bb021d2935f7364035161f1e2f 1 0.00 vMB 0
92,628 92,628 00000000000007675327e0c9b309e317cef7767633dc41bda0ecf00c7e640ef1 1 0.00 vMB 0
92,627 92,627 00000000000338209b961ce7e55103ad87bb35fe668fe65ba011581006aea5cb 1 0.00 vMB 0
92,626 92,626 00000000000a7cb92f254bf215a7bc2d9770f4630aa6d22d7883a250e506d352 2 0.00 vMB 0
92,625 92,625 00000000000b3c242ca8122283e3c4bf47e990461882fc47f5ca0ec867a08cdd 1 0.00 vMB 0
92,624 92,624 0000000000043c319ddb1f87abc75e710eb16fabea536c6041f884d72a203d56 1 0.00 vMB 0
92,623 92,623 00000000000a6b52bc20c3efcf0ea5944b6c3e61d4be5ecacf4ed5dd4fdcc01e 1 0.00 vMB 0
92,622 92,622 0000000000022cdb5c166f3d2df630cbc919339b8e00a3d41c93c44190c0db57 3 0.00 vMB 0
92,621 92,621 000000000001fb95f7331c1f4cd2ef3375bdc1c1f91a105e7d882743b72e6726 1 0.00 vMB 0
92,620 92,620 000000000005279b5f959335b4e43abc5edc84cd694fd2e06531817dc0c0b42f 1 0.00 vMB 0
92,619 92,619 0000000000084b6b96dec69d136d85609abacc7c93b4a6ff9e95ec44fddb6fc0 4 0.00 vMB 0
92,618 92,618 0000000000097ea241e8cbdfc71e477ff60dd754c0b70a4a1bf29d379e3ff7cd 1 0.00 vMB 0
92,617 92,617 0000000000050012c334ec0e884947ad91ff4cf6755ae24fb8397fcce6012699 3 0.00 vMB 0
92,616 92,616 000000000002a2f37007f3e92c11a081712815dff1babc2e6b82982ba4aa5509 1 0.00 vMB 0
92,615 92,615 00000000000dcff53994cccf507adbe7aeab5dde16dae1fc314d5840bd85da87 2 0.00 vMB 0
92,614 92,614 000000000001da219add581efbd314f3d4d3266e0ed2ae67873fba6b823203e0 2 0.00 vMB 0
92,613 92,613 000000000009e4326622f5885a61716a4dffde91d896e433201394a3cf56d71f 1 0.00 vMB 0
92,612 92,612 000000000000a4e34108d34ff42b99f8cdd7522bb7179b567e8a6f10436fcd84 1 0.00 vMB 0
92,611 92,611 000000000009cec39d93875b3b024cea24c03da512c2e236dabdb782434b2992 1 0.00 vMB 0
92,610 92,610 00000000000b88313e2ef9c043ca28e9ac2e1e58fd924667f5693b4997105979 1 0.00 vMB 0
92,609 92,609 0000000000047bb96704d4565caaf121a51f1c23d85129aa485ad35b4e4d88f2 2 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 300.49 GB
    • Received: 1.31 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.