Loading Tool

Explorer IconExplorer

Memory Pool

76,945 transactions
28.55 vMB
0.06353664 BTC
Random Selection Loading Transactions
Max Size: 173.29/200 MB

Candidate Block

Mining Attempt 6b1e69385a6f01cae2903783490ad2a96ea16cdb01ce0a732b9ceb469cf123b7
Version 20000000
Previous Block 000000000000000000006b4c7bb2ab823a26bc3d3f20f2f0ec55782dada1c679
Merkle Root 88b38c8780b4a8d785e173138dbc38491d244c17d45629bde50bf8e9a92beb0e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,062
Size: 1.00 vMB
Total Fees: 0.00432557 BTC
Feerates: 40.21 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,104 (474,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,624 440,624 000000000000000002c0b60ecb958d6473d313b3d45d9b1d0a9ff8df8ae05cbd 1,981 1.00/1.00 vMB 61
440,623 440,623 000000000000000003999685b4c85ce912ae7b3d58980b282ba84060a8bc2772 2,235 1.00/1.00 vMB 112
440,622 440,622 0000000000000000011dbe02682bcd74e408f6a9f9dbd25550425bc72fa88241 1,408 1.00/1.00 vMB 56
440,621 440,621 00000000000000000305ad064a378f2507b282f478dcdb5782f5878dd81ec8e9 1,882 1.00/1.00 vMB 28
440,620 440,620 00000000000000000313c1265abaea5b5618614ba58915fc780e87503ffbd093 1,495 1.00/1.00 vMB 42
440,619 440,619 000000000000000000a8c59765672bf47e357bf23858c279ab43d5b50e05ddeb 2,134 1.00/1.00 vMB 68
440,618 440,618 000000000000000000c7ea6518e00dba8a77768cab6c0e2d2794c8cac709b347 1,980 0.75/1.00 vMB 116
440,617 440,617 000000000000000001ca6843cb1e60fa2814c2f3881d1b8e7e29b1a727834958 2,473 1.00/1.00 vMB 91
440,616 440,616 0000000000000000023016612920b0cf4d903c8b4680934ea499cea20871bfd7 2,480 1.00/1.00 vMB 95
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
Previous 10 blocks ↓
Total Size: 782.57 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: 671.10 GB
    • Received: 15.86 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.