Loading Tool

Explorer IconExplorer

Memory Pool

73,875 transactions
27.37 vMB
0.06720057 BTC
Random Selection Loading Transactions
Max Size: 166.86/200 MB

Candidate Block

Mining Attempt 85bd84676c3f0c4df23c29afefadceaac4a22a21c3140494ad6b4c97b6273350
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 7aece4b0e9e820526ee30560e60c1173b6ee83a468af3b6585d1d67fbf311f38
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,092
Size: 1.00 vMB
Total Fees: 0.00890930 BTC
Feerates: 74.05 > 0.89 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (467,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,680 447,680 00000000000000000185525913e524ec810c2fab0b09c7805e106d155e1ab2c1 1,626 1.00/1.00 vMB 40
447,679 447,679 000000000000000000994bc2fc3d0746392e8001f86cbcab5512bbc454f6ecf0 2,457 1.00/1.00 vMB 92
447,678 447,678 00000000000000000050e8410f58461c7a59dc88ec75dbe2ac616c3dc2d5f4b3 2,344 1.00/1.00 vMB 92
447,677 447,677 000000000000000001c55813f34b057f8e6ad0d4c6194718e3a2d293d0ebe60c 1,404 0.99/1.00 vMB 48
447,676 447,676 000000000000000001ed34b76a134d46f573d9fad6fa71d230e1648a93e6b4bd 1,073 1.00/1.00 vMB 36
447,675 447,675 000000000000000000e2ce8dea12ec48d65c12784853b09cafc27051e9d1e650 2,399 1.00/1.00 vMB 62
447,674 447,674 0000000000000000018d75a4cc8500368a0544e410ff340bfcf523c5d7ef9b3c 2,539 1.00/1.00 vMB 82
447,673 447,673 000000000000000000942ac06cb62af0aa450f564c72ba928e1e786730442d36 2,254 1.00/1.00 vMB 87
447,672 447,672 000000000000000000e938f2c479e930ba4066d6af05d93057094a43ba6f9137 2,159 1.00/1.00 vMB 87
447,671 447,671 000000000000000000624e76952a869cd3534460ab459260109c94ddadadcaa2 1,893 1.00/1.00 vMB 129
447,670 447,670 0000000000000000014aac9de85f31636cba8fff9e74e057fb5fcc59a25ba46a 1,225 1.00/1.00 vMB 48
447,669 447,669 0000000000000000024610f2534ba55356c9823ce194e7c1ddd2948a63ee7f2c 1,341 1.00/1.00 vMB 32
447,668 447,668 000000000000000003182698c524cd1aceaca6ab7f48f80734b0b6de7236d2c0 1,800 1.00/1.00 vMB 55
447,667 447,667 0000000000000000003d73b1c5d80c7bb57fe30b9477affaaedd856ec5152935 2,195 1.00/1.00 vMB 68
447,666 447,666 000000000000000002f60207fc67499d714a885dcb9edacb7238ac3148e40cac 2,185 1.00/1.00 vMB 70
447,665 447,665 00000000000000000342e2a0b71d40d2f05bd515c5254a71ab35734ba61aebee 3,043 1.00/1.00 vMB 65
447,664 447,664 000000000000000001f0242f84cb20d94f99bf77a969e275d75ffe6252ce31bc 2,068 1.00/1.00 vMB 81
447,663 447,663 000000000000000001a4a6f56c59f8ee5ae5ba16e44770338b468c6de655f7b2 1,961 1.00/1.00 vMB 77
447,662 447,662 0000000000000000030d2089fc5add3ace423d36e334fc0bb73e8dc5d4b1c2f7 2,987 1.00/1.00 vMB 76
447,661 447,661 000000000000000001e5ff3b492eed6195fb1580d24f986d8b363b4e7e33af1e 2,089 1.00/1.00 vMB 75
447,660 447,660 000000000000000001eeb5ade48b1b266473971bedbd83fb486ae3f57cb15f75 3,318 1.00/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 782.90 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: 713.54 GB
    • Received: 17.39 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.