Loading Tool

Explorer IconExplorer

Memory Pool

78,528 transactions
29.32 vMB
0.08324885 BTC
Random Selection Loading Transactions
Max Size: 177.18/200 MB

Candidate Block

Mining Attempt 0092f7401de6e63ba6b5e56c9d2398c564657258926092de007bcda684534d96
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 0d06950fb238175721b4892cb08e7dc0b771023ede339d5d230c65b0f98e7f87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,601
Size: 1.00 vMB
Total Fees: 0.02174119 BTC
Feerates: 95.73 > 2.18 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (139,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,672 775,672 00000000000000000006c0b0b661b3f45bfb272c19a559f49e577e6fe85e921c 3,457 1.00/1.00 vMB 15
775,671 775,671 00000000000000000000d37bd4f80934b73ab33691f12d2285e8e863a6191ed5 2,561 1.00/1.00 vMB 15
775,670 775,670 00000000000000000001f9fc677601a053899b4d46febce963aaaa91cc5e3742 3,133 1.00/1.00 vMB 21
775,669 775,669 000000000000000000058af6e8913b4d8ed558cc91cdc893a427077f0cd7820b 2,122 1.00/1.00 vMB 11
775,668 775,668 00000000000000000005e6e2085ae056e9efac4e06b84a666ba60556981c9bd0 3,184 1.00/1.00 vMB 21
775,667 775,667 00000000000000000005894974bcb811efcb64b3440cee23e75f38df18436de4 1,503 1.00/1.00 vMB 6
775,666 775,666 000000000000000000001a6a22e7647d90aaf5f683365268301b9ef32a38f9b4 1,177 1.00/1.00 vMB 4
775,665 775,665 000000000000000000061abe3aa1ed5b72bd2a32618c0d82467287bcc6b6ce07 1,993 1.00/1.00 vMB 11
775,664 775,664 00000000000000000004edd9ad157a5efe227c25e93d348e25ee9c6c5c088fe6 2,392 1.00/1.00 vMB 9
775,663 775,663 00000000000000000000e6d3fe75868b64d6feca05b3aabbb35f88d11045aee4 2,326 1.00/1.00 vMB 4
775,662 775,662 000000000000000000046343379e1acb4b9a211b9f7a8f3eed59f715f0e13f00 2,964 1.00/1.00 vMB 13
775,661 775,661 00000000000000000006e1c8472568d29db6ba6e0f5caa4b1cea2dd25ae5153f 2,023 1.00/1.00 vMB 12
775,660 775,660 00000000000000000005e4a1acf672d1228d17db5eefbb34e476a9730aa8a598 1,751 1.00/1.00 vMB 8
775,659 775,659 00000000000000000001be1435a1dbe0fe30de0dacca2e5076cffea81d5119c7 2,852 1.00/1.00 vMB 19
775,658 775,658 00000000000000000001b3ebcecf788084f58add0d7b0c9f40240104317fc5cc 1,475 1.00/1.00 vMB 22
775,657 775,657 000000000000000000054063e6425eaaf29ead183d5f643e6a6fb1cc11ca9b82 2,701 1.00/1.00 vMB 21
775,656 775,656 000000000000000000036bed3847705e256ee787bdd7add01e64d3532e21942e 1,780 1.00/1.00 vMB 8
775,655 775,655 000000000000000000015ca697a621738b65cbf7fafd32d8323fdbf6ff3fd796 1,869 1.00/1.00 vMB 15
775,654 775,654 000000000000000000037a742ade26b8ce39bb54abcde129ee8fb30b58f10a26 1 0.00/1.00 vMB 0
775,653 775,653 000000000000000000042dec14d9f7261656ebeebd7a36477cec22583132d515 2,648 1.00/1.00 vMB 19
775,652 775,652 00000000000000000003ba09dbafbcd475002d9a5ccb65515f00d96f496ea2e6 2,506 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 674.74 GB
    • Received: 16.43 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.