Loading Tool

Explorer IconExplorer

Memory Pool

578 transactions (0.17 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 1.02/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,361 000000000000000000022b910000000000000000000000000000000000000000 563 0.00386360 BTC 0.16 vMB 1.20
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,360 (552,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,327 360,327 00000000000000000fe71568f0dcbb51a102eaa3a2055deda29425627a55ddc3 0.51 MB 820 22
360,326 360,326 000000000000000009a4c3b04759e2ad291c30f58f5b485a03b5946f98584096 0.00 MB 1 0
360,325 360,325 000000000000000012667c9ed24a8ae81a09ac6d6c837b6465ac62752aaabc3a 0.63 MB 1,089 25
360,324 360,324 0000000000000000064aa12ae92cf3a5eb67de6c3b7a15a00553da8a39fb5d85 0.10 MB 114 21
360,323 360,323 0000000000000000109f08853c6c2402fde6ba077cc79bba7e4498ceaf5a6e32 0.72 MB 1,383 23
360,322 360,322 00000000000000000f8d0292d70f3d28237a5610c39446a447c8907a50dbf75d 0.60 MB 1,328 29
360,321 360,321 000000000000000002b266d1292b5dbfedc0ac1e6e1637985c3d42b22157922b 1.00 MB 2,092 31
360,320 360,320 000000000000000003cdd062a088c101ab8d339f8328541cf8103114e0b83ccb 0.66 MB 1,280 31
360,319 360,319 000000000000000014a977bf1a3df49cc1a3f5fa4139ce2c4260d7e0630a742f 0.41 MB 728 26
360,318 360,318 000000000000000007811300bc8cdbb6b6f599a24269d65a06fc4909965ddae0 0.17 MB 235 15
360,317 360,317 00000000000000000b4fc91bfa4c161a553056ec4bef4a0df3b57f59b1c07f35 1.00 MB 1,949 28
360,316 360,316 000000000000000016ef158772e5fdd612227096ff354693429dedfbc3c1c897 0.29 MB 623 31
360,315 360,315 000000000000000006fd2fae6188e45b0e5683bb76927d87618891791c48045b 0.27 MB 457 24
360,314 360,314 000000000000000007de047283705d86544f65f9cc08f16546833bfed99373ec 0.31 MB 542 24
360,313 360,313 0000000000000000066221a63cd8e7f2aa58cbb75539bd1ef361e464ca0b5452 0.32 MB 461 23
360,312 360,312 00000000000000000d9d2892b145aa1bf9cc52c472cbda60bdd7b9a4ff72421d 0.37 MB 769 28
360,311 360,311 0000000000000000040a01d6d3e98a2bb3b6000f91dded089524213a1b8d45e6 0.88 MB 1,393 36
360,310 360,310 000000000000000009b59a0e8cd36ecba8c01355ceea7be028092b85883562c5 0.25 MB 368 23
360,309 360,309 00000000000000000b2116b1354510cc61c35c72209fc093cbd8b0e048df302e 0.30 MB 383 14
360,308 360,308 0000000000000000160ef20a86a8f3591dd04ef53fd228b7bedcd5683d0babfc 0.36 MB 710 28
360,307 360,307 000000000000000000442452c6672518d16a41c1c50901821b1bc76d9d86f28a 0.53 MB 1,056 31
Previous 10 blocks ↓
Total Size: 777.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,545.41 GB
    • Received: 136.96 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.