Loading Tool

Explorer IconExplorer

Memory Pool

49,123 transactions
29.77 vMB
0.07399621 BTC
Random Selection Loading Transactions
Max Size: 159.27/200 MB

Candidate Block

Mining Attempt 18208a7ba4447fe6111d4f4664711b45241d22e01f3545ee4d00b3f9045504ef
Version 20000000
Previous Block 0000000000000000000076b83b1d6ccdb00623eb84fa22f3fb18eee6fe467774
Merkle Root da1f00605e5f3176fe4ec27c82351bb1ed205c888f30d8fc34e0c0814785af15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,132
Size: 1.00 vMB
Total Fees: 0.01257776 BTC
Feerates: 117.91 > 1.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,829 (913,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,684 1,684 000000007c85c85c1f2e9d277206d87343cf47703b8b01cd6efd56d1df85df18 1 0.00/1.00 vMB 0
1,683 1,683 00000000d8213c90c9a0747a61a18ff7e334805adb5a03e1d295b3e104934a2b 1 0.00/1.00 vMB 0
1,682 1,682 00000000b9ca35c786ff52a0b9eccb7730ae1a033d6313a43f28bc95b571cd1a 1 0.00/1.00 vMB 0
1,681 1,681 00000000af33e1eea00b0c03076f5a06291d59622f39920b53710f0d60fc8489 1 0.00/1.00 vMB 0
1,680 1,680 00000000a88d6a14d79b7afd292071916cb04899411fcbc83131e86e5f98269b 1 0.00/1.00 vMB 0
1,679 1,679 00000000b4df63292b5cb43548367908d8b998a67c4f8e481a32f4bdb467b3cf 1 0.00/1.00 vMB 0
1,678 1,678 00000000f3a77fdef1ca4465b48caecf4431c7c8bd38b5b274694f4f781d25b6 1 0.00/1.00 vMB 0
1,677 1,677 000000006bbca4fb6c2a1b6f1d1a625afd94b9493e491420637ac29ee626010f 1 0.00/1.00 vMB 0
1,676 1,676 00000000bc8243c8b97e217b7ecc2b9b75eebfec61407e76ea29df12c676b149 1 0.00/1.00 vMB 0
1,675 1,675 00000000921d00495e1b5fe6244e51580fdb85ee7bf0e9318d6f323a8ae76e17 1 0.00/1.00 vMB 0
1,674 1,674 00000000e1652886c38b554715d975ca1b81c01291c93e0434b3d665cbea1896 1 0.00/1.00 vMB 0
1,673 1,673 000000005ad59963a6e7d72214bad519595fa49cafea64a6e1975d1aa74c02a7 1 0.00/1.00 vMB 0
1,672 1,672 00000000971f78fd0cc78b8399ba3efdd96334977d4ea1e14800af9d8d89ab37 1 0.00/1.00 vMB 0
1,671 1,671 0000000067274eeaa86aebce4bd4146197069635acedb778bb12c109c6e0bc86 1 0.00/1.00 vMB 0
1,670 1,670 000000005b7a58a939b2636f61fa4ddd62258c5fed57667a35d23f2334c4f86d 1 0.00/1.00 vMB 0
1,669 1,669 00000000357e63289daabf9fccf899c58e9dc245f0a814f6e2406f06bfca621f 1 0.00/1.00 vMB 0
1,668 1,668 0000000084cc951412348cf341a7ba90232248a280318d4f8bf740a8659074da 1 0.00/1.00 vMB 0
1,667 1,667 00000000bcbe926ce2e80ad73147811703d86bfe355e911f75676f77d5176bf8 1 0.00/1.00 vMB 0
1,666 1,666 00000000f7faec5b1ca7ebc049b6a4549fbba3dd1eecde8184a2758fd65cc042 1 0.00/1.00 vMB 0
1,665 1,665 000000001c4b5a7ace6494b30fbad309ca9ed670cb691ac272ff4ec8d2511328 1 0.00/1.00 vMB 0
1,664 1,664 000000006d1a2f7f2b16e1b950879de117d75ce7f3111f7a261b657016131385 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.09 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.46 GB
    • Received: 13.58 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.