Loading Tool

Explorer IconExplorer

Memory Pool

31,478 transactions
9.93 vMB
0.11752965 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.18/200 MB

Candidate Block

Mining Attempt 9b17e8e5a0026e203a3e0634fbf6408f582849a660992dbce7fa579543446de9
Version 20000000
Previous Block 00000000000000000001ae806ffbb20a37afceb8c324178acedfa24b5fd1da9a
Merkle Root c98f2367ede63e542e555c2f2545830eeb0935d3d98ae680556472fa112ff391
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,627
Size: 1.00 vMB
Total Fees: 0.03552346 BTC
Median Feerate: 3.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,217 (654,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
258,569 258,569 0000000000000021cf67181f874a32c20cbe8a1cebde49486f48e5e900102b50 553 0.25 vMB 96
258,568 258,568 0000000000000011de941c86b628f923274d886e8ce832bf1061c65410a417ef 657 0.25 vMB 97
258,567 258,567 000000000000000d80079a0a8a4339e082d5dc53a5227242b1a7c69822cc1efb 662 0.25 vMB 950
258,566 258,566 00000000000000214581e27663f2a5fc1e1142030cf6e1c634274781f98daab6 104 0.05 vMB 91
258,565 258,565 00000000000000169a7819754b5d5bdd9faca99443990936c8b741415b817ccc 1,100 0.44 vMB 101
258,564 258,564 00000000000000192d9160375602a2535ff636c481c1f9a92696bb589d164e9a 703 0.28 vMB 116
258,563 258,563 0000000000000021b90d1c5e25a8053d5ddd85c0a4cde75f8ae5d410aa571787 626 0.26 vMB 96
258,562 258,562 000000000000001b3e221d0ce4366fea069f610c7edb1eee5780a8deeefa2bc0 615 0.25 vMB 32,683
258,561 258,561 00000000000000122b035928ea6b583382807a90095c3dee44b8ac88af5e1763 654 0.25 vMB 184
258,560 258,560 0000000000000022f23930ed6b140ba1a6a4aba52538be7dc0b91ce528f760ac 242 0.10 vMB 102
258,559 258,559 0000000000000021493764fd4f433a92e9e444ae52278e32f8931fa0813d8fcf 220 0.10 vMB 81
258,558 258,558 000000000000001ddf7495fb1cb69e10c82e20408655f07d6ced1e9febc91e99 87 0.03 vMB 57
258,557 258,557 0000000000000000e84840c0a16d1da2a0f36de1bc1b0775c864d63279cd672b 1 0.00 vMB 0
258,556 258,556 000000000000001d5398885894703a92087bec73aeda178fda37509c875dcf6d 421 0.22 vMB 79
258,555 258,555 0000000000000002cec5afd81bfa3486ee3b43cf0841c1e3d044ab223cd1d72a 428 0.25 vMB 20,168
258,554 258,554 00000000000000226d4dfe57da2cb35378a37a3247026a9faa065ac6f0fc53fa 417 0.20 vMB 90
258,553 258,553 000000000000000a46a136d74a9612344391b628c26891fdb39f88d9906949e9 984 0.39 vMB 105
258,552 258,552 0000000000000007d34159ff40524cbb2898592168a4810fc35aebefd61bfc82 65 0.03 vMB 107
258,551 258,551 0000000000000004e3e91bedb45802230bcbe8ac7800aa820f9fa738f7c7dbd7 156 0.06 vMB 81
258,550 258,550 00000000000000024f2af4f3a3d9a2e4d6a554f6d0ad60a04f76814fe945cf20 127 0.05 vMB 65
258,549 258,549 0000000000000024b4884a1438feb2885844771e421b27311a5204e8c850ad8d 413 0.26 vMB 254
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 72
    • Outgoing: 10
  • Data Transfer:
    • Sent: 22.65 GB
    • Received: 0.45 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.