Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

822 transactions (0.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,838 000000000000000000022b910000000000000000000000000000000000000000 0.20 vMB 822 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,837 (181,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
729,883 729,883 000000000000000000003610591df456aaba9a118f61e7fe5270ea58d6497038 1.29 MB 1,449 21
729,882 729,882 000000000000000000042e8c88ff973c47b2afde656f4aa1d78cd8231da1001f 1.58 MB 3,133 12
729,881 729,881 000000000000000000046f6d960a44e8a13690761d39e29ea07985ed26a88f79 1.53 MB 3,192 15
729,880 729,880 00000000000000000003cde3b9bb5612d72b5c73fcd81c44181105a36532b674 1.54 MB 1,693 15
729,879 729,879 00000000000000000007c40d3259df02c59b02da132d799f10cf8dbc908d3955 1.45 MB 2,821 20
729,878 729,878 000000000000000000082cbedcd083cf568d5f155e7a5791348fc4410c58037b 1.38 MB 2,598 20
729,877 729,877 00000000000000000008a292fa1fdeb0b2533bfa6a6fa8fb9b7494de75cce47e 1.13 MB 673 10
729,876 729,876 000000000000000000086c5e17ee58a05a92faa7a3f81199a12d6ceb2a390c53 1.62 MB 1,345 11
729,875 729,875 000000000000000000070f3cf47a1d81366ed8887da60203ef1c271f47b5f868 1.54 MB 2,594 16
729,874 729,874 000000000000000000036de343472e75b3e9a2885b6c049db7e6cfc804827036 1.43 MB 3,078 25
729,873 729,873 000000000000000000031e5207d5dc26594437b0c0143f408fe1bd9c040883eb 1.54 MB 2,232 17
729,872 729,872 0000000000000000000861ca511610bd84992fba5865499a99b53c0660655105 1.61 MB 1,980 13
729,871 729,871 000000000000000000046fd45de79f56ab5cf7471a4d25fcc87f00da355f5f55 1.25 MB 1,186 19
729,870 729,870 00000000000000000007a5c6fdf83416823fbf7fb92f3544a9e74eccb978bfe1 1.22 MB 1,158 19
729,869 729,869 00000000000000000000dc453e5c1c19c199ca3d6b9c920ee8f6af5dee601c73 1.40 MB 1,975 18
729,868 729,868 00000000000000000002171292b6ff78450d8ec119cfa1f6e85de2fd061874ad 1.41 MB 2,877 21
729,867 729,867 000000000000000000085fa15cf029e14d15bdf46ce6c87619d8d857f752b6f5 1.25 MB 1,707 11
729,866 729,866 000000000000000000094d5f90e6769934e23c0c5fe00cd39cf4adc0fba39500 1.34 MB 2,952 16
729,865 729,865 00000000000000000002af8ea7f80bdd210f2b7917a9e1c9e838376216752342 1.51 MB 3,247 18
729,864 729,864 00000000000000000000f4f0eb9d85907cb8725643667881aa1b487818a57407 1.40 MB 2,922 25
729,863 729,863 000000000000000000053ad0b511292001b37fcf6d0ec23616e0e02317b4a412 1.60 MB 3,600 14
Previous 10 blocks ↓
Total Size: 776.79 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,467.79 GB sent, 132.49 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.