Loading Tool

Explorer IconExplorer

Memory Pool

63,293 transactions
35.59 vMB
0.08965448 BTC
Random Selection Loading Transactions
Max Size: 189.53/200 MB

Candidate Block

Mining Attempt b0f5c7ef4f3d3c60fceeae463bb70e4519a08ddf678dbf352e89692344a42503
Version 20000000
Previous Block 000000000000000000019a0725ca2d0e21a923c8a725d5d1d79162ba450bcd64
Merkle Root de73101ba32fb8858dbd92b388bdc42cf08acc4b95d922b76e959d6d722d6152
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,265
Size: 1.00 vMB
Total Fees: 0.01651405 BTC
Feerates: 301.05 > 1.65 > 0.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,398 (814,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
100,342 100,342 000000000002fd2027205581c30c43c6ade1485e9a2d0cfc73aad7a69946cec7 2 0.00/1.00 vMB 0
100,341 100,341 000000000002e6c541f9970c1994703c01f273fecf5989032e811bf18ac461c6 3 0.00/1.00 vMB 0
100,340 100,340 00000000000390cc82fb6830c8fa792f2b574e3034887a71e2a6192831754ec6 6 0.00/1.00 vMB 0
100,339 100,339 000000000002ea6e5975af887e45993f21e38d1d47b49c05589fb468a6b5e571 1 0.00/1.00 vMB 0
100,338 100,338 000000000002fee6a86660a12a6e2a6da3fa7495a323b122c3b35d323430556a 1 0.00/1.00 vMB 0
100,337 100,337 0000000000018343bb3384cdcb0fbad79ebe4ddc8e7043f5661d3ff47a084fa9 1 0.00/1.00 vMB 0
100,336 100,336 000000000004287c459d2f876992c44afbdab680e188fb1779205270ca295f7c 4 0.00/1.00 vMB 0
100,335 100,335 000000000002fe78f962edae9d893aecde95e0bfa4f56b04b7e65d49f10733ce 3 0.00/1.00 vMB 0
100,334 100,334 000000000000f7d65ec9d2aea42472108f8cb621e47b0bda92691dc91dd9f00b 4 0.00/1.00 vMB 0
100,333 100,333 0000000000000f9012f65f7d03c1aaa475167518498fe3e4da332c44df7e1ab7 1 0.00/1.00 vMB 0
100,332 100,332 0000000000024e751cd476e7c19ef78be7fd3c3d10270a93b48d17b857f50268 2 0.00/1.00 vMB 0
100,331 100,331 000000000000162d164f70f562f7a16ea0ddaf173315e30568bd130f61a04d43 1 0.00/1.00 vMB 0
100,330 100,330 00000000000127238afda3f268679a49a74c0a799c2fa0e004d7ec5068a7a02a 1 0.00/1.00 vMB 0
100,329 100,329 000000000002e65c9a02d4ea9114a88221c7804366bfad845a3faf3f095ca3d4 1 0.00/1.00 vMB 0
100,328 100,328 000000000002d0284708a06cfaf762a4379a6de6578837317d2f829fd5688823 4 0.00/1.00 vMB 0
100,327 100,327 000000000001a2cee1848a5fcfdff4943cf1c2721e8d1f923bd4d8c41eb475a5 1 0.00/1.00 vMB 0
100,326 100,326 000000000001f56cc48661eb0da8b77d8ab4bb48ea2ecb932880e3e59d3ecdc7 2 0.00/1.00 vMB 0
100,325 100,325 00000000000272691e61ff119e8e13bb74ea9c01cf1cbeb10a3bf9b9e9bdb616 1 0.00/1.00 vMB 0
100,324 100,324 0000000000030e3cfd3a157b4d1e0b508cc669c7878abe2182a2a1b91cb648e3 4 0.00/1.00 vMB 0
100,323 100,323 0000000000041dfe5e4bb04486acc70b6840ed96af633cdbc3c0c2cec5366a70 2 0.00/1.00 vMB 0
100,322 100,322 000000000001bc49fc5e8d0fae3316059d776ff00c9446d2f83b033caa7a8031 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.31 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: 599.13 GB
    • Received: 10.01 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.