Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,961 transactions (2.50 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,795 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 1,938 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,794 (595,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,785 316,785 00000000000000002b5bd70a0b2ab739cef226a5f9fb896ece469a50670330b4 0.35 MB 915 58
316,784 316,784 00000000000000002b2818293e819317149f610ed88c7efd8bd0fbea02bf007a 0.58 MB 810 23
316,783 316,783 000000000000000025a390f23abe1f66ba4577f37f618c2bdd85a64b7a286052 0.01 MB 19 23
316,782 316,782 00000000000000000fe7f58b8818a5b10fc839833d2c4c66d04981fea7545cb6 0.37 MB 575 24
316,781 316,781 000000000000000025c4b589c22a05e8380cdc5d6652a6a8f53a049ad5479521 0.69 MB 843 22
316,780 316,780 00000000000000000eeb78eef5f6d1c397c3f4543fc4d91e0a49406b458dccc0 0.35 MB 572 26
316,779 316,779 00000000000000001b535a8ffdfce25f9b90b0e4754a87417fc2cb2d57233d12 0.06 MB 117 28
316,778 316,778 0000000000000000167f54f3e25134fe4f61f9ff2c55bf396341ce92586102e5 0.03 MB 56 21
316,777 316,777 000000000000000012d43ec6effbe4244f04252528fe0770a0e937cf793efeb8 0.02 MB 46 32
316,776 316,776 00000000000000000b5f3b0c8aa87c4928bc93bced02ede9543339812bbc60c9 0.04 MB 83 24
316,775 316,775 00000000000000001bfa9eea46500fdaf733f5ddfad01d26183b866952d9d5f8 0.29 MB 478 24
316,774 316,774 00000000000000001c92a71a6d51b34f0d7f20d7bc59f7ae72f35201d647f532 0.15 MB 214 25
316,773 316,773 00000000000000001d699bafa6b6d4f9e8554ed72d3d849692455c1d783ff5b9 0.17 MB 258 22
316,772 316,772 0000000000000000191f10d686a9a4a91798233c53923503b6772b38dc831f42 0.32 MB 575 23
316,771 316,771 000000000000000004f3c2df4f274f31db4fbaf66475dd6449df40554e3ebc8c 0.31 MB 478 25
316,770 316,770 00000000000000000b7b28a73d81caf32646876bfeaf0ac7a48a2c2647de7bc7 0.43 MB 624 23
316,769 316,769 0000000000000000074c0a87b4e26dfc83f767112d9ad8d5317f5f71fc5b7559 0.75 MB 1,513 30
316,768 316,768 0000000000000000121d599e93cd58884e8c61409224a2df0bccd83401ab8d64 0.37 MB 833 33
316,767 316,767 00000000000000000e9cd21edf680c05eed8ddfc4b1871e4f86a91068e2e2bad 0.09 MB 110 15
316,766 316,766 000000000000000018f1b32414b25a571e8a7014d0f134a1080c04bc5c42d4a1 0.11 MB 168 25
316,765 316,765 000000000000000013a9706055fcdb2468414a103f3a12510b817d55484cef24 0.28 MB 501 25
Previous 10 blocks ↓
Total Size: 776.71 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,444.85 GB sent, 132.11 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.