Loading Tool

Explorer IconExplorer

Memory Pool

78,574 transactions
29.33 vMB
0.08362136 BTC
Random Selection Loading Transactions
Max Size: 177.24/200 MB

Candidate Block

Mining Attempt b7807d4282373569266bfb427915c1f166dafdb84c34dd68d5683113865a8301
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 0d02f47efaa8d6efb3da3b5d94c67b24b34ffe370eaab9284835f8df4699652a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,635
Size: 1.00 vMB
Total Fees: 0.02187864 BTC
Feerates: 95.73 > 2.19 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (465,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,289 449,289 000000000000000001f975d836ac76df91f6b1a9a9f0ad291b413ac2701971c0 1,214 0.96/1.00 vMB 49
449,288 449,288 0000000000000000029ea32d30071489d1ad8ddb7b470cb0cc401698f65cc5f5 2,004 1.00/1.00 vMB 81
449,287 449,287 000000000000000001c231b02bbe3c576a74811445ec2c4897332a38af887945 518 0.24/1.00 vMB 78
449,286 449,286 0000000000000000025f98bf6b86552e1f86ec7606b7851f9f20f95a9f5478fb 505 0.50/1.00 vMB 32
449,285 449,285 00000000000000000019089d0372a8c094c43697d098598c804aabcf314a5196 2,193 1.00/1.00 vMB 76
449,284 449,284 00000000000000000044297d113eba19c4b43492996524b0eb42c1e7a92ae6d2 2,081 1.00/1.00 vMB 77
449,283 449,283 0000000000000000014526cd3abaef81bd2157d7f3f7d810a66d3241092e49c1 2,560 1.00/1.00 vMB 92
449,282 449,282 000000000000000000898efa48d537ff542c57b03ed39fb82ba35e65da837539 1,254 0.58/1.00 vMB 68
449,281 449,281 0000000000000000016a333627e0c0f94b37d33dc12f5e3d85cf89cdf75bf263 2,362 1.00/1.00 vMB 82
449,280 449,280 000000000000000002934482fd42a1488f055e0496db2bb8d69f0e543c8aeab7 386 0.17/1.00 vMB 75
449,279 449,279 000000000000000000f7f4bee69bf9d3dd4fce93d85ed98d50f60d1f7b09dbd2 675 0.42/1.00 vMB 52
449,278 449,278 00000000000000000036746e87956e7c177203bb68957cd2a3a0474c6649c342 2,182 1.00/1.00 vMB 76
449,277 449,277 0000000000000000016d03ac6ea9a32ef179da0a58ed8895e9d2b673a35b4d5c 1,155 1.00/1.00 vMB 84
449,276 449,276 0000000000000000002c4bc20cc00a0d57eb60ea2f5362b516f62d8b73fad338 1,157 0.43/1.00 vMB 81
449,275 449,275 0000000000000000013ec6c62fa69b4fb248390aa2771f40e4f9062aa24a9f0c 1,830 0.84/1.00 vMB 63
449,274 449,274 000000000000000000c786ba01624e4143af865ac74a50e0c2bc5f4abb27332f 2,733 1.00/1.00 vMB 88
449,273 449,273 000000000000000001f5d04f41a5f4266ffe2e90a731eceb35e8ddc9f7585356 73 0.07/1.00 vMB 49
449,272 449,272 0000000000000000012d886183fd8bfaa88a81fc6e68ac4d97618453de2ac43e 1,548 0.69/1.00 vMB 77
449,271 449,271 00000000000000000297cc6292f66e6f9c6d56a0e2b9fbc8bb75eb8ce70ae229 189 0.09/1.00 vMB 69
449,270 449,270 0000000000000000006a12de903d3f687303f6c392e9baf3c3238195188f6ee2 1,737 0.74/1.00 vMB 77
449,269 449,269 000000000000000002a9f156d7728abcc66809977d87202dae068e3f5e3cf85f 256 0.10/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 674.83 GB
    • Received: 16.43 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.