Loading Tool

Explorer IconExplorer

Memory Pool

67,616 transactions
25.80 vMB
0.06052861 BTC
Random Selection Loading Transactions
Max Size: 155.40/200 MB

Candidate Block

Mining Attempt ed9ad0b519a3b4706ffcdbf6bf50bcf76ef63cc956f4b5596cf4ec845e76f83e
Version 20000000
Previous Block 00000000000000000001aa9a1283aa889ea41c9cc87a0ebad4e6b488f74e2a00
Merkle Root f29f1f7fd55ba04ec966713a36553f191f5bb3e7c3d9ba6a1c13f996d06b7a5f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,566
Size: 1.00 vMB
Total Fees: 0.00599685 BTC
Feerates: 86.29 > 0.60 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,520 (723,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
191,668 191,668 000000000000064e355308e1060b4b577031199e36503c651581104a08740830 647 0.25/1.00 vMB 154
191,667 191,667 00000000000002bfce82509e6d25910cdcc6beda5d933895b2ea06836c284c4e 261 0.14/1.00 vMB 114
191,666 191,666 00000000000000e1dee2c8abd2391687a1bc4fc4c620435a94b3088533a22c27 133 0.08/1.00 vMB 85
191,665 191,665 0000000000000386cc1fe13c61a6775faa27860121e83eced8ec8d9190607b49 169 0.10/1.00 vMB 102
191,664 191,664 0000000000000220b0b0149e3225b0b3779c06d716eb38577614a404e8496d85 1,024 0.39/1.00 vMB 40
191,663 191,663 00000000000007c72de69b03e0b9d26211c9a9bf9c7272e750a19134e39cc461 261 0.14/1.00 vMB 112
191,662 191,662 0000000000000351ea5ae9d75731903b2780dad98e6570662c03b28475515791 141 0.05/1.00 vMB 9
191,661 191,661 000000000000077213b33f83122afa9fee7b565549cb4756a184b7a06c2f8820 621 0.25/1.00 vMB 121
191,660 191,660 000000000000007f9d083cc486adc6b9b5954564c3f353c4f609c19de4e71c0d 559 0.25/1.00 vMB 134
191,659 191,659 00000000000005ed99d4aee345bf66b6fe60b15ff6c156941ed16645aeaea272 144 0.05/1.00 vMB 66
191,658 191,658 00000000000000390951fe8fced0adf152b7d3e268b43dab1eb2815d05ef02e3 158 0.13/1.00 vMB 112
191,657 191,657 000000000000007dba2d9dcdb349e0439205a38639090def08be3190cb6e1095 948 0.30/1.00 vMB 159
191,656 191,656 00000000000003125b1cd40c5c674f4c11f93ef6a9d9cdfc8a6640d828c1b820 632 0.25/1.00 vMB 168
191,655 191,655 0000000000000838ff0a36baecd1d4c07807ebc54a59e7e05dd4681839ba2827 480 0.25/1.00 vMB 110
191,654 191,654 00000000000004cfa20a53db5782e2cae8b1e6f7ca696d1a06db359c55fe61fb 940 0.42/1.00 vMB 135
191,653 191,653 00000000000003c88e57416e4581f3cb754859b18ceb5d2a3c281bc4a02b95b2 186 0.06/1.00 vMB 140
191,652 191,652 0000000000000092f7fb18cc160eb82f703cac6790c4abb2f910e9ebff87b8c8 1,833 0.50/1.00 vMB 4
191,651 191,651 000000000000060940bbbe3da5e4976eeba54d31502b1bb26dc96cbffaafda57 169 0.06/1.00 vMB 100
191,650 191,650 00000000000003edefbe70a834a9434f0a5118d68acc14f7f6a1185aa22919ef 186 0.06/1.00 vMB 85
191,649 191,649 000000000000013e8f3c6de595aaaf9b3794fdb19bccf90c44d08cf9da6063c2 7 0.00/1.00 vMB 640
191,648 191,648 00000000000000f32622a03fa252476876f287395769bb9ce45b0a53c45598c5 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.30 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: 766.94 GB
    • Received: 19.32 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.