Loading Tool

Explorer IconExplorer

Memory Pool

85,349 transactions
32.86 vMB
0.07736112 BTC
Random Selection Loading Transactions
Max Size: 195.30/200 MB

Candidate Block

Mining Attempt fd6b9a517fc4677431b60ce18da4ae119e6f367239ee3efd8fdd6e19e042ec2d
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root e46f34d0bda494cc4cfbe0243bd6d95dbfd341bfd54147fab5dd6c4813ab4766
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,444
Size: 1.00 vMB
Total Fees: 0.01246927 BTC
Feerates: 203.60 > 1.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (381,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
533,394 533,394 00000000000000000016903f2b89d8a2cd8f10db47d9e121bedd4d8eb7ddcd64 2,395 1.00/1.00 vMB 26
533,393 533,393 0000000000000000001508a9bd856bd1dcc7a88302f41d8662a25d81742ecd5e 1,911 0.68/1.00 vMB 22
533,392 533,392 00000000000000000032f8602643368906d2ca0fed63a0f1ddcdd0f4c87e91f5 2,652 1.00/1.00 vMB 23
533,391 533,391 0000000000000000003447960ec4d6fd9a04ff77df6d74550e41310d9948eb25 1,200 0.61/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.29 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: 657.24 GB
    • Received: 14.50 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.