Loading Tool

Explorer IconExplorer

Memory Pool

25,577 transactions
32.87 vMB
0.03982394 BTC
Random Selection Loading Transactions
Max Size: 173.28/200 MB

Candidate Block

Mining Attempt ddaa3356e58362979f4bd20ece521b9c8bda1648709a5f6da0cd88397f1854c3
Version 20000000
Previous Block 0000000000000000000196330505bfdc6fdc320bdf991e241a2d49f87c25a2b1
Merkle Root 7d446078052f604ddb09acf0e92567cf1f44ba43263bd1d85977ec1762abad7d
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,273
Size: 1.00 vMB
Total Fees: 0.00227782 BTC
Feerates: 30.44 > 0.23 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,193 (739,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
201,005 201,005 0000000000000250d90001e4a2ca5c84d1570c56d01a9d3133bd8217ff2ea789 115 0.05/1.00 vMB 129
201,004 201,004 000000000000024f9a0f09033b1dee8d9f5271f8963f67566e4311c8d0b85402 58 0.02/1.00 vMB 155
201,003 201,003 00000000000001ea509a6a1fce84df46569116a9d6ce68c257b2667f839837f7 83 0.04/1.00 vMB 88
201,002 201,002 00000000000004b3e96d1ac44acb6668d59c00da51c8d5e9d28a8e1c2d0f9a1d 172 0.07/1.00 vMB 140
201,001 201,001 0000000000000030f696773ae2160056e59e0618c627623fc56b0389a7232eee 151 0.05/1.00 vMB 140
201,000 201,000 0000000000000350eb681b2b81513489c5b0a74f456cd9c8a773b92d7b4d53d3 164 0.09/1.00 vMB 105
200,999 200,999 00000000000002eb2716b5a1b1dc077fc9f64fdb3bd2403ac5824037e1f7a866 171 0.08/1.00 vMB 119
200,998 200,998 000000000000026a58d7afdd8bd05aeffe34c954aca91fafbc4e38313eec2133 7 0.00/1.00 vMB 65
200,997 200,997 000000000000005111caa1b9c2f2f56731f171dc2185d3b0c9087de3cb1b6996 273 0.11/1.00 vMB 153
200,996 200,996 000000000000038cc15055e5fca46b23c636a4bcfd706b247c730480fab2ff8e 568 0.21/1.00 vMB 91
200,995 200,995 0000000000000396eb41132683e4a7d2813a7f9cfc66eb0db671dea76f488ba9 161 0.07/1.00 vMB 143
200,994 200,994 00000000000002cc55b19f3c768c4fc9d4ab029390e83a02be59f04abe0b5690 7 0.00/1.00 vMB 0
200,993 200,993 000000000000001d93b8ebcf898f1d38bc36787330af5c51ade207d677a280b1 87 0.03/1.00 vMB 52
200,992 200,992 00000000000004226b1e1ecee0c6c16c603ec112f42e2bed1d50dc1a1413b91a 404 0.15/1.00 vMB 157
200,991 200,991 000000000000043d730d4a66d67677124cfd729ed4f9309693be3b5844993ea0 267 0.15/1.00 vMB 111
200,990 200,990 0000000000000116520efd02b36be335bf2d2aedf01640889a2ca09b50fbab86 419 0.23/1.00 vMB 113
200,989 200,989 0000000000000064b81e1027109bb69f484ee671d7e144d7575ccfe7e4891cf8 436 0.20/1.00 vMB 113
200,988 200,988 00000000000000baaff7845632d280b3efd91fe4d1da3df4b5b4923caa351e30 114 0.04/1.00 vMB 35
200,987 200,987 00000000000003a4f7ee596fa6d54708eebc3f8113cb85fb0e01682315773f27 681 0.20/1.00 vMB 188
200,986 200,986 00000000000004b314b5b7f0a4ebf2f68b29d40d1fdcf74e018b3c24b54fd739 28 0.01/1.00 vMB 255
200,985 200,985 00000000000003335656761542d206d63eabd116994595b7de33f8654d764597 644 0.33/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 827.07 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: 4,441.18 GB
    • Received: 241.02 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.