Loading Tool

Explorer IconExplorer

Memory Pool

29,334 transactions
9.72 vMB
0.10738619 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.88/200 MB

Candidate Block

Mining Attempt 636d5911d7189a56ba6ba6c6968406c5a0bf2a04f33cc42cc82378fa81fd4280
Version 20000000
Previous Block 0000000000000000000100c607e5fb02a3a79e6481631dfb85d36b8d3ee157d9
Merkle Root 8ad2eae39b5f676063e8158d26b203d63ce21284457f8d79bc8f084408f7689e
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,371
Size: 1.00 vMB
Total Fees: 0.03147861 BTC
Median Feerate: 3.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,219 (755,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
158,202 158,202 00000000000008cb93aadb0d67ffe2e3777d9d1470f293d7c5620ec53a2eaa9e 12 0.00 vMB 319
158,201 158,201 00000000000006ed67de5c4dc9ebe0c50b640b2fda72358ebf877f1fa6e4f290 24 0.01 vMB 5,570
158,200 158,200 0000000000000ca82968c44b6b32224709bbd60be0a36edb4fe6a8b4cb950e32 75 0.05 vMB 137
158,199 158,199 0000000000000e716e6593afab209ed612f8a74b7fc014adee935ecaca46018e 4 0.00 vMB 60
158,198 158,198 0000000000000602182837ae60b904202d9da8511efafd17c0c2c4f666ff054f 48 0.03 vMB 75
158,197 158,197 000000000000029b6d50492214b805da73c0a0c955bf8cbb385ae7ee0b83e038 35 0.01 vMB 31
158,196 158,196 000000000000054b08d7f7ec157be7dd25a7c9871e54d9951dc5660cfebd0896 28 0.01 vMB 308
158,195 158,195 00000000000003f27fd76320ece44549801c580967024739909cfc3c2e6245cb 1 0.00 vMB 0
158,194 158,194 0000000000000d487d42355daf1f1f2a83e12fbd0894e107fd69f062e9f42572 47 0.02 vMB 54
158,193 158,193 0000000000000b102cebc06964dec86b16008019a2dc1696a5b62dcd3e2f0043 28 0.01 vMB 55
158,192 158,192 00000000000005db3966ac704ceba7c8578fc2fb226a6f6837dd25beff35c23f 104 0.03 vMB 20
158,191 158,191 00000000000001e7b0557f4f304fca5ebd516a9a6f74c7ee6f110c8773c7ecac 8 0.00 vMB 481
158,190 158,190 000000000000045059346b2c4fa21f73abb1881e0d6bf6596beb90053ad3edd6 14 0.01 vMB 210
158,189 158,189 0000000000000686c06763f3c28c985bfc86ed11b4f3a80d6ecccd658be23abd 13 0.00 vMB 34
158,188 158,188 0000000000000d45aff9099eb474e21664bbaafa54e32d07fdc3c784cb671133 11 0.00 vMB 16
158,187 158,187 00000000000004103b5d52d6e1db57e90918167341ea04ecfe13b366ec78fe45 22 0.01 vMB 279
158,186 158,186 000000000000044cf93ac246b6bd10811ad018ab2fbae7ec7d69abe1063dd829 29 0.02 vMB 96
158,185 158,185 00000000000002c3c0a36373e283ad7933bc00e6c150d9d107149d118febf088 81 0.05 vMB 68
158,184 158,184 0000000000000ca94cf9faa2c211aaad04288b10bc3ddd5f6d0ce84308056b86 55 0.03 vMB 31
158,183 158,183 000000000000075b13fb04375c9da8c904bd2b8bb214884a823a31199ce58ca6 65 0.04 vMB 282
158,182 158,182 00000000000000529bb3cfc591e1b7b4f829f4445a716a83f9c4398f036d8ea4 19 0.01 vMB 288
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

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