Loading Tool

Explorer IconExplorer

Memory Pool

79,212 transactions
30.08 vMB
0.12518738 BTC
Random Selection Loading Transactions
Max Size: 180.45/200 MB

Candidate Block

Mining Attempt aa5cc5fb05e37cce402caaf35b7dece5de17add7b66d43344135cb88982d9cb0
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 690dfe56da39eb1013a0e0303eef1f10a9d208584ce9248737a778f50adf6b83
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,059
Size: 1.00 vMB
Total Fees: 0.03895759 BTC
Feerates: 673.02 > 3.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (283,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,892 631,892 0000000000000000000e977f88d2ce53eb187d464567b4e2435ff00ad0ca722e 2,097 1.00/1.00 vMB 36
631,891 631,891 00000000000000000003cc701e5d5b6efa617a8bd1740b967786edecbe2822a4 2,552 1.00/1.00 vMB 50
631,890 631,890 0000000000000000000ce3cd09768aa26411b8ebd05e00786f91fd0a74e1c79b 2,625 1.00/1.00 vMB 59
631,889 631,889 000000000000000000078dfa9f3a7b958c60cd4338ebfca190a324bc0525164e 1,883 1.00/1.00 vMB 109
631,888 631,888 0000000000000000000bca9b65d61a96db1bcd07a5c3b5909fdd9a013a4f1e25 2,823 1.00/1.00 vMB 72
631,887 631,887 000000000000000000113dd2f45a5c099520eb1af1ade5fedb388e6f0bce472f 2,749 1.00/1.00 vMB 108
631,886 631,886 000000000000000000052d51477cd7a04bb96b16c34687af3d6d5023d73a54a3 2,338 1.00/1.00 vMB 108
631,885 631,885 0000000000000000000abcabf2f3c5fd88da48a77e57ace583ad0e4ac63bc3b8 3,020 1.00/1.00 vMB 110
631,884 631,884 0000000000000000000a11ee90157eb957e56c13e6eea6ebc554431a3ab7baf7 2,914 1.00/1.00 vMB 89
631,883 631,883 0000000000000000001086b6a9633d62d8589ebb629d3629b2bf268cf14b05c0 1,246 1.00/1.00 vMB 27
631,882 631,882 000000000000000000117cb3970916e42a892d4c11e08fcfec9740be9569617a 1,337 1.00/1.00 vMB 4
631,881 631,881 00000000000000000011ce19da2b1c539ec59f56c1171b716f1758777e48bab6 2,467 1.00/1.00 vMB 65
631,880 631,880 000000000000000000036a3cd9a6c032f4afb75cc6f581e184aa962bf6734575 2,513 1.00/1.00 vMB 43
631,879 631,879 0000000000000000000243333fa72c6ee49240c65de40ae0ce740a466a9f17ac 2,598 1.00/1.00 vMB 62
631,878 631,878 000000000000000000007b8036e5a3bce82df8841af686efbd6c6f50538572cc 2,800 1.00/1.00 vMB 18
631,877 631,877 0000000000000000000a6abe19cfb4badbbdb3ba6237e9e66757e87acf2bfbd1 2,590 1.00/1.00 vMB 17
631,876 631,876 00000000000000000005af94d876c0c007ea05b3551d33630d366168b4829b21 2,558 1.00/1.00 vMB 38
631,875 631,875 00000000000000000004f272f8fac2c12ed0a385cd562387d78bb18d1601e24e 2,170 1.00/1.00 vMB 103
631,874 631,874 0000000000000000000f8d8daa86d1ed10efb9d73428d0ee583cf1a493b9b0b6 2,888 1.00/1.00 vMB 18
631,873 631,873 0000000000000000000d760dc4c852f942fca42f641971a9de2f2a9a95fcdb22 2,510 1.00/1.00 vMB 36
631,872 631,872 0000000000000000000c0acd8a335f49ef34382f4ca5eb2c127f810a6777d0e8 2,425 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 713.05 GB
    • Received: 17.28 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.