Loading Tool

Explorer IconExplorer

Memory Pool

83,327 transactions
32.19 vMB
0.08610092 BTC
Random Selection Loading Transactions
Max Size: 195.42/200 MB

Candidate Block

Mining Attempt 10e65909868b63b2645a5adffbeb00b92224c12d34a0c232abc971947379e595
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root adaac31de26c0b61b5b33425f2b8f38ca362f25d2563e05301bbe0e9bfc38d83
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,511
Size: 1.00 vMB
Total Fees: 0.01547251 BTC
Feerates: 150.92 > 1.55 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (506,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,699 408,699 000000000000000004a6d69ceb8dc37452dae7c46588130c5ccdec85635bd4e7 310 0.34/1.00 vMB 16
408,698 408,698 000000000000000000a249ca0d28ea296d37706a30f8403a35cc2697159e477d 2,099 1.00/1.00 vMB 42
408,697 408,697 00000000000000000541851dfeb670462a86b144aa13c28dcea4eb3bafbc5edd 1,657 1.00/1.00 vMB 31
408,696 408,696 000000000000000000d687c20d5f2742d7c1bf4f017f9d554e67a22e118bda1a 1,107 0.85/1.00 vMB 23
408,695 408,695 00000000000000000513ef48d0a28e4d91fe9fbf8a62d101c2b887babc1c997d 1,775 1.00/1.00 vMB 30
408,694 408,694 00000000000000000465c0c62e2b766ebe434bd94596b3c1e8df71efb1e806c4 2,069 1.00/1.00 vMB 34
408,693 408,693 0000000000000000037a7c392000a07975de0b7dc426cd2b0cb276eaa75dc1d1 2,596 1.00/1.00 vMB 41
408,692 408,692 000000000000000005e5ccb6beae26c48ac038f5b301a8137cf8527ea987fd91 486 0.99/1.00 vMB 11
408,691 408,691 0000000000000000060dd09a5a9b4cab3c1a8af832b89e4494fc4c5f82fa6154 2,429 1.00/1.00 vMB 39
408,690 408,690 00000000000000000224757c08d84d5a093d3a5d1b25975ff69f79e30c2f9d6d 332 0.15/1.00 vMB 36
408,689 408,689 0000000000000000052bd7b73afb3421573e517ca33c75310ed00acd7cd8330d 84 0.03/1.00 vMB 38
408,688 408,688 00000000000000000028d152a79b1b8d08af5146e9b2d702038f99b5578f687b 182 0.15/1.00 vMB 20
408,687 408,687 00000000000000000614855806270b1d2c0b1c95bf95b62be064f89783931e63 1,977 0.96/1.00 vMB 30
408,686 408,686 000000000000000003f2b83ff1c51038df11c5d11a6f76cebb856aab3537c026 496 0.21/1.00 vMB 37
408,685 408,685 000000000000000004d16bb30a60c62eeeaeafd41a2898105fb6ca25541806c3 830 0.37/1.00 vMB 34
408,684 408,684 0000000000000000036e01cf0b17649ddf9e570d0d1a4af422d8696ddcc8ea28 1,047 0.66/1.00 vMB 31
408,683 408,683 0000000000000000046b17f93c40672de52695837ae3c7915ef68617d422f4f1 1,818 1.00/1.00 vMB 30
408,682 408,682 0000000000000000040d11f12f59fe7a47dcd98c1122360070079ffed088c43f 1,299 0.82/1.00 vMB 28
408,681 408,681 000000000000000002002c14db00baabb8a303d18d37bc710b76ccd5c533a9c5 297 0.20/1.00 vMB 29
408,680 408,680 000000000000000001e21443d56dc95af5b8bb2ea46a51b663279d53d09c0e84 1,432 0.80/1.00 vMB 28
408,679 408,679 0000000000000000040713300994c89c83c307cdc7145bb7e3f636f1595ea520 2,050 0.99/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.76 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: 709.01 GB
    • Received: 16.82 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.