Loading Tool

Explorer IconExplorer

Memory Pool

55,159 transactions
32.44 vMB
0.23456487 BTC
Random Selection Loading Transactions
Max Size: 173.96/200 MB

Candidate Block

Mining Attempt 79cdf800284705792e9693af6e36ac8639fb6e5a1913fa694fa758912f647336
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root ea4a3f2f6fe43c03e558bab46b6eb006cf138c71ffa84c7257bf24d484e48a7b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,913
Size: 1.00 vMB
Total Fees: 0.12389096 BTC
Feerates: 101.66 > 12.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (392,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
522,580 522,580 0000000000000000002cc7ae8cc762f23483f72bbf1600fb2feca37eec478bcd 414 0.18/1.00 vMB 44
522,579 522,579 0000000000000000002c311c7f5631cfcc23dfa2a8f524c0b720fd652f7ff7be 1,957 0.79/1.00 vMB 36
522,578 522,578 0000000000000000001218dd67ce4e5b999dd30a5aaad61039a9f4d7e148a50d 1,865 0.82/1.00 vMB 31
522,577 522,577 0000000000000000000c1e53e0a7e93eba9df7ee16417e466ff6b4911123206c 103 0.03/1.00 vMB 36
522,576 522,576 000000000000000000293bc4901e7e14e1894cd5dbbe3263205a2bc62de9a7b4 1,630 0.63/1.00 vMB 33
522,575 522,575 000000000000000000018ffd17c6d39d5d1afca484b9e0b07b9830bc37b71dea 656 0.26/1.00 vMB 26
522,574 522,574 0000000000000000003a7817d184848f111e57e04bcb0a10337829f6453a0636 27 0.01/1.00 vMB 40
522,573 522,573 00000000000000000016db72789e2fdc65e84bcd39b117bcfa80a9b5ec2a17a0 1,139 0.45/1.00 vMB 42
522,572 522,572 0000000000000000002bfb5616db00d596752f2b36e265293e1a3fb52f77a102 345 0.13/1.00 vMB 33
522,571 522,571 0000000000000000000d5e6e8032385bf31d80207a632a6f84f6a6008461016e 622 0.24/1.00 vMB 37
522,570 522,570 000000000000000000229a229c8935ad5cbb7ef82a5e1758ba29126a662acca9 699 0.26/1.00 vMB 32
522,569 522,569 00000000000000000026b7640b3c114f835cc9a46b2b4fe3ddbfb326eb60fcce 626 0.33/1.00 vMB 39
522,568 522,568 000000000000000000093e859256d928fd6f41e6890cfdb2451d0bc0f9b4444c 120 0.08/1.00 vMB 25
522,567 522,567 0000000000000000000a5f00acc436eea65857b8873fb3f43a2e5ed0906175b2 1,025 0.57/1.00 vMB 13
522,566 522,566 0000000000000000003746123e41853d29fc740f36cde2189a28fe3b9e59962e 1,792 1.00/1.00 vMB 10
522,565 522,565 0000000000000000000d8ea67135f352d132f1a7afc63c112b59d45b9b1799ba 2,091 1.00/1.00 vMB 10
522,564 522,564 000000000000000000354d64312ad8597117c911e4e1ddc1da1fe28731d617e5 2,230 1.00/1.00 vMB 30
522,563 522,563 00000000000000000012e1f84bf8b37e7ae20ffe2b9019d496342b1a0f0328c4 2,945 1.00/1.00 vMB 8
522,562 522,562 0000000000000000003160448db4566d3857387a9978d45a72f12d9120aeedea 1,843 1.00/1.00 vMB 11
522,561 522,561 0000000000000000001da1f09e097711158b6de49209e4d706cfd6d3f48dc831 2,412 1.00/1.00 vMB 26
522,560 522,560 00000000000000000003522fc2a0d58736d30f16fbdde6c4b6b5a29e8e7de6dc 1,781 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.49 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.