Loading Tool

Explorer IconExplorer

Memory Pool

31,004 transactions
12.19 vMB
0.01881471 BTC
Random Selection Loading Transactions
Max Size: 77.71/200 MB

Candidate Block

Mining Attempt 78235d2dab08690e9693d30e51e796a406bc8c2806cceb55dbfb89cfcf297214
Version 20000000
Previous Block 00000000000000000000c271724ef9f518a9cbb577599289be35a0c6af82a09f
Merkle Root 6f2157b99216daa5f5f925a8ea8b2df4560fad0d465451270f966bef42c9edf0
Time (UTC) ( ago)
Target 00000000000000000001cdfb0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,158
Size: 1.00 vMB
Total Fees: 0.00335444 BTC
Feerates: 70.40 > 0.34 > 0.18 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 922,309 (117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
922,192 922,192 0000000000000000000111d0382fb2bd66c388294488818eefc74b31848e1e5c 2,743 0.71/1.00 vMB 3
922,191 922,191 000000000000000000010e1a20c8133a7c423ea212187b7ab315d917dc90898e 3,920 1.00/1.00 vMB 2
922,190 922,190 00000000000000000000d5125b5cdf1e1b556e9987711adaad8ba3e84b6ae436 3,354 1.00/1.00 vMB 2
922,189 922,189 000000000000000000004df6c9005563665d411cf474271d66ce8e2a359ca507 738 0.22/1.00 vMB 2
922,188 922,188 000000000000000000002f5b3a96f3e6d6ca9fdd1d0b86d7842ae02bbb719b55 2,599 0.91/1.00 vMB 2
922,187 922,187 00000000000000000001c2eaf259e79e3942996a95a8b0f8889c8bd5786a94a4 2,990 1.00/1.00 vMB 0
922,186 922,186 00000000000000000000d603b720f3ab72e8136074e214d5d0b0f25b305a1397 2,676 1.00/1.00 vMB 3
922,185 922,185 0000000000000000000100a96e6c4a2727aea8a761a159f5428a4df76fade2e0 3,030 1.00/1.00 vMB 4
922,184 922,184 00000000000000000000f3903b377336a6da4d05cb4c7e235ad3a4f26548a68f 2,681 1.00/1.00 vMB 2
922,183 922,183 00000000000000000001c8192f280590ab5a708e62a62095cad20c8c0f64d20b 2,863 1.00/1.00 vMB 3
922,182 922,182 00000000000000000000ec99614771f20de79bdff75a94ab4dfe32df7c85ccf7 2,543 0.82/1.00 vMB 2
922,181 922,181 00000000000000000001c661067c226a42865c3c7912bbe7524bcab798013103 3,787 1.00/1.00 vMB 3
922,180 922,180 000000000000000000017dc0abe7875d80e694e4527d922f4bace1d6d7128920 2,735 1.00/1.00 vMB 1
922,179 922,179 000000000000000000006fd7eb9c63b4852a856e27ff37be49cbac2c0542819d 3,005 1.00/1.00 vMB 1
922,178 922,178 000000000000000000002ced71e9b74dc55b24561565b79e5c6d00d7680d4478 1,684 0.35/1.00 vMB 2
922,177 922,177 000000000000000000010470d93e4f003af6c30b6f185715832b36ab1636b495 1,978 1.00/1.00 vMB 1
922,176 922,176 000000000000000000001fa2c05d399fa2c752c86f3883bbd1d9de15ac8816df 2,942 1.00/1.00 vMB 2
922,175 922,175 0000000000000000000017df92938a73442e9cabeb02326d25566ca935176743 3,185 1.00/1.00 vMB 3
922,174 922,174 00000000000000000000456e5342dfa5d90193d96d67a760a2675073e31dae1c 2,965 1.00/1.00 vMB 3
922,173 922,173 00000000000000000001cd1704d6a6f30564ee125f49f5f65b59481107bcd060 4,340 1.00/1.00 vMB 5
922,172 922,172 00000000000000000001bd6bd0460f0407be853315f7366501bc3f50e6eddf21 2,282 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 795.01 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: 1,820.67 GB
    • Received: 77.51 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.