Loading Tool

Explorer IconExplorer

Memory Pool

38,609 transactions
28.93 vMB
0.07448355 BTC
Random Selection Loading Transactions
Max Size: 145.88/200 MB

Candidate Block

Mining Attempt 8f2d366b657b31385c6754bf6e445bb75f027a7305b2fef827ce1604aa05cd8d
Version 20000000
Previous Block 000000000000000000005f6e061237a1b3be90d7e91949057a34a7b5facf2fa9
Merkle Root 0dee7884a6edc4b0dc68ab47c1b0c7cd1777c26817ebd18588e93b5fad8b2d6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,427
Size: 1.00 vMB
Total Fees: 0.01818623 BTC
Feerates: 75.76 > 1.82 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,529 (910,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,726 3,726 000000003a83e8631edb1a7ebc0530e2991b8acd0fbfc7339e90ae84464df978 1 0.00/1.00 vMB 0
3,725 3,725 000000002e9d7d4da21c0f03c168500cb0f1273dad7d7adfbfa7409a4323fe43 1 0.00/1.00 vMB 0
3,724 3,724 000000003e944bca9bbe8438a6dfbf3c874cb1d71c9478d23685cef48b584ce1 1 0.00/1.00 vMB 0
3,723 3,723 00000000c6724d4f30b87ba3c61a83b5ac004188ddc12d8e789da073623ae472 1 0.00/1.00 vMB 0
3,722 3,722 00000000b6212607842d539ad5dd946a0103651d314ab149cd4c291bffa55311 1 0.00/1.00 vMB 0
3,721 3,721 0000000090adb31fc879d5379a5ac986f9800e840fd73bc6bba824fabf3ad225 1 0.00/1.00 vMB 0
3,720 3,720 00000000b64e8c9993582a248b929fd8892d43a1d4d82e316c916ba77b997acd 1 0.00/1.00 vMB 0
3,719 3,719 0000000092c4edbe24e1433c087b9d170c9d68587a158fde0ff9d7a2059a6493 1 0.00/1.00 vMB 0
3,718 3,718 000000009de1fa4e60b1d719021d9b990589af813e3e6164cf00c99b5776d897 1 0.00/1.00 vMB 0
3,717 3,717 000000009a1088fe9fc56cc98b851357d7c8d952046c8199548fea13db383085 1 0.00/1.00 vMB 0
3,716 3,716 00000000e7908ca097c1f64f8200e2628020a737498b1da835572a2e3dd01c2a 1 0.00/1.00 vMB 0
3,715 3,715 000000002fb9230b57ef3826fc1a6718803de12a5f65afae84110f3d9605da50 1 0.00/1.00 vMB 0
3,714 3,714 000000001b606f358619b40b1806a2e9e057af966f91a2168557a3ae4210822b 1 0.00/1.00 vMB 0
3,713 3,713 000000007a39d479ce2f3f4a365d53de9a767fb312a3dc01df7e00218729035f 1 0.00/1.00 vMB 0
3,712 3,712 000000005319f8329863834373fc8b7a5daee89be6b871ed5469ab84a59c9eb5 1 0.00/1.00 vMB 0
3,711 3,711 00000000a5b96b99cfe9dcb58f04797f091322f4bb8048cf0abda4f295483114 1 0.00/1.00 vMB 0
3,710 3,710 00000000dace704787f744b67a066aae31470415bdef7c1e283bbdb02d8a7375 1 0.00/1.00 vMB 0
3,709 3,709 0000000042073b28d8cd72071261b3a03a6bc283df9b23512fab140fdc972dd2 1 0.00/1.00 vMB 0
3,708 3,708 0000000097bc83678a53348e4908e2dd6822828971f3de8bd011f6d19fd97120 1 0.00/1.00 vMB 0
3,707 3,707 00000000692efff77c79410ae0715c121a6cd4f6c69b04acadcb1b5991c8054b 1 0.00/1.00 vMB 0
3,706 3,706 00000000702e7b69c325bea462f7190738615f60d5c9531896d5deb3cfec5c9b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.55 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: 621.67 GB
    • Received: 11.24 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.