Loading Tool

Explorer IconExplorer

Memory Pool

101,695 transactions
24.94 vMB
0.06844053 BTC
Random Selection Loading Transactions
Max Size: 174.15/200 MB

Candidate Block

Mining Attempt 9a1063436dd32e443e9991b7e211009dc79e60af9a204a358748a04f6ebfc217
Version 20000000
Previous Block 000000000000000000001c93565973e85ca738de0480ecb7353029bcda8dc77f
Merkle Root 4b8e7275111238030c27ce23085a6fbe9a728ea4d89d2e715b7b37c2e83134a5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,629
Size: 1.00 vMB
Total Fees: 0.01143314 BTC
Feerates: 160.57 > 1.15 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,916 (910,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,192 5,192 00000000a6a591abb20891a698480583a76b4313eb5d6f6dcda282755aecbf36 1 0.00/1.00 vMB 0
5,191 5,191 00000000706322bbe5698eb5833f6a9ecc1f77154e5cb4efcb87b696cbb4ef89 1 0.00/1.00 vMB 0
5,190 5,190 0000000067651305205a78f27820c114c89115966c2fbe62ea20d2b571088c2d 1 0.00/1.00 vMB 0
5,189 5,189 0000000021d01cc4f26d3763abc14e6bae5e9961fb89723e692ee7dacb39cb47 1 0.00/1.00 vMB 0
5,188 5,188 00000000e160e3bc26a8bd8cc826c6b065dac61a48b6683d29997e94c45cb20a 1 0.00/1.00 vMB 0
5,187 5,187 000000008eaf02534ae0e5fc425563ce9084ec1f89b1d917f4351ce42a4cb79f 1 0.00/1.00 vMB 0
5,186 5,186 000000000d21a8252b86bf9105cf4c0a56ca512238adfd3ee483f0e215b96252 1 0.00/1.00 vMB 0
5,185 5,185 000000007689885f84a7fb445e5d4e3179411242d629d9e8b52d87a87d4768a6 1 0.00/1.00 vMB 0
5,184 5,184 000000003983b989ed5037704b37ccced779def688ee8ad2ffba10f1cd94c731 1 0.00/1.00 vMB 0
5,183 5,183 0000000059896c850423261359ed330fb9ba2a0b981d75972d54096925aadc33 1 0.00/1.00 vMB 0
5,182 5,182 00000000ebd8c7431a6be90e160a05fb198de2ff29fd05aed72f924f8e61f26c 1 0.00/1.00 vMB 0
5,181 5,181 000000003d0a8d0328cde44b802768488fefe3c11a2f27c26716d2baad1b40ed 1 0.00/1.00 vMB 0
5,180 5,180 00000000f60d87dc6135fcdd006d53564e1e7f69b0617a5358206f0727ae9790 1 0.00/1.00 vMB 0
5,179 5,179 000000008050b24ff10e080b01a1276e756bc6a60d4e94e720c24a7f15876d8c 1 0.00/1.00 vMB 0
5,178 5,178 0000000079991e4f34d867e6fbc96e94397bfe08b1d6acbcb5d631f63765cab2 1 0.00/1.00 vMB 0
5,177 5,177 000000009f72207cffa94789713facfc7eb8c8527b131973db9b38ceaadaa6b2 1 0.00/1.00 vMB 0
5,176 5,176 00000000c57da0f07304c040f3d65dc34533b4ade850beaf053ae567f73c954b 1 0.00/1.00 vMB 0
5,175 5,175 00000000b781c7d1b96912017ec6d006d2d505d3cac0bd486550abe2066734f7 1 0.00/1.00 vMB 0
5,174 5,174 00000000efde85fab4f3fcd5fe00c05a5ebd04e7997924f891578aeb15931eb3 1 0.00/1.00 vMB 0
5,173 5,173 000000002a80294358278b082285f25284883bb7f67c95162e2ee5c56f220e1c 1 0.00/1.00 vMB 0
5,172 5,172 00000000b65437c5b0e4a650609fcd24fc5233789e8913616fdfbd947ee92875 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.96 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: 798.45 GB
    • Received: 22.50 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.