Loading Tool

Explorer IconExplorer

Memory Pool

75,079 transactions
27.20 vMB
0.06647058 BTC
Random Selection Loading Transactions
Max Size: 166.34/200 MB

Candidate Block

Mining Attempt ea5cf75e4259ab345862413df3edee8ffb5b2c743244e69e767a06159466d577
Version 20000000
Previous Block 00000000000000000000a8c3ad82e11f794adea612cae12671f7bde0122f77d5
Merkle Root ed897d677a2b3c63f352c9b58c562e9f8f7ce089ddb875c694189d8f40cc9368
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,337
Size: 1.00 vMB
Total Fees: 0.00877229 BTC
Feerates: 100.40 > 0.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,322 (180,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
734,589 734,589 000000000000000000088b0c2258c7fe1530e08103bde36e6fb60d219d9b663a 2,426 1.00/1.00 vMB 5
734,588 734,588 000000000000000000054bf5055c1ccf3a1df8fc7d31e798b5d4e02b30c500c0 2,838 1.00/1.00 vMB 6
734,587 734,587 000000000000000000018244b58c0f14d3c62330b8df85b436d9acfd41ffc1a2 3,057 1.00/1.00 vMB 12
734,586 734,586 00000000000000000006ab7e5f37220f28ca6212efd39b6f55ff6e76afe796a9 3,032 1.00/1.00 vMB 23
734,585 734,585 00000000000000000001c5ebc98f92d40486d72c1e5a489c61aa79615df25bc3 2,837 1.00/1.00 vMB 20
734,584 734,584 0000000000000000000381cf564720f466d4bf22418e07ccb5f16c3a11cd5463 2,742 1.00/1.00 vMB 8
734,583 734,583 00000000000000000000af10ca0135c66ce6888ab1e5bd252fb825a272780b5d 1,961 1.00/1.00 vMB 18
734,582 734,582 000000000000000000071ac72fbc8d723c4d7854689cd4e92935d063a3a7538d 3,055 1.00/1.00 vMB 19
734,581 734,581 00000000000000000003db47184d68cfabf456a44700560e9f4946dbdea10e34 1,825 1.00/1.00 vMB 3
734,580 734,580 0000000000000000000309ff63e5ea1eefda0d83691026745894a82b17cde626 2,057 1.00/1.00 vMB 5
734,579 734,579 00000000000000000008f221a649fe54cd8ca8809ffc3ebdcf9d617911d83395 2,426 1.00/1.00 vMB 12
734,578 734,578 00000000000000000003f6590f573243fad93b9389da80a3bfa984b4b264376c 3,158 1.00/1.00 vMB 14
734,577 734,577 00000000000000000004d1d28c65d8f93b49b3e460aca0bbb6febfd5a9a51bda 977 0.87/1.00 vMB 3
734,576 734,576 00000000000000000005875a86e9c3c389ece7dd67f7876aded49f4678150e03 2,882 1.00/1.00 vMB 3
734,575 734,575 0000000000000000000003e0282de42e33db73dda471718399ce5d8c26ef4737 3,016 1.00/1.00 vMB 6
734,574 734,574 000000000000000000049d087b0714b013e69216b13577e3fb71bf024dafb78f 2,199 1.00/1.00 vMB 18
734,573 734,573 00000000000000000002979300725655dbd3036b1c3a932d5da9648e82aaa244 1,028 0.57/1.00 vMB 4
734,572 734,572 00000000000000000000af2f9a9b0627dbd094e939aebb08ab045276e653113c 3,030 1.00/1.00 vMB 8
734,571 734,571 00000000000000000005625c2435e78a118e1bad1ef7a7f4bf3ccfa989a43ac2 515 0.15/1.00 vMB 7
734,570 734,570 000000000000000000016afa1e3f921fd3c734f7372f08cec70c9f65e58c99e5 518 0.86/1.00 vMB 1
734,569 734,569 00000000000000000001085f7be7814ddfddb2c02ab7fca60493de3d9fb0220c 3,259 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.95 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: 715.08 GB
    • Received: 17.65 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.