Loading Tool

Explorer IconExplorer

Memory Pool

78,715 transactions
29.16 vMB
0.11874312 BTC
Random Selection Loading Transactions
Max Size: 175.89/200 MB

Candidate Block

Mining Attempt eb66bba6a2e0d72f8efc17e878e1ee3a69956f59cebfb407e190b040c82fdd28
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root cd8ac9362324a65f80b38fae4a72aa420b8ab524337bdae02cec7bd2f55f65a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,106
Size: 1.00 vMB
Total Fees: 0.04289630 BTC
Feerates: 150.80 > 4.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (307,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,744 607,744 000000000000000000132e7374cf20d27da60e3541f64e3f7636a51ad99c1bac 1,890 0.71/1.00 vMB 19
607,743 607,743 000000000000000000112bcbd4213366bea861455bd03cb8a6a8c7edeabe2fa7 549 0.17/1.00 vMB 22
607,742 607,742 0000000000000000000390381c5acafedaa8a863cff8a951f3de110ef2bd4f4c 1,573 0.52/1.00 vMB 18
607,741 607,741 0000000000000000001383e8e6d3a9ca8b19625b864c7f1f725f9aee89b5d670 554 0.18/1.00 vMB 26
607,740 607,740 0000000000000000000adfd6db508e084b14863654ccc16f0a9c9b2de8df5baf 1,939 0.54/1.00 vMB 14
607,739 607,739 00000000000000000009c6351ed8eb326e4a12c8cd77925a90a23b5eeab1d369 3,125 1.00/1.00 vMB 24
607,738 607,738 00000000000000000004fc153765bdac5017253ac5a871e74441c3d88906064c 2,921 1.00/1.00 vMB 20
607,737 607,737 0000000000000000000ebed57962a997572f06a3db28ac43f658c7fb26fc76ca 2,291 1.00/1.00 vMB 23
607,736 607,736 000000000000000000137469fbc2b18111b1a125998a99b6e22edc624a958b7b 2,420 0.84/1.00 vMB 20
607,735 607,735 00000000000000000009cdfacead154cd84e862c2aca511997d0b1cd97dbf897 1,632 0.54/1.00 vMB 10
607,734 607,734 0000000000000000000dc6c9827e2596eebb3b655de3ab0f5178bb740782bf83 2,372 1.00/1.00 vMB 23
607,733 607,733 0000000000000000000faf74e5fa2e1022b8e764d107813d068b43b181be61f3 946 0.38/1.00 vMB 18
607,732 607,732 00000000000000000010b8d394b48f8267290fe241137b3a7b5fb8ab015de4b0 522 0.25/1.00 vMB 19
607,731 607,731 000000000000000000117d30a67a1ea82438b2fd2f4a00c189f723111e79c67d 815 0.23/1.00 vMB 8
607,730 607,730 0000000000000000001437edd81538af0f6dbfcc6df590e756cf0d388ef24fc4 2,263 1.00/1.00 vMB 20
607,729 607,729 0000000000000000000a2e4a7fc6725421326575a74477fa97823968a19e9156 1,795 0.44/1.00 vMB 10
607,728 607,728 0000000000000000000666f4b9068fe88fa4be8ba960759d1683a3c60f9d089c 2,555 1.00/1.00 vMB 25
607,727 607,727 000000000000000000044270f3e3a29fb8d79e97bb212f598bf18d2a1d71c7d8 2,485 0.93/1.00 vMB 6
607,726 607,726 00000000000000000009da0d60257ce17f8b0b4f0c20098d20794eea29fe82ba 3,436 1.00/1.00 vMB 23
607,725 607,725 00000000000000000002920c4c8f2226613145e5141045eeea61431e14e1b5d3 2,336 1.00/1.00 vMB 30
607,724 607,724 0000000000000000001025faf391b5a4f27074229b2a6166c62155c3bd458df0 1,671 0.48/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.