Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,752 transactions (0.92 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 911,479 (80,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,190 831,190 00000000000000000001e2eda455452c6b00e80c47130fb25b95897e82b3a4eb 1.57 MB 3,109 27
831,189 831,189 0000000000000000000249dd751250fc7e4cfb11f5b737482f57a549f2a2d614 1.74 MB 3,100 15
831,188 831,188 00000000000000000002a7c71ba1d2a16ff7301ab24f82b9a0736fed0fb57c87 1.83 MB 2,970 17
831,187 831,187 000000000000000000029ebbb8d65ec599ce7e0a731ebde0585e1d45904119ab 1.70 MB 2,698 13
831,186 831,186 0000000000000000000232c9ee8e0d9d7120329ded2b5dc1503b0f0d7a7a890e 1.48 MB 1,718 16
831,185 831,185 00000000000000000001dfbb017bc1e1acda0a033842093c0c607bd9f76cc757 1.89 MB 2,532 16
831,184 831,184 000000000000000000034a3aa4e2ff9c75f0e4a67207ac32f24508522c732c8b 1.63 MB 3,115 26
831,183 831,183 000000000000000000025128e79b965e1ea2738f6768a2751763fce2ec61ea41 1.81 MB 1,898 11
831,182 831,182 00000000000000000000ac079bf0648ba823280f4d682d2f3e74f2b9824899b2 2.30 MB 1,826 11
831,181 831,181 0000000000000000000234c516e99ae7a423786ade49f012d0b4a85dc200e3fe 1.40 MB 1,577 15
831,180 831,180 00000000000000000002536fd48a9fd30de5e679b2009dfdcb087fa53853b661 1.48 MB 1,835 15
831,179 831,179 00000000000000000000546d141b43cc84474722659c21d6f2a375a489c94395 1.84 MB 2,901 22
831,178 831,178 000000000000000000030aad9641f578c1dcefb108e845f187fcbb996f17ec8a 1.54 MB 3,456 31
831,177 831,177 00000000000000000002933902c2fad30a8974f8041f93678acb95ea1358cb50 1.32 MB 1,499 16
831,176 831,176 00000000000000000000298098a8187d5815faf6a6cc408c3250126212a99300 1.49 MB 2,835 24
831,175 831,175 00000000000000000000a8ea8c19d7bd284bbc35946f95576bb3c9d8575a4bf7 1.30 MB 1,762 15
831,174 831,174 000000000000000000005d5ccc7765b867dfb95cd3702ea5a4f19f1a598ad585 1.80 MB 1,981 15
831,173 831,173 0000000000000000000052803d5a812140fe5d10483b837a13c81ddfc7ef7bb8 1.49 MB 1,954 17
831,172 831,172 00000000000000000000c09e494863a24cb3bb469f8a14567f13e73b60fe1410 1.76 MB 3,056 15
831,171 831,171 00000000000000000000624e2edcb58e2362f9f301574989d2a468cada735d5b 1.67 MB 2,887 26
831,170 831,170 0000000000000000000341cb8e35b3dbf138fc04992fff32b8a0064fa4c180fd 1.76 MB 2,892 25
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.20 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.