Loading Tool

Explorer IconExplorer

Memory Pool

86,405 transactions
31.75 vMB
0.10645992 BTC
Random Selection Loading Transactions
Max Size: 194.48/200 MB

Candidate Block

Mining Attempt d3642370503b60327a2de59a7c97dc63f435269d4c8181dc34ff9abb269c150d
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root f4f9aefb4fa04143cce6289e687570a26d65eb76603aa434921dcc47202ffd55
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,915
Size: 1.00 vMB
Total Fees: 0.02653033 BTC
Feerates: 1,236.26 > 2.66 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (489,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,747 425,747 000000000000000004b5ad4f3645dd00471e169c5f90eb38f2f1b6caa9457bf5 1,629 1.00/1.00 vMB 82
425,746 425,746 0000000000000000011d614c4f6900d033951f36566d9b8bb5762175e58eb6a0 845 1.00/1.00 vMB 21
425,745 425,745 0000000000000000021f3adb9ce12e3c70a42cfb6b7095805bee7bdefb392725 1,460 1.00/1.00 vMB 35
425,744 425,744 000000000000000000e7f8b57e30fae13f078c174742efb5f6595b1655b946f4 1,596 1.00/1.00 vMB 37
425,743 425,743 000000000000000000ec978117e43504b54891ceddb82de9bda27b4909d33271 1,801 1.00/1.00 vMB 36
425,742 425,742 0000000000000000009c0df94f533001cf0f2ff9dd7804bd264c7299f6800783 2,774 1.00/1.00 vMB 89
425,741 425,741 000000000000000004c53b2fbe5079bec1a9b0dab3792fbf93960adeb36447bd 2,498 1.00/1.00 vMB 72
425,740 425,740 00000000000000000244dda52c0a0e701c187e2bff9e945e1d3d2b9591358db3 2,524 1.00/1.00 vMB 54
425,739 425,739 000000000000000004534ad2591fcfa6186be610cef8b3baacd09a3f9fca55d3 2,524 1.00/1.00 vMB 103
425,738 425,738 00000000000000000342b194ed65eb9e9779d7510547750ccaef175c44786180 1,952 1.00/1.00 vMB 50
425,737 425,737 00000000000000000448daa56be33fcc2d1bdd0d9272862c843e44cec9169410 2,510 1.00/1.00 vMB 66
425,736 425,736 000000000000000003b81989aa5d899a26238dc12618812c9f8650960516f0c5 2,424 1.00/1.00 vMB 82
425,735 425,735 0000000000000000018c82c08b37d28044e08e745a75f5b1bd4f9b54ab8bbdb4 2,458 1.00/1.00 vMB 64
425,734 425,734 000000000000000001e0598c9c0c921c6a472a58a55a276530bdf3a7b8449716 2,374 1.00/1.00 vMB 66
425,733 425,733 000000000000000002cb5c86570c39872db6093484dddc49b85c3ec75bdcc7fe 2,969 1.00/1.00 vMB 146
425,732 425,732 00000000000000000471f58d658f7c4dc2a698f097c7504d649402ea72cef692 1,931 1.00/1.00 vMB 68
425,731 425,731 0000000000000000046a7801973ba0fe0863912d219c95ce19a9f17540eba804 2,766 1.00/1.00 vMB 109
425,730 425,730 00000000000000000386c9b50dc3616f0f054a4500ef9e092f2fca1ec4ecb740 1,631 0.77/1.00 vMB 56
425,729 425,729 0000000000000000029290bce3708f0f2714aa4b927706a6e17d7c461d131584 95 0.11/1.00 vMB 49
425,728 425,728 000000000000000001bf9965315077393a13c3fb8749135d318b2c95a57e16c9 775 0.67/1.00 vMB 18
425,727 425,727 000000000000000001cc4525ec876e42cd67bd279b9f7a7caa37c00f9d695356 2,447 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 783.02 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: 719.40 GB
    • Received: 18.04 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.