Loading Tool

Explorer IconExplorer

Memory Pool

79,092 transactions
29.27 vMB
0.09794057 BTC
Random Selection Loading Transactions
Max Size: 176.90/200 MB

Candidate Block

Mining Attempt cd7a8b121d62546e6b465b7a1e6b907b811d6515c10866dce76118639bf4bd14
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 2e7d34e5cdb796d36a30109f877886c423fbb826ac585d61b42ebe6c1bcec1d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,525
Size: 1.00 vMB
Total Fees: 0.03566977 BTC
Feerates: 477.45 > 3.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (474,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,615 440,615 00000000000000000062925f103c054f36f70d5079ceffa333e0a8bcdbff91e4 2,465 1.00/1.00 vMB 67
440,614 440,614 0000000000000000038b6769e773a7c328169f4cb1211a343c17133a816636b2 2,497 1.00/1.00 vMB 115
440,613 440,613 00000000000000000386ff2ae2a6cb6a006e869cd2e06f19f739b66344391962 1,216 1.00/1.00 vMB 37
440,612 440,612 00000000000000000363d16882294fcc52dbede415bd7eb2546ef92c2eb3a503 2,438 1.00/1.00 vMB 82
440,611 440,611 000000000000000003618f7edb6170f2c304dd4e47c2958cf6dc5fc28205887e 2,665 1.00/1.00 vMB 77
440,610 440,610 00000000000000000377d7b6138cd8bece1dde6327d9a0d43356cd96454047a9 2,441 1.00/1.00 vMB 94
440,609 440,609 0000000000000000007411e21565f7949dfc196d62ac30a3aa351d3be5f6fdd9 2,199 1.00/1.00 vMB 108
440,608 440,608 00000000000000000092360dfbbedc24333547f36ecc32b4b94da63418f8b152 797 1.00/1.00 vMB 42
440,607 440,607 000000000000000003de476765439bf0b868627c9d0a14915e60ba0c7273b284 2,497 1.00/1.00 vMB 69
440,606 440,606 000000000000000002903d99aa264c36be52873e49d326d52e9c76e5ba979a6d 2,753 1.00/1.00 vMB 76
440,605 440,605 0000000000000000032a6e4a061d95a996d33886d21d76d83d9e1e767fc4ba6b 2,469 1.00/1.00 vMB 88
440,604 440,604 0000000000000000032739ceb9e62af03801f9d7cf4383dcda5fc8705e0f4925 1,908 1.00/1.00 vMB 98
440,603 440,603 000000000000000003828b4e7d186a6165eae7755b4dc9eb1e9696d98c61f6b1 3,124 1.00/1.00 vMB 132
440,602 440,602 00000000000000000389613a840d22d315ee14be071d9a148749b77bee4b78f9 1,511 1.00/1.00 vMB 55
440,601 440,601 00000000000000000381d1388cf07a85f5f7cb68ce12f94b1308e8177b269a9f 2,198 1.00/1.00 vMB 108
440,600 440,600 000000000000000001f221f1beab46d6be46e9a016048aaee61231dc2cc5a9a8 1,421 0.75/1.00 vMB 89
440,599 440,599 000000000000000001303c257f579aa982e773c1210daa94cf139f53a34c3388 1,868 1.00/1.00 vMB 70
440,598 440,598 0000000000000000029afc85a316aaaacd0e33e40dbdcf99a81eda9d12775684 1,857 1.00/1.00 vMB 74
440,597 440,597 000000000000000002dae1465b2ab481398ba51c435b55b35b3ca439a995de37 1,295 1.00/1.00 vMB 32
440,596 440,596 0000000000000000010b90893cd8e15387477927dac78df522f78fabd558d1a6 2,294 1.00/1.00 vMB 83
440,595 440,595 000000000000000003dab3048df19f6649fc09ec6006a3dfd9e410e0c50713a0 1,123 0.54/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.