Loading Tool

Explorer IconExplorer

Memory Pool

45,346 transactions
27.39 vMB
0.07306515 BTC
Random Selection Loading Transactions
Max Size: 143.79/200 MB

Candidate Block

Mining Attempt 9426e2cd47ea90c8e18400409538504920540ed1f6b7413d770142d650847e49
Version 20000000
Previous Block 00000000000000000000b4188af0ccd9466ef1de1996e2359e537cb492551e73
Merkle Root 2cf84b3773637ffd87b5b24f2962981ceef69117bc06d9e3c3ec18c9b60819fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,438
Size: 1.00 vMB
Total Fees: 0.02129234 BTC
Feerates: 151.12 > 2.13 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,890 (146,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
768,839 768,839 00000000000000000004ca951945aa72fe39b7eb0f08e65cb8d13dea461c391a 174 0.05/1.00 vMB 16
768,838 768,838 000000000000000000058793ca09661119dc743bc82c26ec4a8391d88e351315 126 0.03/1.00 vMB 17
768,837 768,837 0000000000000000000394a29afd5a1da0382d4eb4e17bd9ac485340a91fdf01 11 0.00/1.00 vMB 19
768,836 768,836 000000000000000000017521bf112c8880162a12873f1f8fc1fee74afc471aff 419 0.11/1.00 vMB 16
768,835 768,835 0000000000000000000119c3e7a717ba00c6f9d43d12469f93a90146a7b2b4e6 474 0.12/1.00 vMB 19
768,834 768,834 00000000000000000007526330df693080d31508b5f2c86b308c26c265cd738d 640 0.20/1.00 vMB 16
768,833 768,833 000000000000000000004e68bd32be489147f6cfbaf3d25e34ec921d3f85dab6 64 0.03/1.00 vMB 15
768,832 768,832 00000000000000000002b70d99c5fa0205041d72a35db9deca67a043e9167534 268 0.11/1.00 vMB 13
768,831 768,831 00000000000000000001109a4adda5813bc11310b7ce541820fde383489f4d21 142 0.11/1.00 vMB 7
768,830 768,830 0000000000000000000654a9d18330f49b1fc17d0da62a3941d78457fc6b191f 1,098 0.37/1.00 vMB 16
768,829 768,829 00000000000000000005468e8c091670cd7d36671a0bed718c5457cb9c013d3c 919 0.34/1.00 vMB 14
768,828 768,828 00000000000000000003c1ce56ab554c9753ede951a78f0f6e59a1a625967583 1,459 1.00/1.00 vMB 8
768,827 768,827 000000000000000000030cea02af9c3967bdbcc1398b0ad5c5194dd260288a4e 3,061 1.00/1.00 vMB 15
768,826 768,826 00000000000000000000953885fe46b7e163be2614844ce1180e71b7b78a9606 3,221 1.00/1.00 vMB 30
768,825 768,825 00000000000000000005c575c4295149cdaf991d912339f283c36e3154612397 661 0.92/1.00 vMB 7
768,824 768,824 00000000000000000000000351eae66e03ae45aad1be8f94d1ca5d6fe98b6efa 915 0.93/1.00 vMB 14
768,823 768,823 00000000000000000007191df5504d32cd0932f3fc813ec127c248d9d6c12082 1,312 0.54/1.00 vMB 16
768,822 768,822 0000000000000000000176766f840a43a048dc25df313cf11416f00b819a1437 579 0.19/1.00 vMB 19
768,821 768,821 00000000000000000005ae7b46f00d65a4637e673c51a0c514964bec314d7a4f 177 0.05/1.00 vMB 19
768,820 768,820 00000000000000000003bdd1298e941793b029f99c209a597a092bcf52572d94 1,622 0.64/1.00 vMB 16
768,819 768,819 00000000000000000007469dd8e89d86e31a2e900c19bb945d005df6bcf5d178 102 0.03/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.19 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: 653.77 GB
    • Received: 14.05 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.