Loading Tool

Explorer IconExplorer

Memory Pool

98,981 transactions
25.89 vMB
0.07693106 BTC
Random Selection Loading Transactions
Max Size: 174.49/200 MB

Candidate Block

Mining Attempt af95cd02e6bee1786e4cd69289b88e0ce4e6f02d1323750fec2c90a0fa99335f
Version 20000000
Previous Block 00000000000000000001b768e03a53a5f50cda4e92789b9a98b85d2e22d3a048
Merkle Root 9254034ae621435fa5e6ecb2e70c8ed6a1969bc10afa14a32701829fe1a35075
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,311
Size: 1.00 vMB
Total Fees: 0.01485583 BTC
Feerates: 183.26 > 1.49 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,073 (866,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,478 49,478 0000000019ad6aad76711f78eb5ef466739df3ca8e8ba9de298613d8651ce432 1 0.00/1.00 vMB 0
49,477 49,477 000000002a0f1b49d8efa2d5cb14d75776f16cb147035ab682a333987afa434b 1 0.00/1.00 vMB 0
49,476 49,476 00000000045157100777b4a5b23a111eee9e6fd362ec34bf6d9025518ca38041 1 0.00/1.00 vMB 0
49,475 49,475 000000001d3fcc827890d3be38226e96dcc91c7f59eebb088b3592d115c25fd4 1 0.00/1.00 vMB 0
49,474 49,474 000000000a8a6fef282ff326f06adea82157242a2ff210e12208dad5993d0ab9 1 0.00/1.00 vMB 0
49,473 49,473 0000000011be955fe755c4f5e34f0e1523696da5e0e204b2c45ab77e52298cda 1 0.00/1.00 vMB 0
49,472 49,472 000000000bd9b10a8136dfb90cd14f96376cc17929d1dc17348ee2ce16d47130 1 0.00/1.00 vMB 0
49,471 49,471 00000000004b7602d598c1a4dc7a669675012dc125357d25709eff6ff6d7fdc7 1 0.00/1.00 vMB 0
49,470 49,470 0000000009ae3df1962b305bc9129cd9807de21fd83eb00e17658c145bca4286 1 0.00/1.00 vMB 0
49,469 49,469 000000002255cc58a847ed7483fcf1cb1ccc340ebd016f63a86cce7d900a4a8d 1 0.00/1.00 vMB 0
49,468 49,468 0000000005ce540792f711f0d5569112fbc6725cec09a5b9c53d2b3172feb8f3 1 0.00/1.00 vMB 0
49,467 49,467 00000000256c012658015d4db4e1b56b435698eeb4387a69594515b828d6f935 1 0.00/1.00 vMB 0
49,466 49,466 0000000007011ffd39391cdbf9d6eb20c9b153b47b6db8e438bfa1446857fb0c 1 0.00/1.00 vMB 0
49,465 49,465 0000000027ae324c1fbcfceb630c22072379bdb33c2a3f1e1133254ee10ee8b9 1 0.00/1.00 vMB 0
49,464 49,464 000000001feca080b3ce4025249698b52496efceea261186e481d240723fb7b1 1 0.00/1.00 vMB 0
49,463 49,463 000000000f9a50989a3057d399ac29b7509bcb39adc162c30deb2e7463050c41 1 0.00/1.00 vMB 0
49,462 49,462 000000001472002eec9d86c16be50dfa9df45aff00d9af82f27931a05d042775 1 0.00/1.00 vMB 0
49,461 49,461 000000000d3a45b615099b735d42fa7f07e3273f664ac7fdfc8415c764356da5 1 0.00/1.00 vMB 0
49,460 49,460 000000000d191eac5d5dade747275b1751e6f86795090887e72c1413375b54f6 1 0.00/1.00 vMB 0
49,459 49,459 00000000106229a511bf3a2e1a09f1a001aa9112590cf264728639def4b8107e 1 0.00/1.00 vMB 0
49,458 49,458 000000001ee662c3d1fa6f4232945f67cd38bb0ea1c237d4b3f92d02d0d1e0c6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.25 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: 814.51 GB
    • Received: 23.95 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.