Loading Tool

Explorer IconExplorer

Memory Pool

80,365 transactions
33.94 vMB
0.12803471 BTC
Random Selection Loading Transactions
Max Size: 192.88/200 MB

Candidate Block

Mining Attempt 6ec50d7c26cecefbdc6da00f117a16aaa66eecd208ef882b2e7afe5bf6b742db
Version 20000000
Previous Block 00000000000000000000d01ec66a5500a065a0accb178777c62c2953c9414924
Merkle Root bb3e0c8745dbcd95079af00e407afce60c6edc2dfd3b917983976f0697859e72
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,395
Size: 1.00 vMB
Total Fees: 0.01988252 BTC
Feerates: 52.08 > 1.99 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,410 (467,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,922 447,922 0000000000000000016e374f7df1de8df5821d21e1d00fc53a91c105ac7ade1e 2,452 1.00/1.00 vMB 95
447,921 447,921 000000000000000000570e99276ad72d4f54153c024192816f7dd8954faccd3b 1,010 0.45/1.00 vMB 81
447,920 447,920 000000000000000003055d832f921e934881a63820c630a81665b5190d7170af 155 0.10/1.00 vMB 42
447,919 447,919 000000000000000000e5fb3654e0ae9a2b7d7390e37ee0a7c818ca09fde435f0 418 0.16/1.00 vMB 103
447,918 447,918 0000000000000000022b7dbc91ddd0d582121a80fdc5e652cc0ce09204b87204 1,426 1.00/1.00 vMB 39
447,917 447,917 000000000000000000f1ad1e4bdc9fc2d6294dab20fbb88cf06c8acb2b8e2572 2,617 1.00/1.00 vMB 94
447,916 447,916 000000000000000000f4a56a892ce0464d4a92079fd0ac6ad78ced9f41a833ff 410 0.19/1.00 vMB 75
447,915 447,915 000000000000000001b454afb8c6a313d6c1599d69c9ee5c9fae555e6afa4c40 881 0.43/1.00 vMB 75
447,914 447,914 00000000000000000237954747f68416e4dc21a85baf2921bb5d7d2b9b55b781 1,632 0.68/1.00 vMB 79
447,913 447,913 0000000000000000020a323808e949f0fed13cbf424f1e36545fcc12b87b6cec 2,322 1.00/1.00 vMB 77
447,912 447,912 00000000000000000225a585e66b460cb8a52ec1fb98eb2a6be4a9f620a3e124 963 0.45/1.00 vMB 80
447,911 447,911 000000000000000002a5a350fc792528e5bacc3677d2e7a39102ba14c6dc91d4 958 0.40/1.00 vMB 91
447,910 447,910 00000000000000000307d359abd0073ec8d031b4378bad9c6e77991d687594d7 367 0.35/1.00 vMB 28
447,909 447,909 0000000000000000008c6a62541eb1fbe355a022d2dcf5f48cf97df3e0bbab71 1,854 1.00/1.00 vMB 68
447,908 447,908 000000000000000001fbe92360c1c9d1fce82b217ef1df912829f12c66c569b5 2,320 1.00/1.00 vMB 89
447,907 447,907 000000000000000003422b31aff6b9db7e2831d28706ad52b21d3400dbeed3eb 2,129 1.00/1.00 vMB 72
447,906 447,906 000000000000000002bcfeec3ae1ab21630fe7aecb209ccddbc34ff1aa1ba688 2,639 1.00/1.00 vMB 103
447,905 447,905 0000000000000000018a709a4e3e05c32efcf503965941ecdfa1a34c9d5105ef 361 0.15/1.00 vMB 89
447,904 447,904 00000000000000000276511d62ead5792a3ee53be04fcb1b00894b3a0c142e4d 1,390 0.60/1.00 vMB 73
447,903 447,903 00000000000000000116faf78931f6cc6b5898c8786108d9f3b491206df18b8b 1,996 0.82/1.00 vMB 64
447,902 447,902 000000000000000002d9715161353f4ffef39f969c958d7af03da97924a08656 2,749 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 783.10 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: 728.45 GB
    • Received: 18.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.