Loading Tool

Explorer IconExplorer

Memory Pool

32,584 transactions
26.31 vMB
0.07963132 BTC
Random Selection Loading Transactions
Max Size: 132.05/200 MB

Candidate Block

Mining Attempt 8083b69a2fa4419f8473150fb8243c5d1ecb0ae3bfb7e2e06d5659426cc2c98c
Version 20000000
Previous Block 00000000000000000000f40d95165f1e56554a1a7c25dc329e090a256a29726d
Merkle Root 87940cdeb4986c755e449ab16575c569c303adfdf8292c545e1954821fd70e41
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,375
Size: 1.00 vMB
Total Fees: 0.03117766 BTC
Feerates: 477.45 > 3.12 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,281 (859,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
54,633 54,633 0000000012106b042b3ca38cbd580037b7d94dbccc280fd83b86eab1559f4a80 2 0.00/1.00 vMB 0
54,632 54,632 000000001378e63c62e1d4852ca6b8b2f605886a8ef212ff23521cca8ca40990 1 0.00/1.00 vMB 0
54,631 54,631 000000000cf70c487a440188d7b35f1d94a60946827c77923487fcdb56138938 1 0.00/1.00 vMB 0
54,630 54,630 000000000ec45ab3b38eb3ad484990aaf61dce1092237f2e7185d6dc495f7a5b 1 0.00/1.00 vMB 0
54,629 54,629 0000000005904ae78013b751df3752f8e38736514e8f3cf8e14d7478ea3de998 1 0.00/1.00 vMB 0
54,628 54,628 000000000d5627995b4b4c91d341bd2c3275b2a4f6dccf0d5ba82ee02657d40b 1 0.00/1.00 vMB 0
54,627 54,627 000000000cb478c6bdfd7e30173b79005a327072c1908005d4b0567b2ef5005e 2 0.00/1.00 vMB 0
54,626 54,626 000000000c952aab42bccb0c0a03ee9d0abfcf9de96e7d6e516a5b61c9da08a6 3 0.00/1.00 vMB 0
54,625 54,625 00000000052ce7310cb18015b168edca5f1f7c5fe6162355a7759adab580a847 1 0.00/1.00 vMB 0
54,624 54,624 0000000009c930edcd4b64b0387d9abf96a1562eee14f8706b81414bdcb1b86e 2 0.00/1.00 vMB 0
54,623 54,623 000000000beee03e914e39fb76f48e1524ffc4fd3fbbc7e4edea5ec617a760cf 1 0.00/1.00 vMB 0
54,622 54,622 000000000d775cb1953215096fef7be5b24a4dc04e001f52b85423c5fdbb255e 1 0.00/1.00 vMB 0
54,621 54,621 000000000e1749ec0b6e36abea80b19b2032c7530f17fcb480e127fc70049476 2 0.00/1.00 vMB 0
54,620 54,620 0000000008590580c744404c7927fcfef6aa724023beb0acb2bfcf1e34f3fd27 1 0.00/1.00 vMB 0
54,619 54,619 000000001167282f8b3da49446fd11323e4604db0454581769436d701a4d233b 1 0.00/1.00 vMB 0
54,618 54,618 0000000008b67dc21a05c539c226994c6a1e0dea239161109674bb04f61c5610 1 0.00/1.00 vMB 0
54,617 54,617 000000000f381ea90f251f7a35c0de4473da16147ae8c0f66a250a5f248af062 1 0.00/1.00 vMB 0
54,616 54,616 000000000bbfce92d8b4c6d0c6ca5ced7cfcdcc62ce90015cbf3c9b38f0cb7d2 3 0.00/1.00 vMB 0
54,615 54,615 0000000010011d49f0b75ea34b8189384fe864f9c1919f2585d817a7caa2b800 1 0.00/1.00 vMB 0
54,614 54,614 000000000f933c37974fb6bf30b46660b64f3800c8be0762504fcfbf838577b7 1 0.00/1.00 vMB 0
54,613 54,613 00000000035ed0e55c41ee35edf7368f6eee95ad69746021b8ceb0ba7487a21b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.09 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 579.10 GB
    • Received: 8.84 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.