Loading Tool

Explorer IconExplorer

Memory Pool

82,343 transactions
30.17 vMB
0.13616091 BTC
Random Selection Loading Transactions
Max Size: 182.31/200 MB

Candidate Block

Mining Attempt 8f39f28d3b0f5ec34422b689b4309f72606dfbfe64821da859254f7be843c076
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 04797bee86eb2911a53fdc759312c60d934e63f70b7105051c63058df28cc245
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,283
Size: 1.00 vMB
Total Fees: 0.05655052 BTC
Feerates: 477.45 > 5.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (139,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,665 775,665 000000000000000000061abe3aa1ed5b72bd2a32618c0d82467287bcc6b6ce07 1,993 1.00/1.00 vMB 11
775,664 775,664 00000000000000000004edd9ad157a5efe227c25e93d348e25ee9c6c5c088fe6 2,392 1.00/1.00 vMB 9
775,663 775,663 00000000000000000000e6d3fe75868b64d6feca05b3aabbb35f88d11045aee4 2,326 1.00/1.00 vMB 4
775,662 775,662 000000000000000000046343379e1acb4b9a211b9f7a8f3eed59f715f0e13f00 2,964 1.00/1.00 vMB 13
775,661 775,661 00000000000000000006e1c8472568d29db6ba6e0f5caa4b1cea2dd25ae5153f 2,023 1.00/1.00 vMB 12
775,660 775,660 00000000000000000005e4a1acf672d1228d17db5eefbb34e476a9730aa8a598 1,751 1.00/1.00 vMB 8
775,659 775,659 00000000000000000001be1435a1dbe0fe30de0dacca2e5076cffea81d5119c7 2,852 1.00/1.00 vMB 19
775,658 775,658 00000000000000000001b3ebcecf788084f58add0d7b0c9f40240104317fc5cc 1,475 1.00/1.00 vMB 22
775,657 775,657 000000000000000000054063e6425eaaf29ead183d5f643e6a6fb1cc11ca9b82 2,701 1.00/1.00 vMB 21
775,656 775,656 000000000000000000036bed3847705e256ee787bdd7add01e64d3532e21942e 1,780 1.00/1.00 vMB 8
775,655 775,655 000000000000000000015ca697a621738b65cbf7fafd32d8323fdbf6ff3fd796 1,869 1.00/1.00 vMB 15
775,654 775,654 000000000000000000037a742ade26b8ce39bb54abcde129ee8fb30b58f10a26 1 0.00/1.00 vMB 0
775,653 775,653 000000000000000000042dec14d9f7261656ebeebd7a36477cec22583132d515 2,648 1.00/1.00 vMB 19
775,652 775,652 00000000000000000003ba09dbafbcd475002d9a5ccb65515f00d96f496ea2e6 2,506 1.00/1.00 vMB 11
775,651 775,651 00000000000000000006d6ccf109e001b7e6c20ff848203647b1af5116997930 2,833 1.00/1.00 vMB 27
775,650 775,650 00000000000000000000b0ca4989a461782d4cf717d9de6b53d53a5a6c8f6d40 1,751 1.00/1.00 vMB 13
775,649 775,649 00000000000000000002795a67555c6b59a6b989124b114ade154b403ed971d5 317 1.00/1.00 vMB 4
775,648 775,648 00000000000000000005681b338a6714ab3ba057b6074cd645ed567a21c49df2 1,818 1.00/1.00 vMB 5
775,647 775,647 0000000000000000000590f4ae9f1a59a8ea976513b86a79b115458e83bdb4bb 2,497 1.00/1.00 vMB 9
775,646 775,646 0000000000000000000104ff8df50919094ee6a68d43a0d3754da80b62be1bea 3,421 1.00/1.00 vMB 28
775,645 775,645 0000000000000000000320f767defc9e2c4d73f9840f5f510a8a78c998f59d7c 1,530 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.