Loading Tool

Explorer IconExplorer

Memory Pool

73,932 transactions
27.45 vMB
0.06873502 BTC
Random Selection Loading Transactions
Max Size: 167.27/200 MB

Candidate Block

Mining Attempt 850c62dc6239c13ac2cc67b994f3e7c1118a3115fddcff875afc017f881523a3
Version 20000000
Previous Block 0000000000000000000192874583294799069cd41a502da4205abee519612895
Merkle Root 02a31230f7b3c271f0339b61a8b44c9db8fbf4d0b9d81ac809c7b641d527d5cd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,582
Size: 1.00 vMB
Total Fees: 0.01034359 BTC
Feerates: 100.35 > 1.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,293 (827,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
87,321 87,321 00000000001c896179192eebe48fa8e1ec595888a793a757aadc8243b9ec7d22 5 0.00/1.00 vMB 0
87,320 87,320 00000000001c84f4e4be557e7dcc787601818076a8f17837e3cef68cbd568fed 4 0.00/1.00 vMB 0
87,319 87,319 00000000001992c23c02c8e78208480471ea60f2d0a0456f24f0841d91e68d1d 9 0.00/1.00 vMB 0
87,318 87,318 000000000014f1976b28a235587a23a970b89a2560e09c75a9da5fb7967f4862 2 0.00/1.00 vMB 0
87,317 87,317 00000000001c3cae1b56c5a412eebfbe38b74e5c6d6027dac98cf504f3c55c81 3 0.00/1.00 vMB 0
87,316 87,316 0000000000186fd6cf7a5501d2e654fd50093f8f673fe2094e2dfff85910c618 3 0.00/1.00 vMB 0
87,315 87,315 0000000000145ce429806f91b1cf620241d21b79c7483d232e5373a5330bb707 3 0.00/1.00 vMB 0
87,314 87,314 0000000000107e9fc6918f5dafdd0bdf038ba8e5d72b1a7d86b35cae5e9b8eed 7 0.00/1.00 vMB 0
87,313 87,313 00000000000c0abc0e260af93de064a690c28143dce4429a974f83905cf2be24 8 0.00/1.00 vMB 0
87,312 87,312 00000000001b3f0df4ae123fd5864ab253f0585100a6325892b60d52e6900c78 3 0.00/1.00 vMB 0
87,311 87,311 000000000018ff821b7e42d6d0f02f081a8cd7f51f66010c064e85303b9c93e2 1 0.00/1.00 vMB 0
87,310 87,310 000000000015bd70fe1be3fbad953e4f298dddde87bfc3ba266c955a1d7991ea 1 0.00/1.00 vMB 0
87,309 87,309 00000000000faafc4aa0eb96ef8f2ab1ff4680b0d81d3752cfab646155eda596 13 0.00/1.00 vMB 0
87,308 87,308 00000000001824113ddbfa58baef35d9debfa286d0d5835dc906d682b9cf953a 6 0.00/1.00 vMB 0
87,307 87,307 000000000012a6318aca93913536c847608a6bb32e0796b4ed30a32032d6bd78 1 0.00/1.00 vMB 0
87,306 87,306 000000000006a02b6e84245477e089e44ede5836c59f3b3e41f8f7315c8905b3 3 0.00/1.00 vMB 0
87,305 87,305 00000000001689fe28a43f97fcc4cb862311597e7bd9e07287ac4417df0b5c5c 2 0.00/1.00 vMB 0
87,304 87,304 00000000000bee2e090b642822fbe9845dda66cf13062d6c8bb1b07804d5e6da 2 0.00/1.00 vMB 0
87,303 87,303 00000000001de85925639bcdd0b0a9e1f44a55bf609e4ecf9e9cf558e1101f10 14 0.01/1.00 vMB 0
87,302 87,302 0000000000082ca76a586ac047152ced848162e256bf9b834836eea9c88f7be6 1 0.00/1.00 vMB 0
87,301 87,301 00000000001c689bdaac5b1cfd851d592c9701404884bccf03d097fa19447e56 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.90 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: 713.57 GB
    • Received: 17.40 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.