Loading Tool

Explorer IconExplorer

Memory Pool

81,320 transactions
31.97 vMB
0.08343508 BTC
Random Selection Loading Transactions
Max Size: 191.92/200 MB

Candidate Block

Mining Attempt 7dfe185116a8d3d284b38f7837bdac81d0540f7d0f8c602ded83cc6e8665d25c
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root f4a48adb453f1c18f6b3a9b5c7af13f5da9425327de3eea14db1689e99c4a610
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,279
Size: 1.00 vMB
Total Fees: 0.01315472 BTC
Feerates: 119.03 > 1.32 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (500,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,121 415,121 000000000000000001051800ece28c0a32de9e8f4773d63de739e385a74dd369 1,011 0.41/1.00 vMB 47
415,120 415,120 00000000000000000287ae19f9a2d247ed4a759a434fa5344c93e40f4ed06594 1,185 1.00/1.00 vMB 29
415,119 415,119 000000000000000005444f4962c31fd8b7daccc03cab20abb58348a9f4590764 1,099 1.00/1.00 vMB 53
415,118 415,118 0000000000000000003ca7fb6d62b0af7eff053c1e0808dda19b8b14bfc867e8 1,090 1.00/1.00 vMB 22
415,117 415,117 000000000000000003edf8d05644c99c5149cbf309e2b3e3a9ac9697a6749216 1,339 1.00/1.00 vMB 55
415,116 415,116 000000000000000002a4fd5a91d611b0a74a4eeb30faa195c5453ac4b60b626e 1,546 1.00/1.00 vMB 60
415,115 415,115 00000000000000000084e8f674932c0766e5b36fbed76fe0f69b6c33eaf56536 1,883 1.00/1.00 vMB 41
415,114 415,114 00000000000000000053d3aa75e71888a1303c1f0970d459261d519f53aad274 2,451 1.00/1.00 vMB 50
415,113 415,113 0000000000000000006e54f27d8e75b5f097185ef3e7214633b0f3494580f68d 2,354 1.00/1.00 vMB 52
415,112 415,112 00000000000000000442a8c8327c00c481af7f122bd9a9199ff2049518ab3b5f 1 0.00/1.00 vMB 0
415,111 415,111 0000000000000000008db276f42f8919bd90b834bf47b81d4d344b1d24bcb634 1,988 1.00/1.00 vMB 34
415,110 415,110 0000000000000000006ed5ef68e432b863700e511067fc12e39be7a59a21799b 1,569 1.00/1.00 vMB 35
415,109 415,109 000000000000000003ef51c0c539bc4a5cbe17b578fa0afb9dd1af864003ae10 2,935 1.00/1.00 vMB 79
415,108 415,108 000000000000000000f8da25c13918b4e40c643a8bd5aaa288537326d80c1a76 3,307 1.00/1.00 vMB 74
415,107 415,107 000000000000000002073803751a052aa9a7b81cd7179374c687372328ee278b 2,999 1.00/1.00 vMB 80
415,106 415,106 0000000000000000048bc7c2dd8bad303cacf8833247578ba1b3a2bb8668b0b7 1,098 0.56/1.00 vMB 81
415,105 415,105 0000000000000000019f44541289e6ca7b95856102dea4d6fee473ef8768d79f 631 0.39/1.00 vMB 29
415,104 415,104 000000000000000005364049884af08d1758257d73ca61a0c9cabfe7bc6dd520 2,678 1.00/1.00 vMB 62
415,103 415,103 0000000000000000011abb7bc55f54c735b5f9bfe4a3bc05955384ae0590f9eb 1,941 0.98/1.00 vMB 38
415,102 415,102 000000000000000001092787ca0f0886deef22d4327f6081579bdc8d3ba5e4df 2,440 1.00/1.00 vMB 53
415,101 415,101 0000000000000000040032f307f8ecb5b1581e6d4f0ea3a9a4b6ca6057940ae5 1,525 0.94/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.70 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: 697.31 GB
    • Received: 16.55 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.