Loading Tool

Explorer IconExplorer

Memory Pool

40,222 transactions
27.78 vMB
0.09222398 BTC
Random Selection Loading Transactions
Max Size: 142.67/200 MB

Candidate Block

Mining Attempt 46c896970cdc179185a2ed9f49b8481adaa05417f6e3ff1274f4620511b619e7
Version 20000000
Previous Block 000000000000000000003c72a8e979c40102671daee68898431e57e1558ff72f
Merkle Root f56f2b08946101168db92dee65e5d800fbddf728b9108bf452196e3e77a4d0ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,531
Size: 1.00 vMB
Total Fees: 0.03298942 BTC
Feerates: 318.73 > 3.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,304 (807,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,608 106,608 000000000002adfa9b02d50201f1c44b2efe17dd37305bdb367d386cd2e2291f 1 0.00/1.00 vMB 0
106,607 106,607 000000000001c31ffe4d71c38cff784ddce5108423ca3d7fcec30502b0e6414e 2 0.00/1.00 vMB 0
106,606 106,606 000000000001d2e3c91efd451ca4c310615496fd28b61bcb362f636ca91348fa 5 0.00/1.00 vMB 0
106,605 106,605 0000000000004f914060c49e7c075c10cf9528ac82157836c28caa3259f849c9 3 0.00/1.00 vMB 0
106,604 106,604 00000000000062cdcb2bd5f710f3ebc44a9f75ffcba2da64f399f67c329ae281 1 0.00/1.00 vMB 0
106,603 106,603 000000000001b84dc9cfda8995f8aaa9339989e0b33599dd057fb590deb6f069 4 0.00/1.00 vMB 0
106,602 106,602 000000000001b25b265a596d2016de09f26683406d13e05b729bd7b33264be3b 3 0.00/1.00 vMB 0
106,601 106,601 0000000000023de9e73c2b6d9d20d68bfbed2e57f297e8731233233265d35492 4 0.00/1.00 vMB 0
106,600 106,600 0000000000025da1e6bbe37ab44c2e6cb0a7ffb1e4881a488457ece0dd3e5c99 3 0.01/1.00 vMB 0
106,599 106,599 000000000001cf09258f0c4ba1247c0c8c3cfc6237d5ef823b2d6210e087976e 1 0.00/1.00 vMB 0
106,598 106,598 00000000000278f255a8f82562a3bce28ac31b292934245f954285ca0feb1f82 5 0.00/1.00 vMB 0
106,597 106,597 0000000000014c92e4b8d033d7dfb1e4fd0171bc9dc0fb05ca11e5a8f938128d 18 0.00/1.00 vMB 0
106,596 106,596 0000000000006948d7ad0d9ae7b59a5a0f530cb4b112baaeadc6b38de80b3c3c 1 0.00/1.00 vMB 0
106,595 106,595 00000000000161c97bf099b1c40883a11b6b60a92bc9ddab691e79da4ab36c3c 5 0.00/1.00 vMB 0
106,594 106,594 000000000000674466c0ae2ee6965cdd0c25102ae9d597cf12420378ac2aae43 4 0.00/1.00 vMB 0
106,593 106,593 00000000000076e389bacb72ba246a2510eb3ba249874fa1c7f1e0d776f045ff 1 0.00/1.00 vMB 0
106,592 106,592 00000000000282f577b7fb724b5fc321561e2bbc9bcf2ff0159aa0efaef32ddc 1 0.00/1.00 vMB 0
106,591 106,591 00000000000036743950dbd721b34ded1576c386c05c9fb6d708d5bb28489441 3 0.00/1.00 vMB 0
106,590 106,590 0000000000021ead023a8eb7192b082243377f3f0d0d8a9b815577d3910eedb6 5 0.00/1.00 vMB 0
106,589 106,589 00000000000170d9b65403fbaa0ba37adfb42ee098cb27f6397483960cafcb46 21 0.01/1.00 vMB 0
106,588 106,588 0000000000022703d4176b06e287fdd27a8be1a2593b037fb81eda0240a52240 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.13 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: 581.37 GB
    • Received: 9.07 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.