Loading Tool

Explorer IconExplorer

Memory Pool

82,208 transactions
30.24 vMB
0.16916240 BTC
Random Selection Loading Transactions
Max Size: 181.81/200 MB

Candidate Block

Mining Attempt 954201d93f9ba4cb10af2c4f4dc8e38f0ce954890f716a4a8c83a2000cf8d39c
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root ed024550d4f6b7de2ec3aaa196dad89e8d81110aedeb1014d0b7486b4550ace9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,953
Size: 1.00 vMB
Total Fees: 0.06435789 BTC
Feerates: 1,002.91 > 6.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (472,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,360 442,360 000000000000000002ab05201210864f6a318bf1df73aa1f567e83e65f8fb34b 2,606 1.00/1.00 vMB 116
442,359 442,359 000000000000000000e10a18f5f9724fda92b75999e33c9a76fc8075d3c20d9c 2,596 1.00/1.00 vMB 104
442,358 442,358 000000000000000001c7ee8b0a43dbba1ab14b23ca9f2b5317f183174c8f8fe8 1,206 1.00/1.00 vMB 71
442,357 442,357 000000000000000000fc154a207c0c8308cb32789cae303222087454c70eb613 2,475 1.00/1.00 vMB 120
442,356 442,356 000000000000000002bf2bc51556da0b3939dfc0ac0659ddfe5b0f0914843705 2,025 1.00/1.00 vMB 80
442,355 442,355 00000000000000000082b88ac2ecbc4975cb9ff3dc9af370e2107e4a7a31273d 3,368 1.00/1.00 vMB 111
442,354 442,354 000000000000000000e7fb6280c65be7f6211695106987134ac49f24f4e0b31c 2,484 1.00/1.00 vMB 94
442,353 442,353 000000000000000002e4e91109d56c38b72cc1add1a7fe845590a05ef6466fe8 2,426 1.00/1.00 vMB 69
442,352 442,352 0000000000000000038cee661b16389a97a2ab3bc9367f43b1424220bf88113d 2,079 1.00/1.00 vMB 84
442,351 442,351 000000000000000002f1187759c61f2ef689f398ba9ed899a26d13f93bcd89e1 1,477 1.00/1.00 vMB 117
442,350 442,350 00000000000000000072f7a0fcfb9cbac33ef6e8884c483d06e647d802f76756 876 1.00/1.00 vMB 35
442,349 442,349 000000000000000003238382e9f8110e334703134687846622c063c6ca6e0aa7 1,645 1.00/1.00 vMB 62
442,348 442,348 00000000000000000068a608ba394774579fcf6b47e4197572682f660ba81974 1,796 1.00/1.00 vMB 56
442,347 442,347 000000000000000003d1e9982fea68c26666a3699d48e38d339f5c19658a16cb 2,566 1.00/1.00 vMB 70
442,346 442,346 00000000000000000137e00d8be8c6b0bdb114069c1d7668b3672b335f652b06 2,827 1.00/1.00 vMB 102
442,345 442,345 000000000000000002234c237737e90ca25476f0f3f3dd1c668c5bf661c409e8 2,263 1.00/1.00 vMB 74
442,344 442,344 0000000000000000020c5586944ee689097a7d070101b359b56cbd1d5805f150 741 0.58/1.00 vMB 40
442,343 442,343 000000000000000003a5d8495c324d03e942b4bddde65fcb75ac7e3f1ae2c099 2,016 1.00/1.00 vMB 67
442,342 442,342 000000000000000000c871be18bebd6ed42699203a2591b9cc0a79f5e1c5db99 2,329 1.00/1.00 vMB 81
442,341 442,341 0000000000000000002aba5bf1cf99d1b5f903e826dfb06cddc405135adad612 2,237 1.00/1.00 vMB 75
442,340 442,340 0000000000000000038cc8561e64d2a18cd75e665da84265efbc09438e057b6d 1,649 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.