Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,350 transactions (0.76 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,480 000000000000000000022b910000000000000000000000000000000000000000 ago 0.74 vMB 2,343 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,479 (853,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,688 57,688 000000000bfef0c4a4714e5ae5a623a41424c3ceba4520f4af7dd303cbdebbfe 0.00 MB 1 0
57,687 57,687 0000000006a0f682442e00afe2427c51e09e89b0231f1f2900e5b0d5a743a65a 0.00 MB 1 0
57,686 57,686 000000000d79a12fd836aa510bd13da741fc1a0598aa8e705a3f152d20627a39 0.00 MB 2 0
57,685 57,685 00000000142ac2818c35ae371ae2da9e56a93d72bcff54af0e0a9e08abea9486 0.00 MB 2 0
57,684 57,684 0000000011a2037988a6b7f57b562c64e03a0d7817690ad3ee2529f1be2d74b9 0.00 MB 1 0
57,683 57,683 00000000114271b179dd0c612ff1e34d1d3a5297679a1b553054fea63b02ed77 0.00 MB 1 0
57,682 57,682 00000000079c74d2371f1b8df27e6edebddcaf1bc81ada8db0a49dc8dc995336 0.00 MB 1 0
57,681 57,681 00000000052be62e5df6304597e20d207df4f21abb576db7010f81e34150d3a9 0.00 MB 1 0
57,680 57,680 000000000faed611145c8b61bc5d7c4937feb01363002728546f0b65f4366f45 0.00 MB 1 0
57,679 57,679 000000000b27b413975cb77ddb7e3c3bcac39c4e5aa89b1efe184d92257d135b 0.00 MB 1 0
57,678 57,678 0000000015672fade182d323424d2b82a0ac95ed455d296cd79f66af0027b286 0.00 MB 1 0
57,677 57,677 00000000053d24e198e915e5412536a5d36cd2fc8a09c624b124a47982f76efc 0.00 MB 1 0
57,676 57,676 0000000008416800f3c5be979d1d1014577961cb7ad752552a9cbd0297c3578d 0.00 MB 1 0
57,675 57,675 0000000001cc76b151bfebe40326dc6e4d48c5af9a8f145e7c679341c3d05e80 0.00 MB 1 0
57,674 57,674 0000000009c5bb8afe431e47cb5e2268a202d4aa686c5c75ec3e277d15a969d4 0.00 MB 1 0
57,673 57,673 000000000cabcd93aa8690572c8e8c6eebfdd7c59ba5bf67e321efacbed71ac0 0.00 MB 1 0
57,672 57,672 000000000e8eeecee868656432e096646e787c6c39e1ab9f8928686b75e0ac82 0.00 MB 1 0
57,671 57,671 0000000009d87edfb0025abc0494423281ee1aae33e54fa122073e4f46d1fba6 0.00 MB 1 0
57,670 57,670 00000000000412444acd748fc54a33830e521a049bdd733613dce6370379231f 0.00 MB 1 0
57,669 57,669 00000000121d47d78f6968ef22de910518b27d8c1cc2554fa12e6163aef4fc28 0.00 MB 1 0
57,668 57,668 0000000010c4b298451d02e8ebc6899fae4b6ca9644374e4da08786079e33e69 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,411.19 GB sent, 129.34 GB received

Notes

  • This page updates every 5 seconds.
  • 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.