Loading Tool

Explorer IconExplorer

Memory Pool

40,886 transactions
28.74 vMB
0.06426159 BTC
Random Selection Loading Transactions
Max Size: 147.08/200 MB

Candidate Block

Mining Attempt 6d6f267965890872164d93fed112057d42081d61f6f0a926b6657a81dc4eee68
Version 20000000
Previous Block 0000000000000000000088aeb2f6ddaa71b9393d28b738c65cd40abb7d78efd3
Merkle Root a1db959bae6f85e5d3b6af2eb69e0cba75a3286398ff77ef2b85c72711d18b3c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,845
Size: 1.00 vMB
Total Fees: 0.00854339 BTC
Feerates: 100.55 > 0.86 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,615 (472,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,972 441,972 000000000000000002e86ad03512e7d038f921c743e181bd58d4067516c17c24 1,237 1.00/1.00 vMB 41
441,971 441,971 00000000000000000027a521696887aa5f0df364c31bf4e9eac0bbff60cb2208 1,773 1.00/1.00 vMB 89
441,970 441,970 000000000000000001173cc380372de5bcd031ddcdc93f72bfc5af4a7fd590ce 941 0.38/1.00 vMB 78
441,969 441,969 000000000000000002161f8fe9e7aa88c6dc5bb46c8723c68f1002373eb87ba9 1,002 0.61/1.00 vMB 74
441,968 441,968 0000000000000000012ac3ff1c2e4ea4e79bce6a601b1e02850ed4ce150891ad 644 0.36/1.00 vMB 82
441,967 441,967 000000000000000002ff8a854498fc1652706ff581a0e505e12e5fb075d80913 619 0.87/1.00 vMB 17
441,966 441,966 00000000000000000061ac33c5f226465e541ade65a4b4d6b37c1036d0a8715c 1,558 0.86/1.00 vMB 75
441,965 441,965 000000000000000002635644d4920662388ea78503908a415ae4b76275cf0a66 671 0.99/1.00 vMB 19
441,964 441,964 000000000000000003a9c1ad2233da1f83e62a976a79889952c617852e6c5208 1,331 1.00/1.00 vMB 49
441,963 441,963 0000000000000000038f046d2e9c05766cab923208e378c93ae55589de241140 876 1.00/1.00 vMB 35
441,962 441,962 000000000000000003777f4ac0efd94897c845d82ed2f07d3a7fdbabfa13f5f2 1,254 1.00/1.00 vMB 40
441,961 441,961 000000000000000001661c56c3cfb297d8b0d3ba94426b18b32f9bd44cf0406a 500 1.00/1.00 vMB 43
441,960 441,960 0000000000000000032d778bc1a07beb0e87a6f8900288ff26ea2b6659dbd7a1 618 1.00/1.00 vMB 52
441,959 441,959 00000000000000000060b252b876b8ab7ddf6bcc26a7e5f3380188d95a230335 1,953 1.00/1.00 vMB 47
441,958 441,958 0000000000000000017bcafb1d675a88999583bcbdfcfbc0677a2b3a62e96b8b 1,590 1.00/1.00 vMB 74
441,957 441,957 00000000000000000019fc5338eaca54e0fd9d384aa196ef2914d8415e617da0 2,107 1.00/1.00 vMB 93
441,956 441,956 000000000000000001b5e51ff3db6c0f839e7f7d80fe0d6ebb5aaaf64c6e4f66 2,346 1.00/1.00 vMB 89
441,955 441,955 0000000000000000016385c8b11307dceb11ec697282f3f470493fe54770f90a 2,017 1.00/1.00 vMB 72
441,954 441,954 0000000000000000000f7dca31bfd875cac8f231adb802c509a8e63bd1b92d47 1,808 1.00/1.00 vMB 66
441,953 441,953 000000000000000003c5fe967300fdf4ff89d398b89a09d2a47d8695ff66ae0f 2,675 1.00/1.00 vMB 98
441,952 441,952 00000000000000000190ce51718fec8f6a3656185d628f975f00a8abf17e5e05 7 0.00/1.00 vMB 382
Previous 10 blocks ↓
Total Size: 781.71 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: 629.35 GB
    • Received: 11.90 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.