Loading Tool

Explorer IconExplorer

Memory Pool

68,137 transactions
36.31 vMB
0.22597092 BTC
Random Selection Loading Transactions
Max Size: 195.15/200 MB

Candidate Block

Mining Attempt e352eed8dcd179e446fb5b5a5d002cde9d5afdb5741a8c783fda8af66098216b
Version 20000000
Previous Block 000000000000000000003037e9a0a24f24be3154ef9bb067e247aa21b2ef2f6f
Merkle Root 4954e039f593beeb8486ea05f42cb699955a48e1a77844d43e91e78fe453aa57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,928
Size: 1.00 vMB
Total Fees: 0.07881723 BTC
Feerates: 302.00 > 7.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,420 (910,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,774 3,774 00000000f02c723b9133020b3fd816c0ca646a17bc2a5142cf3b333e28f1db1a 1 0.00/1.00 vMB 0
3,773 3,773 000000006ed67fffd1fa1094b146ef28eb6666e707f89cae32cb8089e65f0de6 1 0.00/1.00 vMB 0
3,772 3,772 00000000be3b857e6a25ae86dd9ccca0bac407d6bdd7d2879dee9987b5dc1653 1 0.00/1.00 vMB 0
3,771 3,771 0000000083de75d9ccf21d9b4485d3cbdbe51c84e771c92e35ca6ac9ef7f1d89 1 0.00/1.00 vMB 0
3,770 3,770 0000000099ee0b56888def476e4173673a95d85ce144c6caa9a24e08a117e58f 1 0.00/1.00 vMB 0
3,769 3,769 0000000075702abf053488b052c1268835dd679f8d53ca070f4dff9b4392f9a5 1 0.00/1.00 vMB 0
3,768 3,768 000000000e9569691c291f73a2348033abe77175e83c3223ad5e8055d8cafee5 1 0.00/1.00 vMB 0
3,767 3,767 00000000fbb4e4f58b06df63571a363f334661adbd26f9e2efbbbc96e79f2ab9 1 0.00/1.00 vMB 0
3,766 3,766 0000000020e4376cc294263acf158802c26e5eae71ba2ea0e5a5e125a8fe6301 1 0.00/1.00 vMB 0
3,765 3,765 00000000d72c87c2e36a2a477747baeb2c851c270b802f7269a46d21087a833a 1 0.00/1.00 vMB 0
3,764 3,764 000000005eb00849f56a989030cf6d51825007cc1e13cf16815ae6ede512be5d 1 0.00/1.00 vMB 0
3,763 3,763 000000000281611838e54068fa0a95f7012112c552e711f88bb20f5d8d887f37 1 0.00/1.00 vMB 0
3,762 3,762 0000000051dbed5b843cfc04925b35cbc6820ae17bb2b0f9089330dba31d6e1e 1 0.00/1.00 vMB 0
3,761 3,761 000000004904ee5765d1bb1510b9f5b0cb4564fc27b4665224ad25b704f097c1 1 0.00/1.00 vMB 0
3,760 3,760 000000005ed01e4057a60c1d8db55b3930334aa869f07d0d043c3d5bb15e77f2 1 0.00/1.00 vMB 0
3,759 3,759 000000008b1d3d4b5ed8efd73c460c017e490f829ebcb76d357542f72f56491b 1 0.00/1.00 vMB 0
3,758 3,758 00000000429ef09d41cc04d732007565fb6664a5664bf7dcc09715c990810ecd 1 0.00/1.00 vMB 0
3,757 3,757 00000000ce16d4c34cde797cebdca5e499dc20526eb066db402f14bccc1e42cf 1 0.00/1.00 vMB 0
3,756 3,756 0000000003037afa6325b8dc63f67d61b8d0803348b7ec6401a3d49c552c7a6f 1 0.00/1.00 vMB 0
3,755 3,755 00000000aa4942c459af750f210070b7915baf4819c447935c994697b83fca1d 1 0.00/1.00 vMB 0
3,754 3,754 0000000080d9509d6350584026717a4b7c792ade114acbe177a80d7b9d8366de 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.35 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: 602.12 GB
    • Received: 10.30 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.