Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,274 transactions (3.50 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,242 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,458 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,241 (875,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,962 35,962 000000003c7aaf4da80d1785e902fa427141d2919981f97dc57cea048ac79b34 0.00 MB 1 0
35,961 35,961 000000006f73dd855df3965319cd80c88442552e9a458358558145577f50c128 0.00 MB 1 0
35,960 35,960 00000000a265c4d3f027b65f3565220bb242cc91ee8bf93b72b2c8dd5768a62b 0.00 MB 1 0
35,959 35,959 000000008f25e1a22beba9b7675f6be5c1efda1c86a68c0d79de51844d0f5088 0.00 MB 1 0
35,958 35,958 000000007e12445de612fad6451bada392329c40ea4048b719aedd4fda81efbd 0.00 MB 1 0
35,957 35,957 000000005091581a8db5f21814c1b12a1987474a824d13ddd1b4e4f862841a94 0.00 MB 1 0
35,956 35,956 000000003f1f9676601b76f734d184a289bbe5ebd17d5f981321360ea1189104 0.00 MB 1 0
35,955 35,955 00000000549d3c05fcd5d134e8bddfdcabdb80324c347c94f648a6ab9e6df9fd 0.00 MB 1 0
35,954 35,954 000000000e389361059e041bc5a48d3cba0cce09d14191f3f45587f8ffa7ffab 0.00 MB 1 0
35,953 35,953 00000000bc11f68733d23d7cdf330111b55a6343ace1a063a5bcac168e956675 0.00 MB 1 0
35,952 35,952 00000000c2ae8f6c4432e6d7fccd3fa76e162730d58cd0dbaec4480e12c7dad4 0.00 MB 1 0
35,951 35,951 00000000ae3db12078ae41fdf95533854cd82bd21cdbdff8dc4ad4f2e314cb88 0.00 MB 1 0
35,950 35,950 000000005e3f62dfb91e652b21bdbffe23b95c243ea4def6a665f624d769f296 0.00 MB 1 0
35,949 35,949 0000000043815ce9c45adcbddd856686de71e4fff3828737a1c943ffd40e311a 0.00 MB 1 0
35,948 35,948 0000000034014d731a3e1ad6078662ce19b08179dcc7ec0f5f717d4b58060736 0.00 MB 1 0
35,947 35,947 000000003a699ee141d072b1bb48387ae8991c057cadbf468472e99504d762ea 0.00 MB 1 0
35,946 35,946 000000000116e9eb150b929ede12d96d649c6110f290a3664b38a3a54807903a 0.00 MB 1 0
35,945 35,945 00000000995b21263f2eef5c0a8a012590f5c21b311cd41a51839e7ae7216129 0.00 MB 1 0
35,944 35,944 0000000026c928b4259dbfd2e8e1e518e7fe86388ff70a3a2a12b6f68e83bfa8 0.00 MB 1 0
35,943 35,943 000000008a1f21efcba11aa1e54b1e5bbc6680739760020232a17f918c577fa5 0.00 MB 1 0
35,942 35,942 000000008565f98d23968a35b50b30061eb017689a18b4e4f4fb3c945072aaa2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.69 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,382.60 GB sent, 127.35 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.