Loading Tool

Explorer IconExplorer

Memory Pool

42,248 transactions
26.91 vMB
0.06932048 BTC
Random Selection Loading Transactions
Max Size: 140.75/200 MB

Candidate Block

Mining Attempt 45ed625c4233df0da3503338481be74cf2937ddcaa8dca8a92ab0183603ea7a2
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root e63f76d81ff10e2c7a53a8a1e25296d214c72d08ef2d85886af52f7d8aaca009
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,173
Size: 1.00 vMB
Total Fees: 0.01929116 BTC
Feerates: 130.68 > 1.93 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (270,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,245 644,245 0000000000000000000540541d7815bd8ef3061b61db9d7ccbe7f5587f1f0606 2,533 1.00/1.00 vMB 39
644,244 644,244 00000000000000000001947cf696ffbb48d8577840b7f06813ef642c6d6f9311 2,688 1.00/1.00 vMB 65
644,243 644,243 0000000000000000000e15b8ceabfa43f36df0fe6fa6d8a108de1d4d87378711 1,812 1.00/1.00 vMB 104
644,242 644,242 00000000000000000005934870f547eae61244668d6a04a6d27b1852549fc83d 2,302 1.00/1.00 vMB 117
644,241 644,241 0000000000000000000b7e56e5ae46f3aed4cd49d076c3915f81ac65af03d28f 2,481 1.00/1.00 vMB 127
644,240 644,240 0000000000000000000891d946b02343d13f210f8695c2c9d0c0b33bf41bdc7d 2,821 1.00/1.00 vMB 132
644,239 644,239 00000000000000000002409be048a94b37c5383a387485175d3a2ea86aefb14e 2,542 1.00/1.00 vMB 102
644,238 644,238 0000000000000000000457565306a5b3fce71bd8e62340c5c838467c678f170b 2,393 1.00/1.00 vMB 102
644,237 644,237 0000000000000000000e1ffc4a47f256a7c0e76807cbbea24a9509499dd340fc 2,095 1.00/1.00 vMB 65
644,236 644,236 00000000000000000001dbde120d4852b94092ac2cd47828ff485caef393cd53 2,532 1.00/1.00 vMB 61
644,235 644,235 00000000000000000008bc04d2e3166ba65a708e7a1a03c3fbed3220a6d16350 1,756 1.00/1.00 vMB 95
644,234 644,234 0000000000000000000a342ba0a8b15e29b04f6b979d2b29bba282616f20f453 2,671 1.00/1.00 vMB 86
644,233 644,233 00000000000000000004c4b3546461352325a4ac67bcbd543099ecdb512c6f19 2,735 1.00/1.00 vMB 122
644,232 644,232 0000000000000000000b022623c8ea7212799346d893169aab204e45d55fa4fa 1 0.00/1.00 vMB 0
644,231 644,231 0000000000000000000f33a08145d044e7fcc2998bf39855f94444812de72c08 2,787 1.00/1.00 vMB 86
644,230 644,230 000000000000000000002b4e854b9c43a06f6107fc12ecc88617f2a3bb1d6493 2,392 1.00/1.00 vMB 50
644,229 644,229 0000000000000000000163869f8cfc070b924e096100ffc3af6048a40cd5ce23 2,677 1.00/1.00 vMB 52
644,228 644,228 0000000000000000000083b1570faaca1c23fb90694d77ef4ac7d530b7d5002d 2,407 1.00/1.00 vMB 83
644,227 644,227 00000000000000000007523bad5165bdcf4b4a29174f8a523a63a27e7d4ecfd4 2,742 1.00/1.00 vMB 80
644,226 644,226 000000000000000000044c22bdbdcfb4e8d3c7abd9730ddfdd4eb2072ea7f41a 2,951 1.00/1.00 vMB 87
644,225 644,225 000000000000000000032902e4f032436cea8d01d205c406e721903c9278d005 2,535 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 654.70 GB
    • Received: 14.16 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.