Loading Tool

Explorer IconExplorer

Memory Pool

42,618 transactions
26.13 vMB
0.05140537 BTC
Random Selection Loading Transactions
Max Size: 137.31/200 MB

Candidate Block

Mining Attempt 184ed8d3a35346ff09b6e3ce175c2d94cbba78988574ef424e1f21d1f7d08777
Version 20000000
Previous Block 00000000000000000000e80075463d9b649392db1c3f77b6ad92bc26bba09057
Merkle Root 1354782f9cdfcf6959a15becb2a08cb50989575a2c06fc3d0b92e274c91b38b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,182
Size: 1.00 vMB
Total Fees: 0.00379246 BTC
Feerates: 77.76 > 0.38 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,761 (914,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652 652 000000008e1bd9998d126a037a31e20c2be174f6c760ba32d1cfe2498f570cc7 1 0.00/1.00 vMB 0
651 651 000000002b5e03ee6029c1f5703b7baaf097630ca55f91d93ddd412eb0d054e5 1 0.00/1.00 vMB 0
650 650 00000000d3ebca0f1cf140987959ba9231e9da43f3f76aed02d0cfe9d88b71d7 1 0.00/1.00 vMB 0
649 649 00000000a99927e355bb8699c583c2214cc796c42aa28b82337979b60ef3af1d 1 0.00/1.00 vMB 0
648 648 0000000055f9514359114a754ab74471f39a5fe6034ca6d05ec14e2d03dbd626 1 0.00/1.00 vMB 0
647 647 00000000292b0f6a658cfab5e4d69a7d5753a6fef74ced4ef82e7026042a97de 1 0.00/1.00 vMB 0
646 646 00000000417404b256f7fb76d9b6ec6a8077536369d120ac8ad1aa246b6e9da1 1 0.00/1.00 vMB 0
645 645 000000002689f3021912d78bc8d5b046d2828a75dc695905b8743222b9907a8d 1 0.00/1.00 vMB 0
644 644 00000000b98fcbc3ffa5735bca2dddb8ae01b75c01a1f055ba48b515eebef020 1 0.00/1.00 vMB 0
643 643 000000006ded0e621cfacfcbab228781c8fb768d632a41503f8ed3a26ff58d8b 1 0.00/1.00 vMB 0
642 642 00000000dc33f1794f744e76099e89015bb9de186004867bf8f09d4bbac0930b 1 0.00/1.00 vMB 0
641 641 00000000f139dfd20ba64eb915d36c026616a01e36cde0a6383583e40bf7f5d8 1 0.00/1.00 vMB 0
640 640 0000000010e9b57889d2eb77bb99a44cf06e1a80d0b1d18cc599bd472b335bcc 1 0.00/1.00 vMB 0
639 639 0000000019c1d965032c1dc22f8a3ba3ab94cfeafd3b52a09f032de06b047dcb 1 0.00/1.00 vMB 0
638 638 00000000b1ee19529a7c3b4b5ad198a4103404802ceb1f7161e67c1b7bfb755e 1 0.00/1.00 vMB 0
637 637 0000000033913ab37586406bc5037c6f87cc2d41565e23958450bc2bc98ab07c 1 0.00/1.00 vMB 0
636 636 000000008b0f1bc19009361b30547a86588b0a3a00d6f2dbbe1f744eff3cb21f 1 0.00/1.00 vMB 0
635 635 00000000eb29cb0f6ad34af16f83e998580219bd01bfacf4bcffb13d145c8e17 1 0.00/1.00 vMB 0
634 634 000000005a20199b7f8bd8c707171e792b2ca84b9eedc9a2483b7d3545d5e44c 1 0.00/1.00 vMB 0
633 633 00000000188807140be26e081e596a8212ba14495158f13c8dce03a4d7315fa1 1 0.00/1.00 vMB 0
632 632 00000000ad2ac1c66306f65080200104623cb0c32f7e52c23886f2909e298e06 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.96 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: 647.61 GB
    • Received: 12.96 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.