Loading Tool

Explorer IconExplorer

Memory Pool

80,270 transactions
29.52 vMB
0.13535586 BTC
Random Selection Loading Transactions
Max Size: 178.31/200 MB

Candidate Block

Mining Attempt cce622e52d561e00d139b84c27a1db94d329e68b2ae28db5d8b9dce72623f43f
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 15902045312cc653e546ea6b14f423ea4fd061ffe5a79a195946960d57840047
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,238
Size: 1.00 vMB
Total Fees: 0.04986493 BTC
Feerates: 602.26 > 5.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (76,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,626 838,626 000000000000000000015de50ab65d55a4d87b477acd70b176fd98c463ba7c53 3,427 1.00/1.00 vMB 68
838,625 838,625 000000000000000000024b6a6c76d9dba8279ec2576a1a999c4d03c9c7990656 3,862 1.00/1.00 vMB 80
838,624 838,624 000000000000000000002ffad6c02ed22351bd4df615b0fad3e1fbbb4bdc24dc 3,531 1.00/1.00 vMB 82
838,623 838,623 0000000000000000000184bdec1c6e65c5f2018d14ece5101f1a14c6a8a772a8 3,804 1.00/1.00 vMB 128
838,622 838,622 00000000000000000000911435050a191862da282681988c2484dde312894fdd 3,436 1.00/1.00 vMB 86
838,621 838,621 00000000000000000000e6c584a8432043d76c02f9c4c51fbc31ebf5dc979fd9 3,630 1.00/1.00 vMB 106
838,620 838,620 00000000000000000001c33688020d36dd1b72bb213b34d36e7cf42215e8e00e 3,569 1.00/1.00 vMB 114
838,619 838,619 0000000000000000000256e7fedb470a78b6c53ce7ac5065a92f0a49b384ead2 4,146 1.00/1.00 vMB 120
838,618 838,618 0000000000000000000356257fe12c3b47564f70f081403b4e7dc2f6cfd7583a 4,400 1.00/1.00 vMB 136
838,617 838,617 00000000000000000001c74dfb5ce55e2e3852a3de2c02e482ee91e3eb589bdb 3,788 1.00/1.00 vMB 158
838,616 838,616 00000000000000000001d7ef32ac67b765a788231a5e938b9e365dc01160fa21 3,574 1.00/1.00 vMB 143
838,615 838,615 00000000000000000000428ef28a206ae6a783fea15bc35e264019364033c3ac 3,843 1.00/1.00 vMB 79
838,614 838,614 000000000000000000017a67d9ea87bc1a20a3f80c9894f8e14761d36ad2f01b 3,452 1.00/1.00 vMB 74
838,613 838,613 0000000000000000000090a99689df701be8b1a83a2e8011b99bd7a289815fa5 4,623 1.00/1.00 vMB 39
838,612 838,612 000000000000000000027ff1a12a2bffe67622f962d3a0cf138bd777ea2a0a50 3,842 1.00/1.00 vMB 54
838,611 838,611 00000000000000000000c905b244fce2c0290ba54b3d224d06420b53b231daa4 3,431 1.00/1.00 vMB 20
838,610 838,610 00000000000000000000e16c1a1abc656fee6ce2f6450ea44f4d698bea9bef13 3,315 1.00/1.00 vMB 28
838,609 838,609 000000000000000000012cf70d351ea8d6c0bd20c2a17352c23d1d24e146b500 3,361 1.00/1.00 vMB 57
838,608 838,608 00000000000000000000b903d975862c858652e672c20b5b062981550baee481 3,596 1.00/1.00 vMB 37
838,607 838,607 0000000000000000000266ae15314c068f8970d9c6066d0d98471c514ba597ff 3,213 1.00/1.00 vMB 30
838,606 838,606 000000000000000000011b9c07b5165675a04be0e65295e2bbde7deaeff730d7 2,595 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.92 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: 714.47 GB
    • Received: 17.54 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.