Loading Tool

Explorer IconExplorer

Memory Pool

15,293 transactions
7.73 vMB
0.01916136 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.13/200 MB

Candidate Block

Mining Attempt 7367472d4e927532adcbfe57707305f218d6a99f5c7813e4c6685ef274194ec6
Version 20000000
Previous Block 000000000000000000011760e0a3cdf589c16284ec888372c4e68dc06ff7fe33
Merkle Root bafeb6efd72ffafcd79fdad51d8b62e988e2a3b5ce688c9f253a390e9b9aeb1e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,440
Size: 1.00 vMB
Total Fees: 0.00385823 BTC
Median Feerate: 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,433 (783,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
130,240 130,240 00000000000017b1e024c8308fbe6a28f68da4e57295f4dbaa1ecf0882fbcf12 66 0.05 vMB 982
130,239 130,239 0000000000001192ce40875e582229a4cca14c98cc6bbba70fa73793e541950d 9 0.00 vMB 2,244
130,238 130,238 00000000000015fe225359f5222f35cf7dd2d3fa3216eec9b1ddaa7be7db2155 20 0.01 vMB 1,144
130,237 130,237 00000000000002047a1c3296c6130b6d955d4898617cb7a5d3e486b31a03f377 18 0.01 vMB 1,105
130,236 130,236 0000000000001190e8f19613eea0d8988172d5729d708d185b4f12659ee2be66 47 0.02 vMB 488
130,235 130,235 0000000000000b11f1403eb64d377b84cda652df583f49b4c2fe29f8d5764f1f 58 0.03 vMB 802
130,234 130,234 000000000000145c83ca078816cac0a249d4de1f2b1e0b7b22ed210a4b073e4a 86 0.03 vMB 59
130,233 130,233 0000000000000ba5eaa09daf1de42c2675d7656ac39cd6f63503b696558e3f6d 23 0.01 vMB 670
130,232 130,232 00000000000008cf695e48af7938eb615d34b50d8e5ca9ebe3ff641e8d461c73 62 0.03 vMB 1,489
130,231 130,231 0000000000000a92a0da23cb90271845e5cb53ebc4d15b289c4e650a3d803c9c 38 0.02 vMB 839
130,230 130,230 00000000000008daaa26c9319eeebf12d82138f23cc578e05f88daba85f37560 39 0.01 vMB 899
130,229 130,229 000000000000074a4e5c6042a515d04389e92d692cc57d93730c116a9da9947d 40 0.01 vMB 725
130,228 130,228 0000000000000540e84c1a3ceb1d4028af457ba48a78b5c906b6753dbd649285 90 0.04 vMB 475
130,227 130,227 00000000000019f9edcd0afb7fac17bde3b31c90b0f8b12bc703bf5ee18be5fd 36 0.02 vMB 691
130,226 130,226 000000000000051a3dcb5c72d7c328e2972667ef24128ffe24df07acbbcd3a26 7 0.00 vMB 779
130,225 130,225 0000000000000f6f0f168546c5a03c8cce9a39f7b928f6ec757d0e2da6f619cf 10 0.00 vMB 598
130,224 130,224 000000000000169268065a74927951a6b2d19825329052c78feaa65b3140023b 41 0.02 vMB 352
130,223 130,223 0000000000000d3610eeda861a28b81cc131dfe336cad1589a85bcba79786475 16 0.01 vMB 536
130,222 130,222 000000000000162b073cc3ac743a9c694995ecff43c7bde650dd7e1c5fba7e6e 72 0.02 vMB 450
130,221 130,221 0000000000000e5e74b250588e44b2056c7f5bb9370c80e69a2fee34e9c5af52 2 0.00 vMB 4,464
130,220 130,220 00000000000019ffee1176c0601b56dc43e55ac9ad81e14c6db4f86c624c6b12 61 0.03 vMB 385
Previous 10 blocks ↓
Total Size: 779.62 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: 302.51 GB
    • Received: 1.35 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.