Loading Tool

Explorer IconExplorer

Memory Pool

84,313 transactions
32.23 vMB
0.10927415 BTC
Random Selection Loading Transactions
Max Size: 193.42/200 MB

Candidate Block

Mining Attempt 9bf11b2ad39534221e738c8815be4b84b294eaf4a0231e7c5148df70f48bdba1
Version 20000000
Previous Block 00000000000000000001bfe8515d732b65f9547b0b4d60ed4387c4bfdc0108bd
Merkle Root d7a61dfbf90f5b45bb40daac779b2bb9e8c68f6dde9a190f4e41f449800a7b35
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,558
Size: 1.00 vMB
Total Fees: 0.02633664 BTC
Feerates: 151.12 > 2.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,338 (474,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,741 440,741 0000000000000000037d893b1028690874b72e4e6e8b0781540779d2c2f2ad0d 840 1.00/1.00 vMB 29
440,740 440,740 000000000000000000729b5f66433e8013fca8bfc98f2eb99dab2ff356367940 2,021 1.00/1.00 vMB 54
440,739 440,739 000000000000000000c8f8a4417a66eddcf61835e1f727391f2b4b87159ae234 1,251 0.56/1.00 vMB 77
440,738 440,738 00000000000000000284a88167e8ed2a367de6527519d184c4d09dd9d2efef77 1,950 1.00/1.00 vMB 56
440,737 440,737 0000000000000000029f9e2b2bbcb73abeef3c6dd2f49579819d6d9d945d7e59 2,741 1.00/1.00 vMB 86
440,736 440,736 000000000000000000fe269cad821c434aa493f41caf1fc02632cd48ec2999da 2,253 1.00/1.00 vMB 69
440,735 440,735 000000000000000002da5e992a8a862aead595ef580cb5b7d89c0fa53f9c5dac 1,049 1.00/1.00 vMB 78
440,734 440,734 000000000000000003cc05044dbf6c406af230241880940b7cb599bb9c587197 2,398 1.00/1.00 vMB 94
440,733 440,733 0000000000000000030d8d81327ad254e445940d1c135aa809097e3119c67e4e 2,305 1.00/1.00 vMB 63
440,732 440,732 000000000000000001df1e09af5fc8c4695db3e120843bdb2004202ecaf0e81e 2,650 1.00/1.00 vMB 86
440,731 440,731 000000000000000001c594e1b7360bdf3df4c983ab33715e475fb37d8c109daf 2,899 1.00/1.00 vMB 117
440,730 440,730 000000000000000002eb9d7d1cd755ecdc997a664b882d458cc41302b87557ab 940 1.00/1.00 vMB 33
440,729 440,729 000000000000000002f5b71de3281f4e2a1808ada327ae64d8e43f10eabe6f08 1,569 1.00/1.00 vMB 50
440,728 440,728 0000000000000000000efd6b12a441bee733c73a64d741fa6b3be8e9eb5bafd5 2,533 1.00/1.00 vMB 79
440,727 440,727 000000000000000000f9ac18bd4152f4b60db43c75aba2af12e69baed3780d9e 376 0.13/1.00 vMB 85
440,726 440,726 000000000000000002ce56b366e74bf6ca435308b25267479411768d8cd127cf 1,025 1.00/1.00 vMB 41
440,725 440,725 0000000000000000014cb4015d8c631796166d4a00555f1874685d7a27092d3f 2,321 1.00/1.00 vMB 55
440,724 440,724 000000000000000001dee4b1306f55e961fa12083904e814eaec73fb3647b24e 2,727 1.00/1.00 vMB 106
440,723 440,723 00000000000000000045a094072e82a9e6b4a5346085461ad41281692b61ed31 299 1.00/1.00 vMB 14
440,722 440,722 00000000000000000082290b4e78d4d48efefab83f3d435da37155a412ec4ad2 1,718 1.00/1.00 vMB 35
440,721 440,721 000000000000000002878318484688ce4d7135eedb2e4b74a6508d3481c7d878 2,565 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.98 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: 716.31 GB
    • Received: 17.80 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.