Loading Tool

Explorer IconExplorer

Memory Pool

79,885 transactions
29.30 vMB
0.12541949 BTC
Random Selection Loading Transactions
Max Size: 177.43/200 MB

Candidate Block

Mining Attempt 2365e65e72c72cba8271c7730ca7abb0d3d4510fa11d4c0ccf7de3501bd54497
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 9678a9bb09359abe4f7b8b209b2468b1502c16b37af1346d2da7365cb9c95136
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,890
Size: 1.00 vMB
Total Fees: 0.04699621 BTC
Feerates: 301.72 > 4.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (845,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
70,002 70,002 000000000130dc68dd688f54c74d79196875d37b080275de9b2dd70c88a2244e 1 0.00/1.00 vMB 0
70,001 70,001 00000000001337176fa420cb4a7717332d0994491bbed7fd797e45a02b3a7872 1 0.00/1.00 vMB 0
70,000 70,000 00000000002b8cd0faa58444df3ba2a22af2b5838c7e4a5b687444f913a575c2 1 0.00/1.00 vMB 0
69,999 69,999 0000000000148103755250c0f2eb36ae9663441970c3169e7a14651fec568e96 1 0.00/1.00 vMB 0
69,998 69,998 00000000015e07981da58fa4db7a0d43f5c12ddfa5ba27d1094e71dbfc6aabb5 1 0.00/1.00 vMB 0
69,997 69,997 0000000000a22cd2d21bb4e1df7f2f5bee963d1fdd44d47ac92935b428bdb9e8 2 0.00/1.00 vMB 0
69,996 69,996 0000000000de45d6163c06bada8b15615f4feb645e481fc1fbbc5ccedcd34038 3 0.00/1.00 vMB 0
69,995 69,995 0000000000876e580b52e2be2a1b9edf3ff66dd4406709a62004422375b3085b 2 0.00/1.00 vMB 0
69,994 69,994 0000000001353335f8a6e00c218430c9048b3b5c9a75d5392f71bbb682bf3474 1 0.00/1.00 vMB 0
69,993 69,993 000000000136eecd72d1e5a51ecd228310f17a3a2a66db816d9fe8b6ccdf7708 1 0.00/1.00 vMB 0
69,992 69,992 0000000000b4b543a676a2ef856eabca11d627f14a69772634fdaf99f2cc91c8 2 0.00/1.00 vMB 0
69,991 69,991 00000000003622e62eb2824871458ecf0c9cb1264a90edff4ffa691fe3547317 1 0.00/1.00 vMB 0
69,990 69,990 0000000000e4986c258fd8d944c83970c6dfa489c14dc8559dd7492fa1557704 4 0.00/1.00 vMB 0
69,989 69,989 000000000089761a9e5e34e07f871ea12b87454f00ad5f4d3e83c0385e94ecac 2 0.00/1.00 vMB 0
69,988 69,988 000000000132f712f4f30acb71daafff293431023d085023e59fd16287878269 1 0.00/1.00 vMB 0
69,987 69,987 00000000014894e133db43826830154927b5ddf0557bd68286172072dd32b8ea 5 0.00/1.00 vMB 0
69,986 69,986 00000000003724b758599beccf18c1666de0e63f97e5c0a7e3aa2fadd9045135 6 0.00/1.00 vMB 0
69,985 69,985 0000000001398313aa3e223f4a95e3a739fbc081e518b314a8f34b7e9e2d22d1 2 0.00/1.00 vMB 0
69,984 69,984 00000000002f3737c5823401fae07a7be4a20d4c74f5a2509190beedf2e72d85 1 0.00/1.00 vMB 0
69,983 69,983 0000000000225d971a1a1aa4e47fc4395f9c57820774976d862761b1d16dda02 3 0.00/1.00 vMB 0
69,982 69,982 000000000035b2854309ea5e5b7a5b54217bc707dca07b4fa85ef8160798271a 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.90 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: 713.74 GB
    • Received: 17.46 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.