Loading Tool

Explorer IconExplorer

Memory Pool

79,238 transactions
29.67 vMB
0.07623559 BTC
Random Selection Loading Transactions
Max Size: 177.97/200 MB

Candidate Block

Mining Attempt 9a824e10dc0d94eb2cca300514b1a56baa226400c0c0290a561491ba3bd3e763
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 33dbcd8e77bca560eee8617bcc9a9e0c45afe41a386ca7e75c65f92e50afd78a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,868
Size: 1.00 vMB
Total Fees: 0.01592003 BTC
Feerates: 313.32 > 1.60 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (702,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
212,470 212,470 0000000000000042ce2b9851c3e5aef75066ce4e0beb6c2021c4b620033abf09 251 0.10/1.00 vMB 193
212,469 212,469 0000000000000423e5a277fd1c0bb44fb8a5cfb236c3394e86688d7dce798f9d 22 0.01/1.00 vMB 197
212,468 212,468 00000000000001017957439079a308cedf66871c4eb29f1d2f361bc85acee96c 332 0.25/1.00 vMB 115
212,467 212,467 000000000000038d81ac51aed352fbe972f8f967d2119debeb64a16de005d559 469 0.20/1.00 vMB 206
212,466 212,466 000000000000001f73f0c5d68e01cddc68e0c90dc4acb2788d37e65bb7c42bf2 631 0.25/1.00 vMB 211
212,465 212,465 000000000000000fe6dabbaae8ccb81a70a2ff9428e16a647e3d81033281897b 485 0.20/1.00 vMB 200
212,464 212,464 0000000000000303134e045ebfaae7bb4a82b514357c31bcae7bdc72d56028fa 662 0.25/1.00 vMB 202
212,463 212,463 00000000000002276b0cd77af760c95d1a111ff99a4227d349688b2f82d97ef5 11 0.00/1.00 vMB 148
212,462 212,462 000000000000026bf3257d78eafcb9312afba9ae30b96832e4130e8b4d3a759f 974 0.36/1.00 vMB 190
212,461 212,461 0000000000000227f6e74827e56e8241a2edcd9902228735aa92f9d6c8923a91 456 0.26/1.00 vMB 140
212,460 212,460 000000000000034f1ddaad1a1afbbc5093940615c80fe95c6d6c48cc5488da6e 142 0.05/1.00 vMB 226
212,459 212,459 00000000000003f259b2d9ec36c12b60d4ea852d271027354940e2919cb90a82 894 0.25/1.00 vMB 241
212,458 212,458 00000000000000bf5ed0bd281526a35d2b5463eb029554208de3a767ec25b5bd 193 0.10/1.00 vMB 132
212,457 212,457 00000000000004a9be87231bd116aa4bf69d94a7564ee27f6e9c9115da4356c9 36 0.01/1.00 vMB 154
212,456 212,456 0000000000000245a9c7394edb0278dd9ca2591d506387d028d98cf6de64c973 487 0.24/1.00 vMB 154
212,455 212,455 00000000000002e17c25c670832eb08e75d32bbbd22bb1a8fb79664e788a9f6f 871 0.36/1.00 vMB 154
212,454 212,454 00000000000002e1c32326b4a4fdd2496f4ba51bb236d120d2fc3916346f59d9 967 0.25/1.00 vMB 251
212,453 212,453 00000000000000ab3bc9d3acb77681afaaa65cd76da5f3f7a9ef104568da4b16 9 0.00/1.00 vMB 174
212,452 212,452 00000000000002ad0488f9eda91726b7797417cdc32fc049121695c329faf691 549 0.27/1.00 vMB 203
212,451 212,451 00000000000003a88bc4f174b0ca7e793ac003003b22f3c70cb5d731c31fb8b8 391 0.20/1.00 vMB 163
212,450 212,450 000000000000010b329b87cbf942b0ebaf875a9a1d4f0bc5007bfbabfe709e09 678 0.20/1.00 vMB 267
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.