Loading Tool

Explorer IconExplorer

Memory Pool

86,914 transactions
31.77 vMB
0.11648270 BTC
Random Selection Loading Transactions
Max Size: 192.38/200 MB

Candidate Block

Mining Attempt eac8117f562864317d143aba9ee68d56b5e53222959efd798e2425e2b1ef1e06
Version 20000000
Previous Block 00000000000000000000ffda920f705e0b40f69b2032b14eb1181fe10feae91a
Merkle Root 8a8b4c3c65144f96e974cb4940d3614f07ba37a8b80e2296defab30efa828d0d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,610
Size: 1.00 vMB
Total Fees: 0.03526376 BTC
Feerates: 547.69 > 3.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,956 (381,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
533,415 533,415 0000000000000000000d4629343a52fe818ab6b7129b9452e5db32fb86ef751a 3,032 1.00/1.00 vMB 5
533,414 533,414 000000000000000000294d2a4fc60afd08d0597f2c886d7c3ef6dea864c3bafe 2,248 1.00/1.00 vMB 31
533,413 533,413 000000000000000000068ea1499d005936db166890864bb1a39acb1472cb9909 2,094 1.00/1.00 vMB 52
533,412 533,412 00000000000000000001a9176c2b451e0e186b68dd2a28062f1558bf5dd96d66 367 0.13/1.00 vMB 39
533,411 533,411 00000000000000000032b1d3d9d4d14f09d43f6f0a07afeee3e99d972547e5f7 1,771 0.92/1.00 vMB 8
533,410 533,410 0000000000000000002425a288b5a719245bed95a966d9aeed464951af1fc0f4 2,410 1.00/1.00 vMB 17
533,409 533,409 0000000000000000000a49dd9ad028d423fb710c7163ff2b1292ece99fc0b214 2,680 1.00/1.00 vMB 45
533,408 533,408 00000000000000000010a8f76684289743f0312ed523fd940707b2d28dc64325 1,500 0.65/1.00 vMB 22
533,407 533,407 0000000000000000001b138c32aa007fbf7e96cb7259d1ccc6bba915ab03f1c1 289 0.14/1.00 vMB 39
533,406 533,406 00000000000000000008119a35dc26e3df267f5a5ae199203263eab043dbf796 496 0.22/1.00 vMB 27
533,405 533,405 0000000000000000000e2aa2258d7d7b7237f19eb905bdf42b56ec5ccb346a3b 1,618 0.85/1.00 vMB 5
533,404 533,404 00000000000000000014090483be1db404bb10ccff1da1ca9db0f6fd756c7104 2,351 1.00/1.00 vMB 24
533,403 533,403 000000000000000000022d74161acc397b6ae5a0cf290ab3f3543f3be10ced38 3,188 1.00/1.00 vMB 12
533,402 533,402 0000000000000000000d44ccd8afc644e9633816a91424ff49a646a83ce3dac0 2,246 1.00/1.00 vMB 62
533,401 533,401 000000000000000000255aa7f82c9f3d7381bb12070825b18e9308bf17ccd6bb 41 0.01/1.00 vMB 12
533,400 533,400 00000000000000000000f9ec191e2fd85f2e8580dc1beca86c7ae76b6dfe4af1 1,811 0.83/1.00 vMB 4
533,399 533,399 000000000000000000114b17fc7215a29dce67034278d79c46b60f0a0de85cff 2,297 1.00/1.00 vMB 37
533,398 533,398 0000000000000000001ade1dff3b0e3c716849ef8f52402ed1dc8df1f24ae62d 967 0.44/1.00 vMB 24
533,397 533,397 00000000000000000035d8055a939b81a2e5b487549c61f8c93cbf9c969bf778 487 0.20/1.00 vMB 25
533,396 533,396 000000000000000000347b01a40b65b9732b536e42b0e7b148cbbb296381e06a 220 0.06/1.00 vMB 17
533,395 533,395 000000000000000000058c995fa5ac38efe7783e2c66d5c68f45326f6ee1174e 1,980 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.31 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: 660.23 GB
    • Received: 14.64 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.