Loading Tool

Explorer IconExplorer

Memory Pool

40,399 transactions
27.84 vMB
0.09396754 BTC
Random Selection Loading Transactions
Max Size: 142.96/200 MB

Candidate Block

Mining Attempt 3d30b87413bd7ce415154367a55356cb6a58d4fb37b951ce8e6cf0c1141f9244
Version 20000000
Previous Block 000000000000000000003c72a8e979c40102671daee68898431e57e1558ff72f
Merkle Root c6289b53b9524665efe3f882d0e5dfce84b6c33e4ba91dd7fff714803b53a847
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,384
Size: 1.00 vMB
Total Fees: 0.03408454 BTC
Feerates: 318.73 > 3.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,304 (906,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,283 8,283 0000000093cafa55c15b13f9eef325ce6cfc24efe2c98d00e0f326e56d623e2d 1 0.00/1.00 vMB 0
8,282 8,282 00000000336143357bbf9e497b7023108acff80a1a08b070789fabe856a4bb94 1 0.00/1.00 vMB 0
8,281 8,281 000000000bc1a45e6c7d12b0f009bc069bdb5f111ca4f02c768b543d20cde197 1 0.00/1.00 vMB 0
8,280 8,280 000000000f44e3e0d4a0936726c88a989772fe7c12ce7d62bdbfe01130ef86c0 1 0.00/1.00 vMB 0
8,279 8,279 00000000fef7255d9362d277b89cf9828b874b78e774690bc09cb3a09b4514f5 1 0.00/1.00 vMB 0
8,278 8,278 000000008cbae6bbf53ad8d4ebeedea04c889c3ec19804165a4b20a66f42afde 1 0.00/1.00 vMB 0
8,277 8,277 000000001098e5eeaface1388dd57a76983180699df43b1c06fd8ff0e3786c63 1 0.00/1.00 vMB 0
8,276 8,276 000000008f05edfb0fbbde763d148df2841f634cf1667488f9606cbb2df33063 1 0.00/1.00 vMB 0
8,275 8,275 00000000427c706b1dc49235b057115f17cc762726739e7c4777a2b66fc480f1 1 0.00/1.00 vMB 0
8,274 8,274 00000000522cb4cd482ce40f8014cb519990ddb89a47f5cd4b58e9cee1f4c586 1 0.00/1.00 vMB 0
8,273 8,273 0000000055de2bdd1f0559d1bf14e732bb1fee341367d096d410d70daf792e55 1 0.00/1.00 vMB 0
8,272 8,272 000000001ff450da45e13d764bf5073e00349bd2741cc4241300dcb1eca94037 1 0.00/1.00 vMB 0
8,271 8,271 00000000cdef22c0d89e140279d58000e440a8f3d6dfc44fd3840f9eaaf58e49 1 0.00/1.00 vMB 0
8,270 8,270 00000000ff7249c52e99c96c400b26e71c6d406d65a6da82e1efaa43603d9527 1 0.00/1.00 vMB 0
8,269 8,269 00000000dffd00f4d40f620e2efdabff6f3b539da8aab8f7147bbb75717c14cc 1 0.00/1.00 vMB 0
8,268 8,268 00000000163d2e6783901ed6c384ac09071417f283de88d37ce4a2602b6a0233 1 0.00/1.00 vMB 0
8,267 8,267 00000000eabd6b5488e55bd5e1b8309bbabde7405beb8c967e3b3bf8ceadd5c5 1 0.00/1.00 vMB 0
8,266 8,266 000000004d0fd467c9c464f1805333ddd87a9f438ee21bd00515b5f57e597fc8 1 0.00/1.00 vMB 0
8,265 8,265 000000006ebcdb80c7c2e27af3f3dd6e54efd5094328a319a8cb9024a64fe4a7 1 0.00/1.00 vMB 0
8,264 8,264 00000000eb9788be682b8e427ed48cb2a128ffddcb509fa8164108a483a41bdd 1 0.00/1.00 vMB 0
8,263 8,263 000000001387aa638f0d2b584da63a8f101ac6ee167df801f3f1c685f72a7abc 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 581.37 GB
    • Received: 9.07 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.