Loading Tool

Explorer IconExplorer

Memory Pool

41,293 transactions
31.54 vMB
0.08543893 BTC
Random Selection Loading Transactions
Max Size: 158.10/200 MB

Candidate Block

Mining Attempt ad9c3a34f8cd712b763ef3ccd3bebb1f0e306027116f190791d6ec5b13e620f1
Version 20000000
Previous Block 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00
Merkle Root ef3f240dfe74f5ff12cd1d93f60addf285a53c58423291586d87906ffa07fd68
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,928
Size: 1.00 vMB
Total Fees: 0.02050009 BTC
Feerates: 101.13 > 2.05 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,568 (338,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,558 576,558 0000000000000000001d1cdcba9a161b3b232f288bd4ba25cd5dd0f63e18175a 3,665 1.00/1.00 vMB 50
576,557 576,557 00000000000000000025396b473e4831b4e43e8a5fefb1741c805b470160ee63 3,748 1.00/1.00 vMB 42
576,556 576,556 00000000000000000010b7cf6821d38cd4657a645364f38a10ba8b1a978884b8 1 0.00/1.00 vMB 0
576,555 576,555 000000000000000000040c1b2114ddf011487cad079fdeecafd716d3e51dcbbf 2,352 1.00/1.00 vMB 92
576,554 576,554 0000000000000000000379b120259608e9b8f8c124ab69d5e3eb153393ae6430 3,220 1.00/1.00 vMB 23
576,553 576,553 0000000000000000001ea142a606ec24554f66746711a5b063af4739e57cb0d3 1 0.00/1.00 vMB 0
576,552 576,552 00000000000000000029319f962c92d0e54823f623e5720e3b19c83bc06874b3 2,626 1.00/1.00 vMB 46
576,551 576,551 0000000000000000000c31c14557bc860f1f1eefb34c356e8d6d54df282e1e2c 2,844 1.00/1.00 vMB 66
576,550 576,550 00000000000000000007bc2db936984938f99175363b89be47f6bea50db6cf44 2,377 1.00/1.00 vMB 177
576,549 576,549 000000000000000000077e28439912e525a41fb89c725875a60b7387dcba5008 2,584 1.00/1.00 vMB 84
576,548 576,548 0000000000000000001a39a23f2a5dd5a68aed4a202f423ab0f43834c98dc8dd 2,929 1.00/1.00 vMB 176
576,547 576,547 00000000000000000020c9de87c37de60de43f73a4f36ce1014f52f9774c14bc 1,580 1.00/1.00 vMB 166
576,546 576,546 0000000000000000002618aeaa6f8e95922068f66c855f8075d0b4a37a3e723d 2,588 1.00/1.00 vMB 161
576,545 576,545 000000000000000000002e2f01cbaefbd99a0315ef5faa192717090ac3c7809f 3,173 1.00/1.00 vMB 74
576,544 576,544 000000000000000000183ec85c56077ad39014b9523ee52ae883aae75172d724 1,855 1.00/1.00 vMB 25
576,543 576,543 00000000000000000020e844fba6cdf8b46fb1c2e0cf18b35c6be80fea94d4f0 2,370 1.00/1.00 vMB 57
576,542 576,542 0000000000000000002225168992ced5eade4e5b6791886fb6533416e1e61595 2,174 1.00/1.00 vMB 33
576,541 576,541 00000000000000000000f2aa8a0056432c9838f5855653c989b8e0ea73ba0d72 2,521 1.00/1.00 vMB 80
576,540 576,540 00000000000000000027741eaa4f62fddd3ec93663da0721f7fec875a577193e 2,534 1.00/1.00 vMB 120
576,539 576,539 000000000000000000211832a5ba6bc5b71771f4ecc2a5ca41c78b4a634e48eb 2,724 1.00/1.00 vMB 153
576,538 576,538 0000000000000000001690e0bc1ee75a04948a20468663c958b9692417faec6b 3,706 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 781.62 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: 625.46 GB
    • Received: 11.59 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.