Loading Tool

Explorer IconExplorer

Memory Pool

12,138 transactions
5.27 vMB
0.01291134 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 31.16/200 MB

Candidate Block

Mining Attempt 9a63f790bda9976d5bc57c356120ba96de20a15f3058a7f7ddf23d074b1ec1ea
Version 20000000
Previous Block 00000000000000000001d0557bcb620576883ecb13f1662ae58e65b69410780c
Merkle Root 1e4635034fa283a87ada3415bbd4152c887f62e8b5bf4c4b232298f6cf5e27c5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,442
Size: 1.00 vMB
Total Fees: 0.00479688 BTC
Median Feerate: 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,461 (654,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
259,279 259,279 0000000000000009822cf67c38731610f144302c669ccd27d04aace3792100cb 184 0.09 vMB 81
259,278 259,278 000000000000001bca5a81fec12c1c3bc44ec3eec61a5bd0a52ee167678f1d76 292 0.16 vMB 65
259,277 259,277 0000000000000023fcef5452e4505d7a6c1fcf2ba4adeb970cc9498e14aeed7e 432 0.19 vMB 90
259,276 259,276 000000000000001433730d6e2542d2b6870cd749339d7bcbfb7237a4da997797 581 0.25 vMB 140
259,275 259,275 00000000000000139be640f2403106f7620917477f1d399a0a91ef753c2716e8 518 0.22 vMB 113
259,274 259,274 00000000000000022c64bd3310e25b5a3808365b6972edacf2dcd3776536bba7 468 0.19 vMB 104
259,273 259,273 000000000000000132bc1cd725ca6ab7824b8cc1a8cca79a73d7d074d2e135cc 204 0.08 vMB 125
259,272 259,272 0000000000000013ba52187da264217d8ac06e3a186b7d8675ecf6b522470de7 122 0.04 vMB 89
259,271 259,271 000000000000000df844c0e4867e6f09bc0bbcc3376db2cb7c885675670934f9 477 0.20 vMB 106
259,270 259,270 00000000000000033d1cbc3a51d5439f251e2cf1050d50560cc1b9bdae4ec854 170 0.06 vMB 86
259,269 259,269 000000000000000b7985e6dcf058111cae5af8ec377f677da9641b26fb8d9f14 397 0.16 vMB 141
259,268 259,268 0000000000000002fead88d2d4477ea4ad346519a8008ccb25bd8583dac3b74b 515 0.21 vMB 117
259,267 259,267 00000000000000235985eaf9eedde1f4555e26c2f792219c315bff03b34de689 142 0.07 vMB 89
259,266 259,266 000000000000002050a07cd50e8a1908f9decd43cb15fd867f9a2b5973a0bb11 225 0.09 vMB 120
259,265 259,265 000000000000001a66115ef8d9a801f57474158f200262088d5399dad50f9a4d 67 0.02 vMB 116
259,264 259,264 000000000000000effe898fdd353ceef75a8f5edfcfcfa9174d65f2c8576a374 275 0.10 vMB 174
259,263 259,263 00000000000000038eeff35630930b4ea1998ba89e2bef1a1cda082751589640 269 0.11 vMB 131
259,262 259,262 0000000000000004ae48defccfca8b785773b5f34bf1c8fe7c509115f427e8d4 310 0.14 vMB 241
259,261 259,261 000000000000001dfacf1e81afcab772aea76eda27279c6cb2f7b4f6795bcd6e 667 0.25 vMB 135
259,260 259,260 000000000000001483412322cd1f514a26b4944ddfbf9005b1ab4a06efd305f0 329 0.15 vMB 158
259,259 259,259 00000000000000047492f37546474a2c077623f19ae3fdad880db2905cb0414c 181 0.08 vMB 98
Previous 10 blocks ↓
Total Size: 779.67 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: 318.96 GB
    • Received: 1.53 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.