Loading Tool

Explorer IconExplorer

Memory Pool

51,928 transactions
29.99 vMB
0.08937878 BTC
Random Selection Loading Transactions
Max Size: 160.11/200 MB

Candidate Block

Mining Attempt 2bb89d40e72b5f22356d0660f89a5d92d1305d18ad4349beb18358407b24e8a1
Version 20000000
Previous Block 000000000000000000006a40b6934de27a65e3f2212bde7c1ad0a2dc2c124e8c
Merkle Root 4fd709c342d248dc1e0904c90d457f25dc4d3dcbc72c443ecac8d3c603e2bf08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,090
Size: 1.00 vMB
Total Fees: 0.02550036 BTC
Feerates: 201.13 > 2.56 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,261 (817,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
97,006 97,006 0000000000002771414c81ac21e3776df1c6f9fae8913b4d0fcd87de8dc76ba7 2 0.00/1.00 vMB 0
97,005 97,005 000000000001884171d94bbf794698e7647c52736f0f28765f4f8f3f2ce1c9f8 2 0.00/1.00 vMB 0
97,004 97,004 000000000001fd3e02b6ad365ebdd865365cc95fa13ec15202fa61dced38db25 1 0.00/1.00 vMB 0
97,003 97,003 000000000002e399a140b0440a1f86a978a4cdadb1d054c68ade774ed53c88b5 4 0.00/1.00 vMB 0
97,002 97,002 000000000005384e340c32820c3045ec861a41f6a970afa66fb4d02be77f0bab 3 0.00/1.00 vMB 495
97,001 97,001 000000000005060830914914b4ef5b1f62d2af15bfceeb4414cde51576ce51b6 2 0.00/1.00 vMB 0
97,000 97,000 00000000000125d656e9f28543317f33fb1b66baaf90de44a375ce6c5564fe0c 1 0.00/1.00 vMB 0
96,999 96,999 000000000000bfe6a622f8dc9a3262066d12a3d74a5c6612245409bdc17d9d46 2 0.00/1.00 vMB 0
96,998 96,998 000000000001edf2ca0222091560566d3cf50e5ea145f5a008e92e6bef136847 1 0.00/1.00 vMB 0
96,997 96,997 0000000000000ce0f1f67c07c783d8b5b3a216286c2e2c43b05a8d5bc235192e 2 0.00/1.00 vMB 0
96,996 96,996 000000000001911614fcc5a245a262157d66b1e69b31331da822e678c1c2a717 2 0.00/1.00 vMB 0
96,995 96,995 000000000004f902b5a82b424e47653c65e8819a3edaed5ee02e9989eac1808b 3 0.00/1.00 vMB 0
96,994 96,994 0000000000014536dcf262456d27ccd7b2d464097d7a2e0b61ebc15418f5878e 2 0.00/1.00 vMB 0
96,993 96,993 000000000001971f082f5b35f5bb77172280dbafba24b1dbdd3844472e666ec4 5 0.00/1.00 vMB 0
96,992 96,992 000000000003c9008204bcd87a2ef53fe0f1c3fd4c5d11078c8394edbbf5bd71 1 0.00/1.00 vMB 0
96,991 96,991 0000000000018caa6385dcd849e7d6ef9046dc8aba1776f83d9508adc0f4412e 3 0.00/1.00 vMB 0
96,990 96,990 0000000000013999883425d5f5106b9895c5ccc133e22c882f31426d478ce15d 5 0.00/1.00 vMB 0
96,989 96,989 0000000000005e00000560d5e18fc7a00d9772269bbabc7822dc822143706a14 3 0.00/1.00 vMB 0
96,988 96,988 0000000000007bd4842c44874242ac8eb471d10ebf543790af697d488335cf4f 1 0.00/1.00 vMB 0
96,987 96,987 00000000000501a77cd9493b4e58534aa45f1f132c90c462e406e4d782c7807e 2 0.00/1.00 vMB 0
96,986 96,986 000000000003d48bfb976bf436303efc31364410a7e802b1f742390ea0df161c 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.06 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: 577.78 GB
    • Received: 8.65 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.