Loading Tool

Explorer IconExplorer

Memory Pool

73,832 transactions
27.39 vMB
0.06785815 BTC
Random Selection Loading Transactions
Max Size: 166.97/200 MB

Candidate Block

Mining Attempt f4e1987903c1bd63a8923f4ccdf3829b496253af30d24c6e07db8f8ce939be87
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root c5d4ae45309e35decb3dc0520f79b47adf80fd3fb31ad16da80618d5151f6b32
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,909
Size: 1.00 vMB
Total Fees: 0.00963447 BTC
Feerates: 101.19 > 0.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (789,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,865 125,865 0000000000002d080ceac4e5697774063a7395ff928567fdb108e5fe5be085b4 32 0.01/1.00 vMB 218
125,864 125,864 00000000000044444c179c11f8186495853b85ac56a9e6733066629a5ace5fab 34 0.03/1.00 vMB 737
125,863 125,863 00000000000009343586daf611aea10f835b40d7b266bb713948f6e07ca23919 12 0.00/1.00 vMB 1,070
125,862 125,862 00000000000022b3b5016cc3f56fd334252b97332be32b8500124b8a3aa20a3a 139 0.05/1.00 vMB 510
125,861 125,861 00000000000000ec84f757a4965d2f4d62efe8b7bb53d0e86823234a1247d023 5 0.00/1.00 vMB 1,296
125,860 125,860 000000000000385fcc5b4684ea6572777ffc5c04b25e888a9c5433f76f5e350d 15 0.00/1.00 vMB 886
125,859 125,859 0000000000001f4a6fce2dcb955a4ebf0757250bf65b6cdd9a1ac9e878ba29eb 26 0.01/1.00 vMB 791
125,858 125,858 00000000000026a8bedca514dba85f795979af06aee2bfcee8f79108caddb3ed 1 0.00/1.00 vMB 0
125,857 125,857 0000000000002f884b6088823990c0371497863c00ee55a8623cf76730fc2bc5 16 0.01/1.00 vMB 1,167
125,856 125,856 00000000000012ed2242295338eaeb5b2c2aa32321a935cf9012918eace9d822 8 0.00/1.00 vMB 337
125,855 125,855 0000000000002e1c9f03e44da4b33689c33c52c51c538424541134f97bff39ae 18 0.01/1.00 vMB 986
125,854 125,854 00000000000003b0d2994baf7b4bb01dd409955e3e7ea589abf419c9e04a4e91 3 0.00/1.00 vMB 0
125,853 125,853 0000000000001458a277681b1776add36e8bdb199899c6e6c87c48f6f7d9c312 33 0.01/1.00 vMB 1,736
125,852 125,852 00000000000006cdec6dcbbeb19b7810a445d971959f065eb460271cdd8ff3a9 11 0.01/1.00 vMB 380
125,851 125,851 0000000000003930f8f2e46eb38d515ab2067c81ab7c284495d1a7b1a2b69553 12 0.00/1.00 vMB 346
125,850 125,850 000000000000351f9effb532c375b567a52d5c91ecf78cf86a458940c77c9632 18 0.01/1.00 vMB 1,442
125,849 125,849 0000000000003b6db9c22fa7543ffa19b71c2decb4288629ec1dc54da9755d6f 6 0.00/1.00 vMB 1,551
125,848 125,848 0000000000003fef8f8743bc13d571cfff114d9045d468fc0ca45a4bf2056e24 30 0.01/1.00 vMB 202
125,847 125,847 0000000000002d520487b9e9aeb5f4271cb8cf4fdb16938b06421c2239f4ae89 10 0.01/1.00 vMB 1,490
125,846 125,846 000000000000333ac38eeb3622aa0621a39c29d327235f190e3df471a149748e 97 0.04/1.00 vMB 347
125,845 125,845 00000000000007d1828a8c926a181d1047f4b8984c577d8f4db0f77c3197eddc 13 0.00/1.00 vMB 1,269
Previous 10 blocks ↓
Total Size: 782.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 714.62 GB
    • Received: 17.57 GB
  • Uptime:

Notes

  • 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.