Loading Tool

Explorer IconExplorer

Memory Pool

77,586 transactions
28.82 vMB
0.09518251 BTC
Random Selection Loading Transactions
Max Size: 174.48/200 MB

Candidate Block

Mining Attempt 1aece3d18315fd7c3af187bd0ce007b8b02e556b95e8f3fe98899bbeadd79dc0
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root fe9517f701ee68f86056345d66e60fb923c5627078e3028452790b1c638e3eef
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,905
Size: 1.00 vMB
Total Fees: 0.02700418 BTC
Feerates: 402.60 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (49,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,598 865,598 000000000000000000016422d746c3867e983a34426e22ba860ccaf5d49fa687 4,847 1.00/1.00 vMB 20
865,597 865,597 000000000000000000001a6c392cbbde9527023ac791b5c2ed5dba0d4526b1c4 4,997 1.00/1.00 vMB 21
865,596 865,596 000000000000000000008ebe3c5861b7e23a3891ed034702c3ec8964a2f09e59 5,179 1.00/1.00 vMB 24
865,595 865,595 00000000000000000002414bef0cd5605f8dca34c6233d0c9d0d8860362503b4 5,252 1.00/1.00 vMB 26
865,594 865,594 0000000000000000000025f3b0f83d1e6b0422df31e7af386d3e618d053fe004 4,754 1.00/1.00 vMB 33
865,593 865,593 00000000000000000000a280f818d452c56344a2a0a259524b6ed1a8db0abb2d 6,148 1.00/1.00 vMB 29
865,592 865,592 0000000000000000000083a70d3a3aa71c643db93c7a5818b85a9764ed8e5b8a 6,543 1.00/1.00 vMB 35
865,591 865,591 00000000000000000001e24d2643a5f54f72a3125e41e2c63d91b34f6b573538 6,551 1.00/1.00 vMB 33
865,590 865,590 000000000000000000024f46811428b565325980ebee9217d72aed04c657b05c 6,618 1.00/1.00 vMB 24
865,589 865,589 00000000000000000001189c69d0b5135dafb4d1e515b17ab33c5db172f04708 6,676 1.00/1.00 vMB 18
865,588 865,588 00000000000000000000b8935682b384b5ff7476db73c9eceb05ba6cfb2a89e6 5,738 1.00/1.00 vMB 19
865,587 865,587 0000000000000000000037684826e2a3be914c132e21c3fe2c56c194c0245ce4 3,388 1.00/1.00 vMB 12
865,586 865,586 00000000000000000002c1b23b1419c88b3c765859c5c1996a6f337a7a8edac0 5,363 1.00/1.00 vMB 4
865,585 865,585 000000000000000000007d5344eb377aa7da53d6572bc2be666b21769ccae4c0 3,478 1.00/1.00 vMB 11
865,584 865,584 000000000000000000014f253f50372ee47cc2ab232bbda2dd467d6a4adea881 3,166 1.00/1.00 vMB 15
865,583 865,583 00000000000000000001e5d183e917b3d178542e4b162ddc5c41e879cf2fefbe 3,564 1.00/1.00 vMB 6
865,582 865,582 000000000000000000013ed1d8681c687b68e487930cb4f5d8052efa7ee9306e 3,162 1.00/1.00 vMB 9
865,581 865,581 000000000000000000010a45f04e04e063d387e305f9b9aad5bc8ea4e0beb870 3,756 1.00/1.00 vMB 15
865,580 865,580 0000000000000000000289ea2cfbca3103dfc744907a339f3b96667203f8f998 3,188 1.00/1.00 vMB 16
865,579 865,579 000000000000000000017e98db2c7097fa18dfc315407a24a692aa82555e1803 3,805 1.00/1.00 vMB 23
865,578 865,578 00000000000000000002490b5129f79c9f829292ff94955406db590751715633 3,401 1.00/1.00 vMB 14
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.53 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.