Loading Tool

Explorer IconExplorer

Memory Pool

87,006 transactions
31.93 vMB
0.11264450 BTC
Random Selection Loading Transactions
Max Size: 195.51/200 MB

Candidate Block

Mining Attempt 75705a32e20d50b6ea6878457a9aa2d86e8e77e764d13b87eb07d3d1aeaaf03b
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root f16a5f16b43bb9ddeabe4680c3e4e6c1e1871aa82df7f8bb7f1d4b50bf2a2b44
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,687
Size: 1.00 vMB
Total Fees: 0.03067961 BTC
Feerates: 1,236.26 > 3.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (292,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,632 622,632 0000000000000000000797e2ae1f620b378dadc80ec237f5ba4e41848480d590 2,719 1.00/1.00 vMB 58
622,631 622,631 000000000000000000086744d8e44da942d2c7c2cae1a84e94da3186a279e206 804 0.38/1.00 vMB 32
622,630 622,630 0000000000000000000bd2b1f849f117079ba045cdb2be403b0057206f27f0df 2,041 0.81/1.00 vMB 33
622,629 622,629 00000000000000000005124e3bb974d3dfe959ea15e26d8ee1e6c7d1ac7bf89a 1,859 0.86/1.00 vMB 37
622,628 622,628 0000000000000000000fab60b7cb4642387a5dd280bbb5bbc56cc0f2dabc2e91 2,052 0.75/1.00 vMB 33
622,627 622,627 0000000000000000000911077088c08ebe15cf5363c18a5b2425ab9ff6d79096 1,662 0.67/1.00 vMB 29
622,626 622,626 0000000000000000000f45774e62930b3df43e3e2f978973909d164a01a74fe4 2,585 0.98/1.00 vMB 4
622,625 622,625 00000000000000000000c4b4ab6a0380009d973e7e4167c13145a95290b28c1c 1,980 1.00/1.00 vMB 29
622,624 622,624 0000000000000000000a325e33bc891913adbe4fd4fb6cc358246877489bc39a 2,401 1.00/1.00 vMB 59
622,623 622,623 0000000000000000000b9a6f7514fe5f970209c1cb0631dbb667064bc8cb5bab 2,765 1.00/1.00 vMB 54
622,622 622,622 00000000000000000000ea330dccb31fec12c77cf2c9e65c7d5252cc11ee9202 2,871 1.00/1.00 vMB 37
622,621 622,621 00000000000000000002ce723ad56dba0fb3d21a1943a7c2d83e59c0d1391ad9 2,329 1.00/1.00 vMB 55
622,620 622,620 000000000000000000052a2e2271b483c041a7718b0d13367a5d39f3fea8bba9 598 0.24/1.00 vMB 34
622,619 622,619 00000000000000000000e10fe5864a593acb8bae88af0d61ff2ab860e39f7cbf 1,001 0.41/1.00 vMB 38
622,618 622,618 0000000000000000000723f2c33dec7d3010f7dd55cdd233100da1fd3caa1134 1,525 0.51/1.00 vMB 33
622,617 622,617 0000000000000000000dbf86c007627641107a0c7cbe1ccc9d2628c86c2ec839 14 0.01/1.00 vMB 45
622,616 622,616 0000000000000000000d261499db73376c54eac463f3e8d2c89e0081f0d6b4db 1,590 0.53/1.00 vMB 11
622,615 622,615 00000000000000000000f62d4c649628d75ff20a93a7956ed95e277add53c493 2,759 0.99/1.00 vMB 16
622,614 622,614 00000000000000000004b672520edb010d6db265863ef050fcd63816cf53a577 2,363 1.00/1.00 vMB 35
622,613 622,613 000000000000000000084fd54c389c9e1ecd05aee12257ec795214047e826541 2,933 1.00/1.00 vMB 78
622,612 622,612 0000000000000000000b891fcf829f91ab650c24589f5721f428c549fd96a2e4 2,419 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.