Loading Tool

Explorer IconExplorer

Memory Pool

79,146 transactions
29.37 vMB
0.12454571 BTC
Random Selection Loading Transactions
Max Size: 176.79/200 MB

Candidate Block

Mining Attempt c87d4e5089e7e41c4af6b3e1afd94c7e05de99ebcc4764fb316315e04b70cc28
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 9347ac78068232c4c75bdbdcfce4af9439eb6c43c3acd15c8c7fafc5fcf55006
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,336
Size: 1.00 vMB
Total Fees: 0.04510900 BTC
Feerates: 150.80 > 4.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (449,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,473 465,473 00000000000000000104e33927c23c718a2e75bb72f5847aa1e234f76b820cba 1,822 1.00/1.00 vMB 161
465,472 465,472 000000000000000001cb21ef33483f8d272df8be293c9f7e3fb033e06feeaf46 2,736 1.00/1.00 vMB 225
465,471 465,471 0000000000000000008e7aaa292016b26dd6f3e6c0a6d8d45ca5acda06719b0a 2,770 1.00/1.00 vMB 244
465,470 465,470 0000000000000000004b30d690f6c977e4be981599887b6f71169648246afaff 2,514 1.00/1.00 vMB 170
465,469 465,469 000000000000000000b8e468a2ec0b561c26243a972f5192a63a449a9a662b85 2,244 1.00/1.00 vMB 168
465,468 465,468 000000000000000001d500412a37c747cd502910d3ba777a09f831692c4bce21 2,587 1.00/1.00 vMB 215
465,467 465,467 000000000000000001fc87bbb26d20ee468a812374d38a3cfb2b819348785353 2,112 1.00/1.00 vMB 190
465,466 465,466 000000000000000001200f0c3555ac4de75ff8145a81ca67e6fb48cf2d2d3685 1,681 1.00/1.00 vMB 141
465,465 465,465 00000000000000000104523a1f2047a9261ae337ed90b82c5531ba630a033bae 1,947 1.00/1.00 vMB 155
465,464 465,464 000000000000000000f9cfb00f5e9696f571fe089e6e0c5b5c95cfba79138afe 2,600 1.00/1.00 vMB 152
465,463 465,463 0000000000000000012d1ad6adf578b1322b4136644ec0e774bf71c58c8db38a 1,922 1.00/1.00 vMB 151
465,462 465,462 0000000000000000014e46ef79d2088c19c23acb928620317e4e3c458e3598b8 2,169 1.00/1.00 vMB 180
465,461 465,461 000000000000000001a3cf4d254c29e8a78743ef33560206503da20ac87e0dfe 2,431 1.00/1.00 vMB 187
465,460 465,460 000000000000000001f0db392f1c6469836ca57b4572cae2a332e1ff7376d648 2,204 1.00/1.00 vMB 231
465,459 465,459 000000000000000001c87ca94cbc488c004ad193fe633ee24829c89806df91eb 1,553 0.49/1.00 vMB 447
465,458 465,458 000000000000000001d1862ee2a753be9f71d42c88049616b06aa166a6ff798b 1,882 1.00/1.00 vMB 213
465,457 465,457 0000000000000000019fcaf217229b0d2f44097a00aaef1c8fb98bb2824287a4 1,779 1.00/1.00 vMB 286
465,456 465,456 0000000000000000019d35f48d0a2a62848945f327feed2774544297ff5773b5 1,971 1.00/1.00 vMB 228
465,455 465,455 0000000000000000014b88535b9d7137d5766c0e35e6f631d8b53494c89adb52 2,227 1.00/1.00 vMB 194
465,454 465,454 000000000000000001d357bcea5036e6d9923f3443a1c5e31077195ed8a1be22 2,389 1.00/1.00 vMB 255
465,453 465,453 00000000000000000053817f40e1f134fa9b0fdb149bbc6d145982724804013d 2,398 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.