Loading Tool

Explorer IconExplorer

Memory Pool

77,427 transactions
27.93 vMB
0.08558999 BTC
Random Selection Loading Transactions
Max Size: 170.24/200 MB

Candidate Block

Mining Attempt d0392cc9643062b43653dfa5c6ab3a252082a5305f9e9f7c7a5516c4a478440d
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 0f86d2fd2eeeb4d615d06bb92ff640df05962ebe512e6918ad5cbca4fd8d40cc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,096
Size: 1.00 vMB
Total Fees: 0.02555162 BTC
Feerates: 402.60 > 2.56 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (466,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,054 449,054 000000000000000001754b8f7fc6ced133a98b1ca43e40ced35adad24f264c75 1,360 0.68/1.00 vMB 70
449,053 449,053 000000000000000000d2791050bd933e6c17565d20b963ca3071885faac62b32 801 0.37/1.00 vMB 62
449,052 449,052 000000000000000001c7112d3fa9af88e4ef7cfe670f9247e98a81e74e3ae288 2,337 1.00/1.00 vMB 72
449,051 449,051 00000000000000000257fa078eb2704b91d15f5bf599baeb12a8fdbe676df4ba 1,807 1.00/1.00 vMB 85
449,050 449,050 000000000000000001c80abcd84774939efc8804e1f9b215859745e2fa6c0183 1,912 1.00/1.00 vMB 110
449,049 449,049 000000000000000001a865aa1880c249de04826dec1e647ad4f294df74d8b2ba 1,666 0.66/1.00 vMB 82
449,048 449,048 000000000000000000bfe27ed79dbfb174199d7da026cd80a1ea901bd46400ee 1,119 1.00/1.00 vMB 23
449,047 449,047 000000000000000001d2c217bfb1126e5666d4c7d712a8c73aaeddec59aa67ae 979 0.39/1.00 vMB 85
449,046 449,046 000000000000000001ea2ec6652b4100b046c15ff5d796b00f0ebbd0b6d4cea2 1,731 1.00/1.00 vMB 55
449,045 449,045 0000000000000000029ac00f65d1a0388fcc45dc87331f8502dac446487ac5c0 1,837 1.00/1.00 vMB 51
449,044 449,044 000000000000000001f9da8f40cf88a170251fe58327bbf0296d1450df600e2c 2,216 1.00/1.00 vMB 70
449,043 449,043 000000000000000002ef8a0ec152b3b18777a05176f2096a5dad4ab5b9e7a53c 1,933 1.00/1.00 vMB 59
449,042 449,042 0000000000000000008dca5fd48bda23ce1137071ca8b4a26db38b12b95ee9a3 1,881 1.00/1.00 vMB 71
449,041 449,041 0000000000000000008664ab9e99e3ffed4a7dbb2f8515413cdbec583399cdc1 2,461 1.00/1.00 vMB 101
449,040 449,040 00000000000000000229c60a96a31364212acf400df7a91c5002e0dedd309850 2,566 1.00/1.00 vMB 82
449,039 449,039 00000000000000000121ad34cd7a0ac001168e40634530e59c11cb63bc6d6e17 2,257 1.00/1.00 vMB 83
449,038 449,038 000000000000000001671fa55bf9c1b430458e7a00346d3f6d7de8c5af089133 1,946 1.00/1.00 vMB 73
449,037 449,037 0000000000000000015733d65f63dd20f0371916cc4221ff595a8eb9421e6c94 1,762 1.00/1.00 vMB 98
449,036 449,036 000000000000000000cb1f09b9dbbc3fce862ce840513eb1f9f12d8a80ea9b45 1,930 1.00/1.00 vMB 113
449,035 449,035 0000000000000000005d9b058b74480ac7585e59262e1346dcc39363d80f51ea 1,840 1.00/1.00 vMB 71
449,034 449,034 0000000000000000002f1019243f954e68a11530d59ffde01e3a987fc0d30b4c 1,847 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.95 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: 715.03 GB
    • Received: 17.64 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.