Loading Tool

Explorer IconExplorer

Memory Pool

78,524 transactions
29.32 vMB
0.08322820 BTC
Random Selection Loading Transactions
Max Size: 177.17/200 MB

Candidate Block

Mining Attempt 0092f7401de6e63ba6b5e56c9d2398c564657258926092de007bcda684534d96
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 0d06950fb238175721b4892cb08e7dc0b771023ede339d5d230c65b0f98e7f87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,601
Size: 1.00 vMB
Total Fees: 0.02174119 BTC
Feerates: 95.73 > 2.18 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (392,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
522,253 522,253 000000000000000000235fa4b421e87d764b78e7a5365daab038ebb33d748be9 2,437 1.00/1.00 vMB 32
522,252 522,252 0000000000000000000a65622eff9be9200badfe71ccffe2d695949af3142f7a 2,359 1.00/1.00 vMB 16
522,251 522,251 0000000000000000002ed1012b7a74150697d7f469e08afb1061e341354dcfb7 1,212 1.00/1.00 vMB 9
522,250 522,250 0000000000000000002ea7d84f2436c64d28e0e6aa9d6f3d315df5f6dbdfda13 3,159 1.00/1.00 vMB 23
522,249 522,249 00000000000000000015d16c4f399e953d6eaf6184e694b76d30b4f9eed00070 2,353 1.00/1.00 vMB 37
522,248 522,248 0000000000000000001b2e93330c3ece049b5e9c16f870ca73346d3c9d00e8c2 2,229 1.00/1.00 vMB 22
522,247 522,247 000000000000000000273d90d16ea8c7014c16dd11be486898015effe061e00e 1,430 1.00/1.00 vMB 22
522,246 522,246 0000000000000000001050a089cece7fca88d51ceb8d6800c7200d0844b7bd7e 2,064 1.00/1.00 vMB 14
522,245 522,245 000000000000000000215f874c6d5f4998d5cead9e3dad4af9ff21ac4c8030d4 2,383 1.00/1.00 vMB 31
522,244 522,244 0000000000000000000e7e2b05800d1dbe2597ac842392e84a5050de2bfabfb0 2,503 1.00/1.00 vMB 39
522,243 522,243 0000000000000000002f1b15a1d172a9cf74c600686688bcfabc2cb4c0101839 885 1.00/1.00 vMB 14
522,242 522,242 0000000000000000000a19a70852e7781f7200c2a601a2813cad5db6e6495a59 2,317 1.00/1.00 vMB 15
522,241 522,241 000000000000000000289ad38cf99ce228c97bb1664dd503dc157f02119d3baa 2,207 1.00/1.00 vMB 38
522,240 522,240 0000000000000000002632115494ddc9498b940b74aa683a9550620cb68e071e 2,365 1.00/1.00 vMB 33
522,239 522,239 0000000000000000000cee3d129490887bb9ff3413721eab6ee62e1d826fce7a 1,926 1.00/1.00 vMB 45
522,238 522,238 0000000000000000001ea8f72b5af531257e061085973ff12cde30e882d57ce4 1,828 1.00/1.00 vMB 29
522,237 522,237 0000000000000000001c5cfa78c01f220c1d4bb35b47619c558dcd6450eac3bb 2,217 1.00/1.00 vMB 58
522,236 522,236 0000000000000000002f6a53204f709e9f43c329cc6407956769f6b987d493f6 1,994 1.00/1.00 vMB 48
522,235 522,235 0000000000000000003ee12949eb3f34e57070063bcc6aec736101a05d174558 1,484 1.00/1.00 vMB 48
522,234 522,234 00000000000000000005c64433b36a5a2500c2c71e9ad042556bf1b173dad31c 682 1.00/1.00 vMB 30
522,233 522,233 00000000000000000035b853f0a2fd82fd251c7ac6a14ac4a951300c27925581 1,678 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.67 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: 674.74 GB
    • Received: 16.43 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.