Loading Tool

Explorer IconExplorer

Memory Pool

81,121 transactions
31.12 vMB
0.09136112 BTC
Random Selection Loading Transactions
Max Size: 187.68/200 MB

Candidate Block

Mining Attempt c82b15a8944c1fb8e3a3e228919dcc756e4125a938ac307dfe4fb90d6c4396e0
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root cf0e298c6e9acc8e5450f5edec5abeef90cc3dbfdcd526bec5c85687cac5ec3a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,437
Size: 1.00 vMB
Total Fees: 0.01879922 BTC
Feerates: 45.88 > 1.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (456,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,753 458,753 000000000000000001fff8ba6ead82d090c9612341331f9d93df154677d87a89 2,092 1.00/1.00 vMB 171
458,752 458,752 0000000000000000017a13b7346902b7625174dc3c6bf44a0bd511bf1e9cfe4c 1,323 1.00/1.00 vMB 85
458,751 458,751 0000000000000000016195a50e149cf4efb01f922c0a041430b7ee033a5db4dc 2,511 1.00/1.00 vMB 163
458,750 458,750 0000000000000000007876a4b531de4241e7761ae58aa6d2b85fd850eae66130 2,381 1.00/1.00 vMB 185
458,749 458,749 0000000000000000013541ed36e3902e00169b92963fd99935d15953dd0f327d 2,498 1.00/1.00 vMB 171
458,748 458,748 000000000000000000ce6dca1e56222bd42ad4fa8d1417823ffbd511109aa6e9 2,244 1.00/1.00 vMB 175
458,747 458,747 000000000000000000ff6e9b3123e2f7c4e726f4540d3860758e327fc38333cb 2,380 1.00/1.00 vMB 148
458,746 458,746 000000000000000001f24625d80f6ddbc0a6c79563d53d23360ebc1297e79323 1,571 0.75/1.00 vMB 187
458,745 458,745 000000000000000000fc0b808df8ace0d3d42f172d56fbbaeb4786a57cfc4d7d 1,956 1.00/1.00 vMB 200
458,744 458,744 0000000000000000005556acfcc6a7a92aa8dd7c2f7055296ee27b75de0df502 1,537 1.00/1.00 vMB 211
458,743 458,743 000000000000000002017a38825e099f93d58f6f66672404371299208487f5e0 1,510 0.63/1.00 vMB 114
458,742 458,742 000000000000000000f92611ca02ad67d52287271961c40305e8f54b3595f52b 2,215 1.00/1.00 vMB 185
458,741 458,741 0000000000000000015512238c150faa0fa48c22722d8b08a36067b422128e15 2,431 1.00/1.00 vMB 116
458,740 458,740 0000000000000000009f8d1c2e116aefe7fc04c8b7cbf548e49a8cd481fb63df 1,977 1.00/1.00 vMB 150
458,739 458,739 00000000000000000077f4a4063a7ce1a72c290f0dc86affc8478f0dab67c6e2 2,382 1.00/1.00 vMB 185
458,738 458,738 000000000000000001b60c0b3d48507f00ef9c8327c9cb1c01d03c7d64a4944c 2,244 1.00/1.00 vMB 234
458,737 458,737 0000000000000000018b277a53b1e885e64a8c98ad505781c0c89ddc5d042475 811 0.57/1.00 vMB 157
458,736 458,736 000000000000000000d88dbe4f940a288470e5ad4dade22b475a9aaa79b43e65 1,199 0.97/1.00 vMB 94
458,735 458,735 00000000000000000245f1f33b1f65c95871a5a445cfade44c1abd998deef94d 1,180 0.90/1.00 vMB 97
458,734 458,734 000000000000000000ec1ff58d0db3807a842d396166315ec727f44906f7ce3c 444 0.98/1.00 vMB 36
458,733 458,733 0000000000000000012d2eaa6731ff46ec197ac05de20bd8d93c5b12c04779c5 802 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.98 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.