Loading Tool

Explorer IconExplorer

Memory Pool

76,894 transactions
28.55 vMB
0.06313448 BTC
Random Selection Loading Transactions
Max Size: 173.26/200 MB

Candidate Block

Mining Attempt 6a2f1aa22a292c541f676dd5e95d5dfd839970ad5ba4f76d39beba9a92c9bfd2
Version 20000000
Previous Block 00000000000000000001c49f83a44b33fdaf760ac061f9963277002d72c7d5d6
Merkle Root f3b691934364e44a55953a6f798916ca75fa118b53c7e5484e116ed5f5593c81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,011
Size: 1.00 vMB
Total Fees: 0.00400739 BTC
Feerates: 73.20 > 0.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,091 (139,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
775,651 775,651 00000000000000000006d6ccf109e001b7e6c20ff848203647b1af5116997930 2,833 1.00/1.00 vMB 27
775,650 775,650 00000000000000000000b0ca4989a461782d4cf717d9de6b53d53a5a6c8f6d40 1,751 1.00/1.00 vMB 13
775,649 775,649 00000000000000000002795a67555c6b59a6b989124b114ade154b403ed971d5 317 1.00/1.00 vMB 4
775,648 775,648 00000000000000000005681b338a6714ab3ba057b6074cd645ed567a21c49df2 1,818 1.00/1.00 vMB 5
775,647 775,647 0000000000000000000590f4ae9f1a59a8ea976513b86a79b115458e83bdb4bb 2,497 1.00/1.00 vMB 9
775,646 775,646 0000000000000000000104ff8df50919094ee6a68d43a0d3754da80b62be1bea 3,421 1.00/1.00 vMB 28
775,645 775,645 0000000000000000000320f767defc9e2c4d73f9840f5f510a8a78c998f59d7c 1,530 1.00/1.00 vMB 16
775,644 775,644 00000000000000000003e0f03d24cb850cd54aa093e1989e494c08f87cfa2f9e 3,302 1.00/1.00 vMB 31
775,643 775,643 00000000000000000006a8dd49613ace430a52f0f30003d6e5c1e1e60b1c8f0c 1,302 1.00/1.00 vMB 4
775,642 775,642 000000000000000000070c849f786aadb4d53ef5567ec417fcc7a823b2195dca 2,786 1.00/1.00 vMB 13
775,641 775,641 000000000000000000059006b90f14af5827de46b44782d2b1211d2d7d91d219 3,160 1.00/1.00 vMB 13
775,640 775,640 0000000000000000000457f0c232998749e4b1997f13de101e7650926581b7be 3,082 1.00/1.00 vMB 20
775,639 775,639 00000000000000000001f32fd1bf0f03326859b117de67b57f7e44b0babae037 2,393 1.00/1.00 vMB 11
775,638 775,638 000000000000000000056847998ce6a189040a5f3da663c9d5adb72d0b60c6d8 2,194 1.00/1.00 vMB 11
775,637 775,637 000000000000000000021b1252841be204b07e7c4c285246b41584b035d2852f 2,174 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.55 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: 669.83 GB
    • Received: 15.77 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.