Loading Tool

Explorer IconExplorer

Memory Pool

71,993 transactions
27.10 vMB
0.08601070 BTC
Random Selection Loading Transactions
Max Size: 163.81/200 MB

Candidate Block

Mining Attempt c705c7a353842a490f23947030fce7fd2d29634ab5221dfc17f3dd3a89c9e398
Version 20000000
Previous Block 00000000000000000001e799617490d06c31f59602afc555a6b2d132016657e4
Merkle Root 892910d5dcb6496663c58d2488d07be1e978488109d2b300f112fe07231e9ca6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,429
Size: 1.00 vMB
Total Fees: 0.02778630 BTC
Feerates: 445.47 > 2.78 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,456 (779,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
135,475 135,475 0000000000000580f65676d5942efb52bc299306d77f6e70f4fd641e0ac2428d 30 0.02/1.00 vMB 427
135,474 135,474 000000000000093ea0544c5957f81de9f6a2893c35f97cd04ef2fba9f4d4ea8a 24 0.01/1.00 vMB 485
135,473 135,473 000000000000091fa3f59006f78c0ad1dcc4db1647327b5a73e5eacafa5c9cb0 23 0.01/1.00 vMB 573
135,472 135,472 000000000000053b31a202fd22b39a1d8c2119dff5a77fcf4acb03f055fb6bec 15 0.00/1.00 vMB 1,318
135,471 135,471 00000000000007f9c2892d3f7f97763a6eaf101d0184a06ec293684ef004e460 47 0.01/1.00 vMB 557
135,470 135,470 000000000000011ab9c980cdd0f5c418d90f9f73da686b22fb62090b9a1d7342 89 0.03/1.00 vMB 96
135,469 135,469 0000000000000a6dccfaf977f63833ea816b28583981edbf3b51942d597fed0d 37 0.02/1.00 vMB 858
135,468 135,468 000000000000091a5ec474e42375ce605e0f4b0b2c95d603ef46bd8ffc569b4f 99 0.04/1.00 vMB 330
135,467 135,467 00000000000004d6e330be55b0ae7e30d8511e8409ad26e723ad12ff93ae8713 19 0.01/1.00 vMB 612
135,466 135,466 0000000000000988fbacd426f253ef69510624b8aa99d9722a45b60081ea0872 70 0.02/1.00 vMB 557
135,465 135,465 00000000000001c2d6752edd0f002d08b90b32babfcd33b6036d8d73028adb6a 13 0.00/1.00 vMB 1,162
135,464 135,464 000000000000047e1e8cf79db89d219fd09beb6e1e9d292cf92fe03e1e572d0b 90 0.03/1.00 vMB 251
135,463 135,463 00000000000000511a83591aeb6e6b3a21c02867aef7a6598de0372e2a718e81 43 0.03/1.00 vMB 271
135,462 135,462 000000000000087cec2dd154a5542649368abb72feef723f012e417d90d87f87 114 0.04/1.00 vMB 283
135,461 135,461 00000000000003cf7f4ed3a45e1e19bd86c5c0584bd5883112b183e48e417fdc 15 0.00/1.00 vMB 80
135,460 135,460 0000000000000a02b7e0936008f996f013594cb48f601ef3f8845c8976cc18be 12 0.00/1.00 vMB 88
135,459 135,459 0000000000000837343715082e1812b33530d8aacbb7c338b3cc56811d705d71 26 0.01/1.00 vMB 749
135,458 135,458 00000000000000c30ab6fa56a981254d45be8b0dff9375e59d73a33681d2c9e0 26 0.01/1.00 vMB 292
135,457 135,457 000000000000089b8104535e45427cbf7d767f266f8b6558c2b2594d1ffbe418 89 0.05/1.00 vMB 531
135,456 135,456 000000000000097e5094b6bd626c2904aaa1e86d96d9cd75cf82f328cce6f8a2 14 0.01/1.00 vMB 306
135,455 135,455 0000000000000aad97896db09dc02cc1b4675cbed1a417a54101254568eb0620 71 0.02/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.19 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: 751.89 GB
    • Received: 18.87 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.