Loading Tool

Explorer IconExplorer

Memory Pool

77,710 transactions
28.60 vMB
0.09899834 BTC
Random Selection Loading Transactions
Max Size: 173.77/200 MB

Candidate Block

Mining Attempt c2bf23bd308edf134145f013e22b9aeff84a0a6c116b8f98bf9367d5822c2994
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root fdddd8abed8a1bdf560c387f01494ff561909b58c349902763f5e0bbe2bdd29d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,894
Size: 1.00 vMB
Total Fees: 0.03357278 BTC
Feerates: 201.07 > 3.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (871,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
43,764 43,764 00000000420632351241a049e4b4a0a11c65a6e99c06cee74a86f3e5cb164258 1 0.00/1.00 vMB 0
43,763 43,763 000000000b56a507ff13b88acab77dbbd8391452209f3992bdcea476999371b5 1 0.00/1.00 vMB 0
43,762 43,762 00000000023faeacf460f8b928e72754d55c1d49dcb0566e8730a8342570f6f0 1 0.00/1.00 vMB 0
43,761 43,761 0000000002e68fa94b002135d1b4376530d3bd0cd594ef372bb4eae33b32e6a7 1 0.00/1.00 vMB 0
43,760 43,760 0000000006127b76ef9d9999120a5e45532d79aef6dbce3ce89bad90912a0a76 1 0.00/1.00 vMB 0
43,759 43,759 0000000015c4c476cd2b2aebd8162e11b0df3284c3d505d0bcdc6a512fad4423 2 0.00/1.00 vMB 0
43,758 43,758 000000000104b09ab88c0bcfd718ff9c9b9aabaa1dfdfec9474666a429ca142e 1 0.00/1.00 vMB 0
43,757 43,757 0000000001defdad24be94b6b424553729b8e2b155a0da1c19f90a107ab291d5 1 0.00/1.00 vMB 0
43,756 43,756 000000003725956bfb02b42dd1c5c3db7f8aa2392977060cad9ca575e0ab8ec9 1 0.00/1.00 vMB 0
43,755 43,755 000000002896d85e09df8d5e8b74868f6779e9e61650bcb94ace7e23db6a0b9a 1 0.00/1.00 vMB 0
43,754 43,754 0000000001602b1beefa95526c5d16710303338a7ee3a305b3f979983ce73787 1 0.00/1.00 vMB 0
43,753 43,753 000000003df7d43bec764f4253514b60401b676d130f3dad0f611f2066d43d0c 1 0.00/1.00 vMB 0
43,752 43,752 0000000012e2d7c407f837c25ae81d73ed98fcf26426a3c63ed65945fd18a400 1 0.00/1.00 vMB 0
43,751 43,751 000000000613ad464402080246d9dd4b14d9ecf517dddb40fc16e368b3f1bcc6 1 0.00/1.00 vMB 0
43,750 43,750 000000001de17f90c12f5862bb15d42774b82cde5dd87c9868ffb00603ba1514 1 0.00/1.00 vMB 0
43,749 43,749 000000003fa70dd9320ead3023922ce5d99b9bffe6dad743f1a47dc10914c80a 1 0.00/1.00 vMB 0
43,748 43,748 00000000071140999b835779c695df933311175f68e7588c6f751bc9f011ab44 1 0.00/1.00 vMB 0
43,747 43,747 00000000258b01f522c03d05b0433ed6bd1348b3ea3e0b50f2ef03b2030b9e95 1 0.00/1.00 vMB 0
43,746 43,746 00000000355efdc7a4c4bb47cd1842354b64a4396cfe8fdda9e3c1aec343372f 1 0.00/1.00 vMB 0
43,745 43,745 0000000005b0d9a81ccf2da7c57e39cb9e0b703d52df1a102b5b7a05c3aad4b8 1 0.00/1.00 vMB 0
43,744 43,744 000000004304d43215bbdcd35b285046566c35b85294240e515e3ea418fb2cc7 1 0.00/1.00 vMB 0
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 713.73 GB
    • Received: 17.45 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.