Loading Tool

Explorer IconExplorer

Memory Pool

79,300 transactions
30.72 vMB
0.10761330 BTC
Random Selection Loading Transactions
Max Size: 180.32/200 MB

Candidate Block

Mining Attempt 7a3456cd44a4132f3a05110a8b7a9ff9411a39a4554d55cb10f7ddc5d6a39046
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root 05ed34a341ab955bcd3166f1843f1bc22c2def61625f8f8a0aba45260b8f5602
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,924
Size: 1.00 vMB
Total Fees: 0.03418277 BTC
Feerates: 201.36 > 3.43 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (551,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
363,193 363,193 00000000000000000a8035a5b4abefdec21d29cdaa50684d90154dbb8be9d83a 1,660 0.95/1.00 vMB 53
363,192 363,192 000000000000000010140af25ed79076caf72436499a8d2a5b844380170fc4a3 1,406 0.93/1.00 vMB 27
363,191 363,191 00000000000000000984bd04b4fe6c043e8d5b300b6601e47b4e825549a44b24 1,167 0.75/1.00 vMB 54
363,190 363,190 000000000000000010b1b73bb5be8492c85b602860682419bfa296490329234a 1,174 0.75/1.00 vMB 49
363,189 363,189 00000000000000000c0fb9ecb7f509b97b4e5d5c85bfa6ee272ce299f6a87482 748 1.00/1.00 vMB 16
363,188 363,188 0000000000000000114a61268d512778e92810825b5f808c75f1c5979fffc9ab 2,131 0.93/1.00 vMB 45
363,187 363,187 000000000000000015968e9713192eea6ff9449ddb8dae29949f80c13a1ece32 2,563 1.00/1.00 vMB 37
363,186 363,186 00000000000000000c81b13cdd854822ae6ac0dd98d27232bfedffeb7316c721 1,679 0.95/1.00 vMB 55
363,185 363,185 00000000000000000ece219a5e1d7957481727d90f30ded395a3cee9383d4809 886 0.73/1.00 vMB 20
363,184 363,184 00000000000000000c4560d01ecb9f181f0d3e062dda8f2610fc0ae95c56a546 124 0.03/1.00 vMB 56
363,183 363,183 000000000000000002ef388f86e5708f269e786fbb76d56c7388fb3765faf689 600 0.43/1.00 vMB 17
363,182 363,182 0000000000000000149fc3502824c3e04ba4aaa4116735683d435bc21baadd75 1,713 0.75/1.00 vMB 33
363,181 363,181 0000000000000000126433becc2e5f977cb327fdf94868337899b4933b43e8e5 613 0.34/1.00 vMB 26
363,180 363,180 00000000000000000fc3612dd0cb37e3f88d2f90783fb68f0f8518bbab22d95b 576 0.32/1.00 vMB 27
363,179 363,179 00000000000000000c0e2080589b2e82c4db4ad03022180b1a23a42cc532be9d 873 0.56/1.00 vMB 23
363,178 363,178 00000000000000000fa67b7a51013e70a6be2e1ec2a0e3e5328e6da0a6a87760 1,135 0.56/1.00 vMB 29
363,177 363,177 000000000000000005aa2d0c98bbe878b1f71030686cc608a4ce4b5f247354e1 1 0.00/1.00 vMB 0
363,176 363,176 00000000000000000a94cd72483d764c1a8cd19ba0f5a6123a45f89e2b57ac98 140 0.06/1.00 vMB 33
363,175 363,175 00000000000000000c4470759340b31718e8652f966a59f35584fe731b86c8c9 104 0.06/1.00 vMB 18
363,174 363,174 000000000000000006592dffc9d13e9e1721c56558615c91a8e5d37400835cf6 922 0.49/1.00 vMB 28
363,173 363,173 00000000000000000ecbea9d8ecada1a589a9360dee1c7df3ebb954f3816dcd6 471 0.23/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.49 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: 668.33 GB
    • Received: 15.48 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.