Loading Tool

Explorer IconExplorer

Memory Pool

69,254 transactions
26.60 vMB
0.07753506 BTC
Random Selection Loading Transactions
Max Size: 159.26/200 MB

Candidate Block

Mining Attempt 62334e10c8504e80435448d369f224ca3472673a27e5a148d50a71d613bfac80
Version 20000000
Previous Block 00000000000000000001f691bd45982569b89a9b269b1e08ab97aba421b3f821
Merkle Root 429d569fec9e9f4eac7cd3fc2e8a1096e17e9033b31ce734a4a120378da746c1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,449
Size: 1.00 vMB
Total Fees: 0.02084347 BTC
Feerates: 703.20 > 2.09 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,481 (711,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
203,655 203,655 0000000000000492eed9fbfbf23e456eb069eb961314fe0f39f33a8583a01bf2 658 0.37/1.00 vMB 90
203,654 203,654 00000000000003c0edbce8f43c0a00391df29f98e6763dcb33ac994e616308df 30 0.01/1.00 vMB 101
203,653 203,653 0000000000000120525e0d9c07f00b8bde67757433b4fbe071ca4f1e0dbec1f4 135 0.06/1.00 vMB 117
203,652 203,652 00000000000000c67b6e31b3031df8c805ac94afe6acaa091bfbb548cae112c8 102 0.05/1.00 vMB 64
203,651 203,651 000000000000002e6c2aa3cb7e99d73ae43adbc6d58ed37264bb018307fd095e 443 0.22/1.00 vMB 219
203,650 203,650 000000000000028975ca1945c5c9080bc28a237a2d400edd9eece617e9f1603b 330 0.10/1.00 vMB 104
203,649 203,649 00000000000001e77d95c5eec4d6865dc8efadbb0e455b3767047b73fd14dec0 11 0.00/1.00 vMB 200
203,648 203,648 00000000000001488297dd4a6e4383a800c0a42908fd3ca9c4262855c87c948b 11 0.00/1.00 vMB 177
203,647 203,647 0000000000000265af49945fddc2110203c9c7329893f8d20cf005a1a16ef9e7 11 0.00/1.00 vMB 17
203,646 203,646 00000000000003f8b460fa67c9f37ac7a50dd8b848f6922b356aa024c36c196b 4 0.00/1.00 vMB 139
203,645 203,645 0000000000000565f75fa3a4868632fe7286e1cea9b954264db2ae74d53c704c 9 0.01/1.00 vMB 38
203,644 203,644 000000000000015e323956b5044c20b9dcf10cdd37ab2702912f028079735693 172 0.07/1.00 vMB 101
203,643 203,643 000000000000044be6b96e9c7a968399542a80ae91fe9df05510138f0c86cce3 4 0.00/1.00 vMB 239
203,642 203,642 000000000000038efa31924a22d6a8da4859a849ac8bc3baaf19ac7d815b779e 781 0.42/1.00 vMB 165
203,641 203,641 0000000000000296301fe648dac2710c87fad8f9219f0a7ffd31c9fa93d53fa7 645 0.43/1.00 vMB 122
203,640 203,640 00000000000004bfb2ad1fab0dede45733e2e82e3d9149b39ac597a484568b5c 121 0.05/1.00 vMB 272
203,639 203,639 000000000000055529ba1c16ff6949d434ac12a8c7dded48d6a4a73d7a0b3894 52 0.02/1.00 vMB 86
203,638 203,638 0000000000000452e28307a75516b7a88e1c9936663183be1ca7e4634f6667d6 84 0.03/1.00 vMB 94
203,637 203,637 0000000000000282c4926e508a29fbf4a103f4f4fa1f66a596b9af4575b67c21 406 0.17/1.00 vMB 161
203,636 203,636 000000000000019cd80369b1cdb957d428a33ede5f0a9d5a59f283dbdbb85ba0 106 0.05/1.00 vMB 61
203,635 203,635 00000000000001f66436d5f9db536a6ab6ddf6dafdd8e38b5e3bc9719f730124 184 0.16/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 783.23 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: 758.45 GB
    • Received: 19.05 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.