Loading Tool

Explorer IconExplorer

Memory Pool

78,346 transactions
34.57 vMB
0.16472966 BTC
Random Selection Loading Transactions
Max Size: 192.15/200 MB

Candidate Block

Mining Attempt 6b61a926dc0ef61154cccd8d54672cf0a824cd092b6e0facd83955cd0bf8f747
Version 20000000
Previous Block 00000000000000000001b3adfdc6c5691439ea95a4ea84dbe47417874bd4e5b8
Merkle Root d8a8a600a90b53d0c32ef7e0f03b264b490491d7a69f007e46741b7459b207ce
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,948
Size: 1.00 vMB
Total Fees: 0.03821253 BTC
Feerates: 445.78 > 3.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,418 (477,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,203 438,203 0000000000000000008082b1c770d6e7a86719d92fc5afa316aff5dbca9b2ba6 396 0.99/1.00 vMB 9
438,202 438,202 00000000000000000316c93da7296b2cbba55a8f112d239dbb39eb7c5b2a6ee3 1,560 1.00/1.00 vMB 62
438,201 438,201 000000000000000001306e6e61944b8c8172f221ce943a8d18239ea059fd382a 1,850 0.95/1.00 vMB 64
438,200 438,200 0000000000000000039bc488d0c9dcac20ec766f3627526c41a7f5235aa5b124 628 0.55/1.00 vMB 44
438,199 438,199 000000000000000000103c91414f757cc35ad392af1613e70afba6bb2a0a528b 600 1.00/1.00 vMB 25
438,198 438,198 0000000000000000015568060704db01b91a725b253d1e31e15a4b609b11b48d 1,241 1.00/1.00 vMB 36
438,197 438,197 0000000000000000027cac30d97bf3df2a082a2fcdb310a86ade77cfaa2aefd4 1,901 1.00/1.00 vMB 67
438,196 438,196 000000000000000000ed05048f6dfd0f568afd947208b4a04580abf1df3077d3 2,193 1.00/1.00 vMB 60
438,195 438,195 000000000000000003e9a1ff5eb090e516a40e057285d6881003da16441c27c2 1,442 1.00/1.00 vMB 77
438,194 438,194 00000000000000000209186dfe5b1d409b8d39414fa961d0b8fab214c71e80f3 2,286 1.00/1.00 vMB 55
438,193 438,193 0000000000000000034553f8c35a8d0a58c39a9dec8ec0962c66f704c57a57b0 2,009 1.00/1.00 vMB 72
438,192 438,192 000000000000000003a8d3f321462b1d039e2ae855ebb841a15f17dcfb23e5b6 2,138 1.00/1.00 vMB 77
438,191 438,191 000000000000000003d9583e2d92ac843ea5accdd52eb3425cfc8ab07612dcfb 1,582 0.75/1.00 vMB 74
438,190 438,190 00000000000000000351f11b00adfb2b7ad1cd498f3f124208b3afc2797f957f 1,570 1.00/1.00 vMB 87
438,189 438,189 00000000000000000389f25a55bf8c72aa3a29d8c9f54ada1f6921cd4cdaed2a 2,392 1.00/1.00 vMB 73
438,188 438,188 0000000000000000007a16dc74933fdbb082989343bc5762a0f2423906ae6930 44 0.02/1.00 vMB 65
438,187 438,187 000000000000000001d03e8538550e7e91aac9be6b7ff674472952d5f9f6ce01 756 0.43/1.00 vMB 63
438,186 438,186 0000000000000000036baa5bcbfaa0e46b0651606c7aac8dd924cdd4254a3e0c 765 0.60/1.00 vMB 43
438,185 438,185 000000000000000003adccf67d05562b6f3e95c824a383438b3de989342def76 1,105 0.74/1.00 vMB 46
438,184 438,184 0000000000000000022977f422cf06411443b9fe17e26169119b9bc0d2a78c8a 2,532 1.00/1.00 vMB 65
438,183 438,183 000000000000000004484e99cd4ca96c4ba3db469a6160111281a58d47a0380b 1,821 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 783.11 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: 736.44 GB
    • Received: 18.58 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.