Loading Tool

Explorer IconExplorer

Memory Pool

81,458 transactions
29.85 vMB
0.14243484 BTC
Random Selection Loading Transactions
Max Size: 180.92/200 MB

Candidate Block

Mining Attempt 4bd2e890761c104f438fe1f5ee2660cb88e268422a4bc6d25785113872813eb5
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root e6342f76f76267e4099bc5667621554bfcc8bde4f02e3f49e0bb8ee117d4148f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,751
Size: 1.00 vMB
Total Fees: 0.07445745 BTC
Feerates: 101.65 > 7.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (320,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,771 594,771 0000000000000000000da88d6bc854eb92bad43ec582915be5e16e3f7c54f3fe 1,662 0.67/1.00 vMB 10
594,770 594,770 000000000000000000162f8e1159c26621a9f6f49b689922765b9d924da5d6e6 2,868 1.00/1.00 vMB 28
594,769 594,769 00000000000000000013018c6aafd1686184a3b5894457c2b2d31448e8017fc5 820 0.29/1.00 vMB 26
594,768 594,768 0000000000000000000a1e74f32640044ab257aa208df738c196695c887b1b10 2,405 0.98/1.00 vMB 15
594,767 594,767 000000000000000000103845b208ed36c12a8cf52f22d9411f724c9e01147070 2,061 1.00/1.00 vMB 25
594,766 594,766 0000000000000000001403df2c50102db388c9c4e8b926b0258f4927c220a8ae 2,949 0.84/1.00 vMB 24
594,765 594,765 00000000000000000013405113caf0161b409545a8370a6b2d898f76a4f2d430 2,618 0.77/1.00 vMB 16
594,764 594,764 000000000000000000109640284d629802a8e303ba34ef142de725472ed6473c 3,063 1.00/1.00 vMB 27
594,763 594,763 000000000000000000059536c5fd080e392107e7d3b36f47581961ab3e0e302f 1,013 0.29/1.00 vMB 22
594,762 594,762 0000000000000000000e495c3ec04e1d4c894ae7b98421e23e7aff928d7d4890 1,198 0.44/1.00 vMB 13
594,761 594,761 0000000000000000001721034a9e9225654c7857db31dbbd52cade69324052f9 2,741 1.00/1.00 vMB 11
594,760 594,760 0000000000000000001350917aa3ff6afb6900fc6a00f3f208a2dea4e7608ad0 2,829 1.00/1.00 vMB 22
594,759 594,759 00000000000000000010af8fefa1748c619e4aac9e567646ffd83a1d9370de2c 2,653 1.00/1.00 vMB 24
594,758 594,758 00000000000000000002ffb2624055c89bc2e4ef50e7953e9c85f7ae502937dd 3,322 1.00/1.00 vMB 38
594,757 594,757 0000000000000000000663c1ebb8abcfaeb9a7c25f6bbc2220f083fee71c86a7 2,056 0.76/1.00 vMB 18
594,756 594,756 00000000000000000008957f016295c30ad8b487f012b61abbfcb2e006a5e18d 537 0.42/1.00 vMB 18
594,755 594,755 00000000000000000015e2428a6560dd3400559987189dc22ce635dd15d366f5 387 0.12/1.00 vMB 21
594,754 594,754 0000000000000000000a36ac6352d5927db9f9a0b54d9cf77da88031b980e68a 2,324 1.00/1.00 vMB 15
594,753 594,753 000000000000000000088c4c8086a6cc3f9148ce4805ddba6b6f8c8a119841f9 276 0.07/1.00 vMB 14
594,752 594,752 0000000000000000000cee45b25fa4715026e215ef5cd0d7b6b39fbc3e8622b8 602 0.33/1.00 vMB 9
594,751 594,751 0000000000000000000bee149f6313c7e9fd5a403f1fffb006bf3fbe7e2d1501 3,166 0.99/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.