Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,899 transactions (0.79 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,775 000000000000000000022b910000000000000000000000000000000000000000 ago 0.79 vMB 2,895 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,774 (118,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
793,450 793,450 00000000000000000000cd0366a7fa41dfcc8656153fa0017b911359deb76d46 1.50 MB 2,611 62
793,449 793,449 000000000000000000032e097b5001f1a72eb8761383319c0b37b44dfb1fa016 1.58 MB 2,099 100
793,448 793,448 00000000000000000002bae63e268ef142a5c570362c9795ebeb46d799671872 3.40 MB 1,001 33
793,447 793,447 000000000000000000037ca4697827f22662b6f6e6d4051572a96fd5d29763d9 1.66 MB 2,917 82
793,446 793,446 000000000000000000053768464c03a5ba862d1e118f57c88ab42f587a826a78 1.68 MB 3,933 36
793,445 793,445 00000000000000000003f6e82770337540afcf69ea701620bb88308bbf146f9d 1.79 MB 2,866 59
793,444 793,444 000000000000000000035e9718c13737edfd0f7399ff6223f5daf4f01e0fcdc8 1.73 MB 3,209 54
793,443 793,443 0000000000000000000222e39f36d168a272e368f7f0c301b0ecf0a51af99705 1.43 MB 1,553 25
793,442 793,442 00000000000000000001479f2ac9d2377de3170e79a3f1af43353e20d6ee63ce 1.12 MB 863 15
793,441 793,441 00000000000000000000f0161ffae85399f835a927eb852a97c998a3659783b7 2.01 MB 2,351 23
793,440 793,440 00000000000000000002e990f7abc1761b5f98ed1f94cffaf47a875970a97534 1.59 MB 2,469 27
793,439 793,439 00000000000000000000401d20350e66f9918f828ca8902f9db30502188f489e 1.85 MB 2,244 27
793,438 793,438 00000000000000000001aab418c73fccdca9b47365135228047b0eb1227d4e6c 1.67 MB 3,293 59
793,437 793,437 00000000000000000004115e8973331aaf428edaf70497b4cd90efa4356ba360 1.53 MB 3,284 68
793,436 793,436 000000000000000000018126daefbf93fc0ec31b9123b6604d9671c410aea3ff 1.66 MB 1,794 36
793,435 793,435 00000000000000000003ea54b66faad11bddd50d1782a19a0b0019301d894932 1.61 MB 2,273 48
793,434 793,434 000000000000000000016d2fc4356966931a45a7875a3db2fb19596534bef7e9 1.56 MB 1,519 45
793,433 793,433 00000000000000000004cdc6d0bd652412564e39d1e94de3d7ebc2309831d6cf 1.46 MB 2,044 33
793,432 793,432 000000000000000000050ae2781792a2995b1226175c9d25ea7e5f12c9e63542 1.91 MB 2,767 33
793,431 793,431 00000000000000000002b9bf8af1fc9320d43c3591a650464a1e843a51dd434a 1.73 MB 2,942 40
793,430 793,430 000000000000000000050ea34ed30c85ccfd281715b5402e0282eeaaa7ce862b 1.58 MB 2,304 25
Previous 10 blocks ↓
Total Size: 776.66 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,436.10 GB sent, 131.90 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.