Loading Tool

Explorer IconExplorer

Memory Pool

80,071 transactions
29.46 vMB
0.13016190 BTC
Random Selection Loading Transactions
Max Size: 178.05/200 MB

Candidate Block

Mining Attempt 5f765058f8e93e6be0e66db448b503c973854bbc4f88a4cce117429c60997c98
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 3af86a7e254f56887b45e5221a44a54e088e50d7eb860aeb3496f0ce4a61e46e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,766
Size: 1.00 vMB
Total Fees: 0.04839706 BTC
Feerates: 301.72 > 4.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (467,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
447,659 447,659 0000000000000000008392098b005c8e0e65dd0e773509a7ece17ac4979bf929 2,611 1.00/1.00 vMB 91
447,658 447,658 000000000000000000ee317d47d11439ab668086be5c35a2cf2f7069798ba8e9 208 0.10/1.00 vMB 75
447,657 447,657 000000000000000001f7d4d55b45ea1dd30a07c3dcfdb5072764c9077d574c29 2,474 1.00/1.00 vMB 90
447,656 447,656 000000000000000000b08dfa5bfab629e0a05df64825e032f8a8a62146730e76 2,818 1.00/1.00 vMB 125
447,655 447,655 000000000000000001c7d7ba446f633de32a078eaafdb24915da7075ae39fc04 1,680 1.00/1.00 vMB 85
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.75 GB
    • Received: 17.46 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.