Loading Tool

Explorer IconExplorer

Memory Pool

80,480 transactions
29.91 vMB
0.09770299 BTC
Random Selection Loading Transactions
Max Size: 180.55/200 MB

Candidate Block

Mining Attempt aabeeb0017be68d0c9a2102a60be6df654ff2da752d223089a3e725cf3697493
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 13124a12844ed77840acd8fd7b0a9094d9652f86263704a1d0b7df6449f39e2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,753
Size: 1.00 vMB
Total Fees: 0.03158939 BTC
Feerates: 100.25 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (395,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
519,629 519,629 00000000000000000020047d84e9d2d0b479bb9b44b7b21fdedb938b5e52e2cb 2,307 1.00/1.00 vMB 26
519,628 519,628 00000000000000000013af3df565d5fc38758c4f86a8b1f820bbf5e90e7b05d9 2,635 0.99/1.00 vMB 23
519,627 519,627 0000000000000000000568f9e90adfc6b98c6fce20f92629dbe47acfa131da98 1,583 0.58/1.00 vMB 2
519,626 519,626 0000000000000000002aa140dc0d98e0eb3833d57e808d799ac06aae03a172c1 2,551 1.00/1.00 vMB 15
519,625 519,625 00000000000000000003485c5cd2a5ca9c83d93d28bf7a73cf7a10c8ed4cd789 1,864 1.00/1.00 vMB 39
519,624 519,624 000000000000000000286038c2d849d69a0bccf1b579058beb06b5c37f3204c4 2,928 1.00/1.00 vMB 27
519,623 519,623 0000000000000000002df09f4cd50e1c5c386f374e96cc93d0ecb07a6a09f6ee 723 0.33/1.00 vMB 43
519,622 519,622 000000000000000000491dacb0d809dbc137fd895c9800f41fd21c5126cad699 39 0.02/1.00 vMB 18
519,621 519,621 000000000000000000051cee20ccd6f2f6e52f1dc8de50156afc6a87ed848ecd 997 0.33/1.00 vMB 35
519,620 519,620 00000000000000000035efa97e4f52fef39440460fa4ca98983631aa462f41a0 760 0.41/1.00 vMB 25
519,619 519,619 000000000000000000292d2f5c7da6afc44130b87d31b195c1759c2ca7b0aa05 1,380 0.57/1.00 vMB 23
519,618 519,618 0000000000000000001ac65044a57c0007b0ae3541ceff57e98e6cd76bbdd88d 1,366 0.50/1.00 vMB 26
519,617 519,617 00000000000000000028128f7422d7c712fbe58e5b0cddbd10f183a591ecb4a6 2,296 0.84/1.00 vMB 30
519,616 519,616 0000000000000000002a5ef11f36a92b5aa3c83818bf2838ca3d41daf8450209 1,937 0.87/1.00 vMB 26
519,615 519,615 00000000000000000036fd840a89702868f2bcae2944867426d1e32cd7d59e99 1,063 0.44/1.00 vMB 28
519,614 519,614 000000000000000000171f69ccdc618bd8c475f49fa5438ec6e6af7f6088594b 457 0.19/1.00 vMB 13
519,613 519,613 0000000000000000002c3f89c2acd5876eb554e453cfe532845e1c39682fede7 1,987 1.00/1.00 vMB 30
519,612 519,612 00000000000000000040936d30043be4a7d1dc96106c0630b80e5690aa5dd57d 1,334 0.54/1.00 vMB 4
519,611 519,611 0000000000000000004322c5e1856b317855539d244f90f24373d63ac3f380a8 2,570 1.00/1.00 vMB 48
519,610 519,610 0000000000000000001e03c08ac8e3eb663f42ee88749d7a1ca126f537f334d1 2,318 1.00/1.00 vMB 31
519,609 519,609 00000000000000000025d68b9621a574a511532c71ccb0514e07ec2da30fafcd 999 0.45/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.56 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: 670.18 GB
    • Received: 15.83 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.