Loading Tool

Explorer IconExplorer

Memory Pool

41,031 transactions
32.04 vMB
0.10443260 BTC
Random Selection Loading Transactions
Max Size: 159.71/200 MB

Candidate Block

Mining Attempt 457be7d48622e40b9279b390e428c7bc19f448d3a425ea4d2e1e79f4a1790860
Version 20000000
Previous Block 00000000000000000000f1281b2efd0aad5db491e635251ce073ca38483cc2b3
Merkle Root f5d88731294794338af3e107f8861339461b3ead4d5780a1b50fe75bc4e2c228
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,622
Size: 1.00 vMB
Total Fees: 0.03612474 BTC
Feerates: 505.93 > 3.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,367 (1,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,757 912,757 000000000000000000017dfb53a976290e5bd63d000cde4ec3f7ebab7d71ca37 3,109 1.00/1.00 vMB 6
912,756 912,756 00000000000000000001f10c80ace07ff14f4cee7d9e5fe5356de608fc953206 3,785 1.00/1.00 vMB 14
912,755 912,755 00000000000000000000666b99916afb56ea2f66f7c94be825637b6e41ad619d 1,663 1.00/1.00 vMB 2
912,754 912,754 0000000000000000000087738914700d85f3771d5cd61bb445263abcaf0bb33a 2,421 1.00/1.00 vMB 3
912,753 912,753 00000000000000000000dc3c5c1a0c56ca1677ac270ca0fc5d25b9e5a2e83545 3,521 1.00/1.00 vMB 6
912,752 912,752 000000000000000000003a6bad745a28d7be9f58365abf3b58797b42a701b2cb 3,626 1.00/1.00 vMB 10
912,751 912,751 000000000000000000003a8dd775876de78dc7b132d655a3ef1e326893dfe94e 2,258 1.00/1.00 vMB 6
912,750 912,750 000000000000000000000e2bed4d43b0c6cb11f7a1302a6e73848b951d0ad3d5 2,774 1.00/1.00 vMB 4
912,749 912,749 00000000000000000001fc764016238011b590b7538fccdb410795161c121de4 2,210 1.00/1.00 vMB 3
912,748 912,748 000000000000000000008bafa7f59c6592f24b89eb6ed7982b8d7a3089529b0a 1,424 1.00/1.00 vMB 3
912,747 912,747 000000000000000000011d5515c6a220fa1151b131f909615fbe718bdb3944c3 3,993 1.00/1.00 vMB 6
912,746 912,746 00000000000000000001ad57926a889e73a505d2083eb1be0a9bbd276c13aada 3,674 1.00/1.00 vMB 5
912,745 912,745 000000000000000000019ca8769f458a9b83bb0d290b4ad337dab9c2b48df8d7 3,194 1.00/1.00 vMB 9
912,744 912,744 0000000000000000000118454b6a0eb981bba50e2986836c59b3f7154eadf9c7 2,252 1.00/1.00 vMB 4
912,743 912,743 00000000000000000000de2cf896299b8f2e82309dbcdd571adb5be828f8debd 4,619 1.00/1.00 vMB 9
912,742 912,742 00000000000000000001581d41c55c1f5f60db7b18d8fcb640bff940694553a6 3,807 1.00/1.00 vMB 7
912,741 912,741 00000000000000000001871cc2d72d970a10b2846f8af6ec81fbe2bcbe0863eb 4,216 1.00/1.00 vMB 10
912,740 912,740 000000000000000000000d09b6df41524c12e75811e2429f25d160d044c5a590 4,172 1.00/1.00 vMB 9
912,739 912,739 0000000000000000000068048c12e8a16923b60ea153588f921b1caeb4657104 4,101 1.00/1.00 vMB 9
912,738 912,738 000000000000000000012bd14098e695c444f2c70b077d6e37e0d79f292f0e69 5,955 1.00/1.00 vMB 11
912,737 912,737 00000000000000000000f18b6c193807be0e77270328df5abf1e104d997a8317 4,109 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.25 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: 594.43 GB
    • Received: 9.71 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.