Loading Tool

Explorer IconExplorer

Memory Pool

35,355 transactions
26.72 vMB
0.05438566 BTC
Random Selection Loading Transactions
Max Size: 134.75/200 MB

Candidate Block

Mining Attempt b52f102b9510437536f53650ed4b233ac4fc649c4a78c1577c890c60471d8587
Version 20000000
Previous Block 0000000000000000000205a7754b9683bd3803bdf38e1a942268db63b46eb04a
Merkle Root b96616ca552a7d3d051c098228010922e195901339625b066ac72e5b76f7bf3f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,617
Size: 1.00 vMB
Total Fees: 0.00438830 BTC
Feerates: 40.21 > 0.44 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,637 (91,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
822,739 822,739 0000000000000000000389a44f57e26c8b4b6c4ea64b8779f5c3fe52d27ad5f9 3,632 1.00/1.00 vMB 118
822,738 822,738 0000000000000000000025832556caeb40067ba25120b29477059e57c596520a 3,346 1.00/1.00 vMB 71
822,737 822,737 00000000000000000001b5190e8e1982ca4886f4ea0dcfcbdadaa61af42202df 3,092 1.00/1.00 vMB 93
822,736 822,736 000000000000000000002824ce118810606885c242705615375f481398d89e37 3,672 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 781.75 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.78 GB
    • Received: 12.05 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.