Loading Tool

Explorer IconExplorer

Memory Pool

77,346 transactions
29.07 vMB
0.10032833 BTC
Random Selection Loading Transactions
Max Size: 174.94/200 MB

Candidate Block

Mining Attempt 2781524d685ad100ea2e8544444e06073548c9a29bce0c89018d1f3a286981d7
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 94f1190db18b54745a46f6dc711bea8176af5fa29eec82690909cb93ba874de5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,419
Size: 1.00 vMB
Total Fees: 0.02659073 BTC
Feerates: 453.09 > 2.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (479,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,633 435,633 0000000000000000022f86f790ff2104c712e471dfed96fad5129f6e3f82e4f3 1,072 1.00/1.00 vMB 93
435,632 435,632 000000000000000001d792330c280a60005f64f9abaed9afaa5157b19eb1680b 1,857 1.00/1.00 vMB 64
435,631 435,631 00000000000000000248633ea680dae855266b538a69568baf57d83f790a0c5e 1,974 1.00/1.00 vMB 74
435,630 435,630 0000000000000000036b144704a28d510b478ac46464fce474cd234093d1bc55 1,066 1.00/1.00 vMB 103
435,629 435,629 0000000000000000039d2bbeec99743ae2ff4d8fe7d28d12eb330b167d8ea561 1,859 1.00/1.00 vMB 88
435,628 435,628 00000000000000000158b69b8bc153dbbfe12d97042fbdf2ba68fad88c29928d 578 1.00/1.00 vMB 21
435,627 435,627 000000000000000001738cd7728e92b433bcb1b1f82f4a37dd544272bbb9feae 993 0.75/1.00 vMB 37
435,626 435,626 000000000000000003f7eaabbbf27c96ce3396f452f8e0e16260120e0657b9cb 1,942 1.00/1.00 vMB 58
435,625 435,625 0000000000000000033531f2752efb227b6ee9a1c6a92e12247c4c3df6cd68b6 1,321 1.00/1.00 vMB 42
435,624 435,624 000000000000000003272fab8a85351a39c82ebe15cc30e60f3c9e2f5fa9e1c4 1,796 1.00/1.00 vMB 40
435,623 435,623 0000000000000000038f6eb59564aaa76578f172f7478e6f7e53ff7515299fc7 1,763 1.00/1.00 vMB 45
435,622 435,622 00000000000000000014ac2ffaec642e5e252d359d8704e8aa59450de999f0d5 1,572 1.00/1.00 vMB 87
435,621 435,621 0000000000000000036500cf7c64133d9884ad91ed5cd96a7a7ffba8d48e7ec0 1,199 1.00/1.00 vMB 86
435,620 435,620 0000000000000000045288749b44c5f5fc8fe02bf99caac000e462b2772e7966 1,730 1.00/1.00 vMB 40
435,619 435,619 000000000000000001f0361baa7b0aa2f724f670d757681739a8296adae5595a 1,777 0.99/1.00 vMB 61
435,618 435,618 00000000000000000221b5a52f941c7e7ad20c9dec50a733b2edb422ea5dc655 1,754 0.75/1.00 vMB 53
435,617 435,617 000000000000000003c3df86dde7dbcecd794715acf82421ef8c0d4bf631196a 1,648 1.00/1.00 vMB 66
435,616 435,616 00000000000000000362b8cc83ac0c071957649afe156161bfd17d8de124dd02 1,678 1.00/1.00 vMB 56
435,615 435,615 000000000000000004068c8ca7ec2eb9232e2e6db9c9219a47d4b44d1a991c21 2,242 1.00/1.00 vMB 67
435,614 435,614 0000000000000000006ab69d28c53a586ac03253c472b6d53f8d02432df5f24d 783 1.00/1.00 vMB 96
435,613 435,613 0000000000000000031da1fe14c7c74a9c506e9602baa42165217992ec82db8f 2,068 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.