Loading Tool

Explorer IconExplorer

Memory Pool

43,146 transactions
29.09 vMB
0.09159278 BTC
Random Selection Loading Transactions
Max Size: 148.82/200 MB

Candidate Block

Mining Attempt 77cff2bafc3093b478a08656a019cf5c76c7d3b70f9af18e9aa45f4e5f727402
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 2aec352c97f1d9345e3eb0d10ee5d0c2e311465baf7f28b020c727c95aee306e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,160
Size: 1.00 vMB
Total Fees: 0.03313292 BTC
Feerates: 88.27 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (578,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
336,624 336,624 00000000000000000915e4bb5a8f83b6a0e5f9d5d9ad28a324c881ab487c49f3 679 0.35/1.00 vMB 25
336,623 336,623 000000000000000004d0ae9919321e53f1d86f318e574bc7454183e3e77e0755 527 0.31/1.00 vMB 26
336,622 336,622 00000000000000001aea14d3f32b063a847fcb6bfabd92ee3c20207fea35f723 143 0.10/1.00 vMB 20
336,621 336,621 0000000000000000000f17498dedf854d584b0cc983c9ef3b4c4e0433d342ac1 52 0.03/1.00 vMB 22
336,620 336,620 00000000000000000c02cca241d428d38e5ff0f763b344666784ee42681124d3 274 0.20/1.00 vMB 81
336,619 336,619 00000000000000001277c5454ac5f17749cb5a9f8dd7639f9690db02bbf42f94 99 0.05/1.00 vMB 47
336,618 336,618 000000000000000002d356d9b204f8dd3acfe8e56cffba62c7004b4a725149eb 156 0.09/1.00 vMB 140
336,617 336,617 00000000000000000934614d7382e21ed7a44499b04bcd55a08340da9fd3ecf6 734 0.38/1.00 vMB 81
336,616 336,616 00000000000000001ab1b40d33c932ad3a3cec3db8d8f0ccabd1c47570b7c9b4 107 0.09/1.00 vMB 14
336,615 336,615 000000000000000010e1e1ab236ea1333cd0df28a063e753c08bf00bccd90d77 788 0.61/1.00 vMB 19
336,614 336,614 00000000000000001692f2047a53f77aae35692fe9e11ac1bb62544d6f6e7c97 293 0.19/1.00 vMB 23
336,613 336,613 0000000000000000115ec22d69814f07a11bb2ca847784aeb3ab399153f56448 127 0.10/1.00 vMB 16
336,612 336,612 0000000000000000005bfa14c5b29bce7ddc5b5a5bc6e143ef8952cabb18e40e 522 0.31/1.00 vMB 27
336,611 336,611 00000000000000001a6a086db2f7c612b50c74b77bd3d90f7537e43b1c5006a1 460 0.29/1.00 vMB 25
336,610 336,610 00000000000000000840a6b09d9d3685dbc92cf67bbff3cdb5f3bb9618bcc99a 101 0.06/1.00 vMB 22
336,609 336,609 00000000000000000b5c8b518aae5fca21f7cf2edf3222ef6c3035eda121b9c9 340 0.18/1.00 vMB 26
336,608 336,608 00000000000000001b1599225fe76e7adcb38895e33211fda58abe023881f48d 296 0.21/1.00 vMB 19
336,607 336,607 000000000000000000cdc1ed4f18281d27e34124ff6e084e72621a9575792ba4 175 0.15/1.00 vMB 15
336,606 336,606 00000000000000000b8092bf56f92689995fb207d7b5659a617f8d20199cb903 788 0.38/1.00 vMB 27
336,605 336,605 00000000000000001b5925a95190bd3855edd82f0cb87632e3e64c85c2a827a0 102 0.04/1.00 vMB 28
336,604 336,604 0000000000000000094eaef7b43d35dbf4533e2969470ae944e4347c605cfd05 635 0.45/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.73 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: 630.34 GB
    • Received: 12.02 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.