Loading Tool

Explorer IconExplorer

Memory Pool

80,508 transactions
29.92 vMB
0.09162972 BTC
Random Selection Loading Transactions
Max Size: 182.67/200 MB

Candidate Block

Mining Attempt c15096668eed56d73a2753cc86fe377f162c6d84ae2929a90c4313a3d3b8f57b
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root ef82b12f8f4d781d6b6697ea6d3955f294d33bcb4a4927bc86dc5edd131e95ef
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,404
Size: 1.00 vMB
Total Fees: 0.02498744 BTC
Feerates: 402.60 > 2.50 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (456,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
458,732 458,732 00000000000000000194855a71f808444a2e50302f4a8b6792502323222f0e70 925 1.00/1.00 vMB 70
458,731 458,731 000000000000000001c138c049e5293f7c266299f36c6e71398c0b801f26236b 2,112 1.00/1.00 vMB 187
458,730 458,730 00000000000000000198b247c830676b02faa2eee36aa993cae6b4dda2329c3d 1,490 1.00/1.00 vMB 90
458,729 458,729 00000000000000000177d0af07780f0021093dff27eca32b999b479697033088 1,357 1.00/1.00 vMB 97
458,728 458,728 0000000000000000005424b5ee7a2e5689353e2ef8e87b9829d5a83450faef2e 2,080 1.00/1.00 vMB 188
458,727 458,727 00000000000000000016363bd4221713f89f679730e6d574e65fcd8dba1e7ba5 1,508 1.00/1.00 vMB 232
458,726 458,726 000000000000000002233b0d5bf34ea9068b6ea42840bab9c8c6ce00790692e7 1,222 1.00/1.00 vMB 80
458,725 458,725 0000000000000000006d7199531ccb8dd7a2e516dfdc8167ea9be8a8247c1384 2,184 1.00/1.00 vMB 122
Previous 10 blocks ↓
Total Size: 782.95 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: 715.20 GB
    • Received: 17.67 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.