Loading Tool

Explorer IconExplorer

Memory Pool

39,703 transactions
27.97 vMB
0.05802675 BTC
Random Selection Loading Transactions
Max Size: 142.69/200 MB

Candidate Block

Mining Attempt 0f09acd0d8eeffe8b0ac85dbae2fbc59bc2830a8e77f52525a14ca9948ff63f1
Version 20000000
Previous Block 0000000000000000000210ce047a899c3165142ca92db23549562eea5202e5a5
Merkle Root afa0d1e04d0a5ca7c5ad4a67dbe60f40a98afc41ac85603f9af959302972d266
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,298
Size: 1.00 vMB
Total Fees: 0.00445324 BTC
Feerates: 50.62 > 0.45 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,633 (472,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
441,951 441,951 000000000000000001a51571aa6f46fcdc8a9f82a347eee70d7b912fd4b79c4a 2,151 1.00/1.00 vMB 84
441,950 441,950 000000000000000002706f6c22f27250f636238fa2b905c1470e68df8c081caa 2,151 1.00/1.00 vMB 88
441,949 441,949 000000000000000001e039bfba8bed87c770db9196e88a86b6a94cbb1781781d 2,254 1.00/1.00 vMB 88
441,948 441,948 0000000000000000015df6ca2891b63b233a73bc3e181a2c2bf85b0ba6cd49eb 447 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 781.74 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: 630.39 GB
    • Received: 12.03 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.