Loading Tool

Explorer IconExplorer

Memory Pool

81,413 transactions
29.64 vMB
0.11317217 BTC
Random Selection Loading Transactions
Max Size: 179.79/200 MB

Candidate Block

Mining Attempt f91c92adb30e5646f11f442191f675948edce1bacfad2057531596ef3635372d
Version 20000000
Previous Block 00000000000000000000313893119f5171ddcbd275060726324c92d3261b0219
Merkle Root 4f93348f162438e970341a12795f6f5db96262307a5996b647f6875bf341b0fa
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,530
Size: 1.00 vMB
Total Fees: 0.04083556 BTC
Feerates: 3,708.01 > 4.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,625 (871,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
43,649 43,649 0000000001dd079e060fc0be773e760aba3fa95d6a9ebaa65f733e64c4828ae8 1 0.00/1.00 vMB 0
43,648 43,648 000000003ec1c80add36983984abbddf1d37d2e2ff2e45487f6762a8ddf29331 1 0.00/1.00 vMB 0
43,647 43,647 0000000029b76023177f4f4baaa849ed55a4f42297f8500dcf5932425c9eef86 1 0.00/1.00 vMB 0
43,646 43,646 000000000cc74c0c2a7c6a7c1ffe224a27e9f638b5f1a591a1cd421d7f2a7edd 1 0.00/1.00 vMB 0
43,645 43,645 000000001135c427dd24989ab70a8b982fc850a88ce903921f76f51babf9574d 1 0.00/1.00 vMB 0
43,644 43,644 000000000af9a756c5000d476f56811379d6fb78526d6b290dc4fd68a6d3d7dc 1 0.00/1.00 vMB 0
43,643 43,643 00000000435788763fb827ed6c7d2fef490f314e13e93e44208b89f100e2d485 1 0.00/1.00 vMB 0
43,642 43,642 000000001b879dec917a4975453c939e4fdac5d9ae4fe8e097db0ff43c7c9f4a 1 0.00/1.00 vMB 0
43,641 43,641 00000000134c8e47e70e206204f270586ad2a8eb9a851dd0e7a6c98b1cf7721b 1 0.00/1.00 vMB 0
43,640 43,640 000000002a214978dc0738a11f6bbe5ccb96e4301bab9bd4a3e2a112d0b486f9 1 0.00/1.00 vMB 0
43,639 43,639 00000000385337738d8121809428cb1cb52af0397e6ef854073c8deaeb3651cd 1 0.00/1.00 vMB 0
43,638 43,638 000000000c7f6d4df3e110574b56323abeeb118bed51c86823a8c4ee1b5a7338 1 0.00/1.00 vMB 0
43,637 43,637 000000002a89fb62b48b39730e91bbd520a1334333093a342703bd9a6c61e139 1 0.00/1.00 vMB 0
43,636 43,636 000000000fef34831589e12dc91472990a178163705b24599e2aa7940ed568e0 1 0.00/1.00 vMB 0
43,635 43,635 0000000026f6dbd30934da1ba0b31c5aa9d3972eebc2436159dabb2adb7c52d5 1 0.00/1.00 vMB 0
43,634 43,634 000000002e1d7c448b509c2c2f13fcd6d9e594a78ec7e4827c21bb5df4cc8228 1 0.00/1.00 vMB 0
43,633 43,633 000000000f785546e2acecc5e3ec81da00489bc26bbd9e5938dc235bda71f9b3 1 0.00/1.00 vMB 0
43,632 43,632 0000000015684baafde0d4a36a6aece0c28f0af8ff0e4df83b602e3957c0c3ae 1 0.00/1.00 vMB 0
43,631 43,631 000000001e5d334c42b2a8dca0008f7fa65247e072dfe2b671d7585e586b93b5 1 0.00/1.00 vMB 0
43,630 43,630 000000001c8f9372fab84eb15ad4a92fa13b661962039abd76f4d29fbf2dfa1a 1 0.00/1.00 vMB 0
43,629 43,629 000000003a29ba2c0b151664164179d1cd46008f170a8b828c65c94a4a1bb074 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.47 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: 772.17 GB
    • Received: 20.13 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.