Loading Tool

Explorer IconExplorer

Memory Pool

79,631 transactions
29.26 vMB
0.07609206 BTC
Random Selection Loading Transactions
Max Size: 177.83/200 MB

Candidate Block

Mining Attempt 3a905b53061c8d322fa03dd82f7258f408ad4552cf3f7e4cd3d2090ad047d2f1
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root c588d05eaf558cba3f63cd38afdc453c5a7c221c55e4c9e505f34a9fc8b515ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,110
Size: 1.00 vMB
Total Fees: 0.01470371 BTC
Feerates: 74.86 > 1.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (855,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,929 59,929 0000000003316a5cd8c18cb9c2ade3f862b4409e155857eda3dbbb5a96d4c744 3 0.00/1.00 vMB 0
59,928 59,928 000000000814e5b29960e8f460da0d714d1b2c4a843aa9affb5cadec02a9f966 2 0.00/1.00 vMB 0
59,927 59,927 000000000e802c897ed252f53c8b3066a2b48ab47ab1d99d1f37ca8bc4e6f6c1 1 0.00/1.00 vMB 0
59,926 59,926 0000000006f0cf33e2aa5e51606d0cde88562f445c842ca1470fcb0350813b37 2 0.00/1.00 vMB 0
59,925 59,925 000000000c759e4ae79cfd90ab3c451078bf832b09130de2d338f8be16d13a96 2 0.00/1.00 vMB 0
59,924 59,924 000000000dca06a30795287e31b26e56ce3a30c8304dd86996dbca2ad29079a5 3 0.00/1.00 vMB 0
59,923 59,923 0000000006785b7aa98e081eb7eeea54cd7ed7906ba49763630877e2a006c447 4 0.00/1.00 vMB 0
59,922 59,922 000000000f41d38d2797d69c051df76e406c4c64e9b7a338a7b6792cfcafc100 2 0.00/1.00 vMB 0
59,921 59,921 000000000e4f5ac3eb15eb94a6d58a9f4a16be29e166e9f50b1e4bdd83b2b4c2 2 0.00/1.00 vMB 0
59,920 59,920 000000000d2878f465e871514139217e8d82479ab6dedfacc524747e825dc061 1 0.00/1.00 vMB 0
59,919 59,919 000000000f5ff466d7880e9ee2bc6a5195fdbe73766752df07eb33f70f53c566 1 0.00/1.00 vMB 0
59,918 59,918 00000000011b7ca875f030f5b31e5f0be56804373c2286402a4234ffe8098923 1 0.00/1.00 vMB 0
59,917 59,917 0000000005630ca8a52d7df47c3559343f87242507f944e8b174a524cf661559 1 0.00/1.00 vMB 0
59,916 59,916 0000000008e9dceb2f97a70a4d4a2f54f71fab5b693c6bd38a2aef456ac0a6fc 5 0.00/1.00 vMB 0
59,915 59,915 0000000006e9db78fb0bf6852c591d80074c6c4910425c20c0df132c3666ce68 3 0.00/1.00 vMB 0
59,914 59,914 00000000027ee0cfa433d5596ffa38337a878dcc6a4936613211e2582f27b9d3 1 0.00/1.00 vMB 0
59,913 59,913 0000000004be49065f84d891c0bacebafab72425d58c51b1e89d8b832f7b8297 2 0.00/1.00 vMB 0
59,912 59,912 000000000c60fa925eff22295f2c766de89fb530bb727273c1a1b6c841d15b9a 2 0.00/1.00 vMB 0
59,911 59,911 000000000ddbb975dfff732af24b68166d439a53c11d1add9b9767c18e521b51 1 0.00/1.00 vMB 0
59,910 59,910 000000000968ca03f390c00dc47057ed6510e806c8d92353fe428e65f5362046 2 0.00/1.00 vMB 0
59,909 59,909 000000000e5c7a971ff762073bc2bd3815cca920b74a35349360f3fd989e0349 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.54 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: 669.11 GB
    • Received: 15.73 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.