Loading Tool

Explorer IconExplorer

Memory Pool

41,482 transactions
28.34 vMB
0.06762692 BTC
Random Selection Loading Transactions
Max Size: 145.04/200 MB

Candidate Block

Mining Attempt 15e9f7fef18ba6dc8598d67d52017fc60b2ac07f8d0f25bce60d05a4bf202165
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root a62b39f412c677d52a7b632b1cc992557abafceb9b55907f7a213c4ebc8ddddf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,472
Size: 1.00 vMB
Total Fees: 0.01284985 BTC
Feerates: 201.07 > 1.29 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (91,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,760 822,760 0000000000000000000226edb596a705d496aecb28d40c935f4322f9cc960c16 4,165 1.00/1.00 vMB 77
822,759 822,759 00000000000000000002982b631228a55215346bfa27553d66a214ad80286cb9 4,082 1.00/1.00 vMB 108
822,758 822,758 00000000000000000000b62ca49e136d8b62eec948b6f570f30b95bf060e5233 4,274 1.00/1.00 vMB 104
822,757 822,757 0000000000000000000338bb23e1da1ef431ec966a065b223783111cbcc92036 3,627 1.00/1.00 vMB 144
822,756 822,756 000000000000000000000c96218a6c389b36fc9bd0628b505e9823fdf97c14ee 3,658 1.00/1.00 vMB 73
822,755 822,755 00000000000000000003997429f4c7345418344fc1c02c4a8d1b687bd5f2c0ef 1 0.00/1.00 vMB 0
822,754 822,754 000000000000000000033bb8a2c0a98a0fa71bc603934a11d7f4a2797e3c2fba 4,421 1.00/1.00 vMB 112
822,753 822,753 00000000000000000003b17a58a7bb1f2fe7a7465fafb69099a8097b04210c14 4,748 1.00/1.00 vMB 92
822,752 822,752 0000000000000000000193a7695543027165536043e8b473b6c521e458c72bf1 3,127 1.00/1.00 vMB 79
822,751 822,751 00000000000000000002b774eb1cebda1f32a2cd477f60f5a5869962174824d6 3,470 1.00/1.00 vMB 123
822,750 822,750 00000000000000000002ac8965d2628c8b16660b60a2e0c6fe0c96fed29dd686 4,244 1.00/1.00 vMB 100
822,749 822,749 00000000000000000003e57da9f0609cd2b6217c2de9433073c6f615bbeca3f3 3,754 1.00/1.00 vMB 154
822,748 822,748 000000000000000000026680e276aff2d6f2d86e4e2dea7a2ef48f47cae590a4 3,817 1.00/1.00 vMB 120
822,747 822,747 00000000000000000002d000a314dac803b68ef32c1f9eb38b3a60e6a8f06a0d 4,772 1.00/1.00 vMB 82
822,746 822,746 0000000000000000000275262f7e9d4845a44dc3fa2c380850dd6a67bcf3b2db 3,894 1.00/1.00 vMB 88
822,745 822,745 00000000000000000000371d95a514f6fa007e369f013cb3c52a1f721fe97bca 4,685 1.00/1.00 vMB 84
822,744 822,744 00000000000000000002bab8dab5b6a8a0ce408c798add5cc1df8bbb5197c08f 3,137 1.00/1.00 vMB 76
822,743 822,743 0000000000000000000398f1bfb62261aeb3c62447d7fcbc9d1854746c34a5bb 3,545 1.00/1.00 vMB 107
822,742 822,742 000000000000000000016725d325901b1de3437b2d07fa3ef39dd468a88bbf18 3,220 1.00/1.00 vMB 76
822,741 822,741 00000000000000000001ee063d04312c71dd81b9cce3ee13ff0ccfb086396a60 4,879 1.00/1.00 vMB 74
822,740 822,740 00000000000000000001921deb064580a0deaa0b629c713aa4136fa83aba84b2 4,963 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.