Loading Tool

Explorer IconExplorer

Memory Pool

74,019 transactions
27.38 vMB
0.06791967 BTC
Random Selection Loading Transactions
Max Size: 167.10/200 MB

Candidate Block

Mining Attempt 31e0cfad28d28005353a35cd0b60ea37d3c4f2aa8b9bdd9533aeb77b49b51b6c
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root 64bffb5a900bda80b5483740a6a96ff9525ae9b62e6f7cc0c92c9f654e173693
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,176
Size: 1.00 vMB
Total Fees: 0.00971358 BTC
Feerates: 402.60 > 0.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (489,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,731 425,731 0000000000000000046a7801973ba0fe0863912d219c95ce19a9f17540eba804 2,766 1.00/1.00 vMB 109
425,730 425,730 00000000000000000386c9b50dc3616f0f054a4500ef9e092f2fca1ec4ecb740 1,631 0.77/1.00 vMB 56
425,729 425,729 0000000000000000029290bce3708f0f2714aa4b927706a6e17d7c461d131584 95 0.11/1.00 vMB 49
425,728 425,728 000000000000000001bf9965315077393a13c3fb8749135d318b2c95a57e16c9 775 0.67/1.00 vMB 18
425,727 425,727 000000000000000001cc4525ec876e42cd67bd279b9f7a7caa37c00f9d695356 2,447 1.00/1.00 vMB 73
425,726 425,726 000000000000000002c65617067b58adbbbb122103b8222053a4a2acb5bbf034 1,854 1.00/1.00 vMB 59
425,725 425,725 00000000000000000022e585929eea842c167f0a080591ed395e447307a58799 496 0.30/1.00 vMB 86
425,724 425,724 00000000000000000319839a6adff333bb0cf9344c85204defc019a139764785 1 0.00/1.00 vMB 0
425,723 425,723 000000000000000002029d2b5614d069a25af8ba3bebbc77bfcc725b91f31b1f 1,060 0.67/1.00 vMB 27
425,722 425,722 00000000000000000383e40532f5975a7fab8c98d1c55f74c4c9556dc8551a0d 1,985 1.00/1.00 vMB 43
425,721 425,721 0000000000000000042821b14716096fcbe732874187d028d97c8d073f80c6e7 2,649 1.00/1.00 vMB 71
425,720 425,720 0000000000000000040124a2ec5214d911ae32a7319e4f6dbbaf83037fc0fa9c 3,060 1.00/1.00 vMB 120
425,719 425,719 0000000000000000021f3c14efaafaf1521ddef0d9e618c7161a484d4d54271a 2,317 1.00/1.00 vMB 67
425,718 425,718 000000000000000002c6279da353192d622191d3d43e8476c72f2bb05dfdb51b 2,021 1.00/1.00 vMB 48
425,717 425,717 00000000000000000416bca20fbafd74b7e640662d323eaeba874fadfb82b7ac 2,025 1.00/1.00 vMB 52
425,716 425,716 00000000000000000152d00528c00498d3312e34c0ed407a9011d2eb65789df9 2,367 1.00/1.00 vMB 82
425,715 425,715 00000000000000000423ed9aafd05907b0bf71e08a5a2e7ec4c0d4e3b1af0dcc 2,635 1.00/1.00 vMB 96
425,714 425,714 00000000000000000469d7b7e9b30c12f177c2183e63123bc37889b73a07336c 94 0.04/1.00 vMB 63
425,713 425,713 000000000000000003d7951ec3686311e4da3c255c202f762594b3797a78b6f5 761 0.39/1.00 vMB 53
425,712 425,712 0000000000000000020ba517fa0b1a979740d4c3ce22492d0fff69983330d21a 1,266 0.63/1.00 vMB 46
425,711 425,711 00000000000000000263b8c7066bb2715fbd3f1b50b7471a6a855d9ad6f30479 2,291 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.94 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: 714.86 GB
    • Received: 17.61 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.