Loading Tool

Explorer IconExplorer

Memory Pool

76,026 transactions
28.41 vMB
0.06703282 BTC
Random Selection Loading Transactions
Max Size: 172.07/200 MB

Candidate Block

Mining Attempt 0b80ef48b6a248ba809cc324e5ebefd21eb3cb4a025ee4b1ffb836bfe10a6361
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root feb40e64df949579a05927d796783b397a02c7a6f2987288bba506dd44f470ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,336
Size: 1.00 vMB
Total Fees: 0.00826380 BTC
Feerates: 101.00 > 0.83 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (500,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,122 415,122 0000000000000000028ceaf2051b481552f6d96887e9919f3a317a944a759572 824 0.32/1.00 vMB 59
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
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.