Loading Tool

Explorer IconExplorer

Memory Pool

46,035 transactions
31.70 vMB
0.11795685 BTC
Random Selection Loading Transactions
Max Size: 161.59/200 MB

Candidate Block

Mining Attempt 2b5aefa7013da4a8adaf6c2317411f49add11f5b72f8df266f052bc82ffa010d
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root 8ee01b3f184067419171d8c6b9fc347ccf9bc5e391f8330d201279ec982db517
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,800
Size: 1.00 vMB
Total Fees: 0.04898222 BTC
Feerates: 301.05 > 4.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (140,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
773,763 773,763 00000000000000000006aafc1a1ede94f4e4d3f733a5ac0e1e9868ec7460f404 1,015 0.30/1.00 vMB 5
773,762 773,762 000000000000000000060333bb37cd6fecc1caf90fa3b6092465d4e61006d72e 2,763 1.00/1.00 vMB 10
773,761 773,761 00000000000000000002e2dfaa6e88c2b54691588a71a57cfbfcc2b248f686a8 2,940 1.00/1.00 vMB 16
773,760 773,760 000000000000000000050030500d8165c2307a31618ae2a39463d40d364aa9ea 2,781 0.93/1.00 vMB 10
773,759 773,759 000000000000000000050092511aadb5a848fb02c1036a9fcbf3f1dddfb6def0 1,650 0.46/1.00 vMB 12
773,758 773,758 000000000000000000074a2e266ef5f88655db13981d7270f2145e4373aa85d3 3,053 1.00/1.00 vMB 12
773,757 773,757 000000000000000000023361380aaf5a16d070444649b8356710a0425668b778 2,097 0.82/1.00 vMB 4
773,756 773,756 00000000000000000001addfd3a69c0c0a8eafdd6756fde8b49b94b0e60394b7 1,186 1.00/1.00 vMB 12
773,755 773,755 000000000000000000011607f6e2c55c670f191071e066cad0a8d3b3c691b3ca 3,660 1.00/1.00 vMB 21
773,754 773,754 000000000000000000007f33f79e458ecf42d42b02ec7c3eb748ce104e6fa893 721 0.18/1.00 vMB 12
773,753 773,753 000000000000000000059aee38e5355a94fd4c58dc983d6c672e9a724d800407 1,998 0.55/1.00 vMB 13
773,752 773,752 0000000000000000000027baa8625ab5878158271c789be12b53930b25e33eb0 608 0.26/1.00 vMB 8
773,751 773,751 000000000000000000044f0d84244b0fbb83e28979251cc02a5b9b99b1f4d8cf 2,768 0.97/1.00 vMB 10
773,750 773,750 00000000000000000004f456b7c37a04c420cf5122c388c4d029817c5c41ee07 604 0.19/1.00 vMB 13
773,749 773,749 000000000000000000026f8d448508489739455087365c3b5013f9372f264021 2,661 0.87/1.00 vMB 6
773,748 773,748 00000000000000000001392ad1ff552a8623afb8c49ff4f715b577deb1854f34 3,804 1.00/1.00 vMB 20
773,747 773,747 0000000000000000000609299b96574f828b479e9a0ff0cd3c7c65cb4c0d5bde 2,589 0.78/1.00 vMB 8
773,746 773,746 00000000000000000006738f41f4bd5905e18f7cd507d0a4198f3e249d83c19f 3,598 1.00/1.00 vMB 17
773,745 773,745 0000000000000000000392ffb25c285afc59dae6502513cc5e4f2c0b570cbba8 1,376 0.76/1.00 vMB 6
773,744 773,744 000000000000000000017647d64d56699ebc19543b57d46c212ba7f524a93f6d 3,287 1.00/1.00 vMB 12
773,743 773,743 00000000000000000005a1facdc10f9fba5464519a6f87bdc4deec3b653622a7 1,727 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.43 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: 609.48 GB
    • Received: 10.69 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.