Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,502 transactions (0.47 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,552 000000000000000000022b910000000000000000000000000000000000000000 0.47 vMB 1,495 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,551 (317,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
593,981 593,981 000000000000000000138d02ad7b688bf732b278ca11919701c19b6e8caf62eb 1.18 MB 3,101 49
593,980 593,980 00000000000000000003a74903b17e44839738fd96b7397f487c4d4c0aff1ec9 1.21 MB 2,688 15
593,979 593,979 00000000000000000014d021149a22ed6da9ddb385658ab61157a4080935b3e5 1.22 MB 2,694 45
593,978 593,978 0000000000000000000c9ffda56ea02c19d1d7bc0878e42f1b8367b0e9289304 1.13 MB 2,718 17
593,977 593,977 00000000000000000010f926373039b67e77c01a94a650a80756e39561947880 1.31 MB 2,496 12
593,976 593,976 00000000000000000015933029dca9ac633e2b2324bd88f2eee77ab7269fbf02 1.22 MB 2,718 38
593,975 593,975 0000000000000000000f72c8040d4bb6293df3bae171827af1cf99b60be1abc3 1.26 MB 3,268 42
593,974 593,974 000000000000000000117201d3e2e0632ff1cdeee0bd322c4a716839aa8a51b9 1.27 MB 2,466 56
593,973 593,973 000000000000000000092863d2e2cc4893e90e774870bee68bce09584f35a3ba 0.12 MB 207 24
593,972 593,972 000000000000000000168a0c15e950468e4d645ff182252a918236ef66f7bcdb 0.06 MB 163 33
593,971 593,971 00000000000000000011eec884c1435161c61b5a3fc006adf9458a7c25bde6f1 0.20 MB 388 17
593,970 593,970 000000000000000000066132aadd02eb4f7d3fb2e2f187e67a00350aa97d2582 0.35 MB 805 29
593,969 593,969 0000000000000000000aeb336590c7eeb3bef6a7a86f53815ec5022a1cc3ffda 0.21 MB 569 19
593,968 593,968 00000000000000000013a0b3142e0dfe90b47127537606661308e2a41195eb5d 1.24 MB 2,812 26
593,967 593,967 00000000000000000011d7668840c8d3371db3b108385580466665ad5632c06d 1.14 MB 2,148 20
593,966 593,966 00000000000000000000f804c0c58623a97e4fef0baaae04a219ebdd2df32692 0.32 MB 695 31
593,965 593,965 00000000000000000001a0fb1dc2e7d023d0a038c766ebb8823c825c157af6ba 0.47 MB 1,165 3
593,964 593,964 000000000000000000061bc938dbc6d39ba55f47be54d2f5e39db09d6f63650c 1.24 MB 2,084 4
593,963 593,963 00000000000000000015d3c3bf531ea6c8bcaf5686d48854b7b1b302cd2394e8 1.29 MB 3,047 23
593,962 593,962 0000000000000000000ba8ef45b88d963702a0950adb0b8b0aa530d9422d50c5 1.26 MB 2,769 55
593,961 593,961 00000000000000000011b018640b02275bb919ea5840f586bcee1fa4dd1e266d 0.27 MB 693 28
Previous 10 blocks ↓
Total Size: 776.26 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,414.17 GB sent, 129.94 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.