Loading Tool

Explorer IconExplorer

Memory Pool

83,146 transactions
32.02 vMB
0.11790268 BTC
Random Selection Loading Transactions
Max Size: 192.05/200 MB

Candidate Block

Mining Attempt 709306a1e2c3985b0f1ebf880a07e9138ccb4a347550d9a94002b8f1350c6565
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 49b925c3c012aed8c50d3edbd8da43d7a97c38f753fe5734aebbbb3f469e99f7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,927
Size: 1.00 vMB
Total Fees: 0.02948482 BTC
Feerates: 100.36 > 2.95 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (411,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,616 503,616 0000000000000000005f44741f0b08d17acbcd96c4fbb203996993632a887d4f 2,863 1.00/1.00 vMB 582
503,615 503,615 0000000000000000003e035bd08f111a9dc97db810cf763d935f8138adeac2fd 2,215 1.00/1.00 vMB 439
503,614 503,614 0000000000000000000c6d2135a0352765713df7a68dffbebf79bf5192788586 1,653 1.00/1.00 vMB 368
503,613 503,613 0000000000000000005cd841d55b5f1dee035145bf96e5e9c0c6d5a729159ac3 2,068 1.00/1.00 vMB 374
503,612 503,612 0000000000000000005048da3ecea6695cb217ebf85f1a03fcf11c006de078c7 1,113 1.00/1.00 vMB 209
503,611 503,611 0000000000000000007686c9f9dc3ab1cc72edd073ed8f210291818e7dce4a7c 1,709 1.00/1.00 vMB 515
503,610 503,610 000000000000000000396204a5501a8e5d80a45871f19a74b43b373530a97ac6 1,397 1.00/1.00 vMB 204
503,609 503,609 0000000000000000008e91d692da47f65cec3f4555e82412f31f978b00b9bf46 933 1.00/1.00 vMB 214
503,608 503,608 0000000000000000008c290a88adbc1fbe1793073704281bda4ee704db673f9f 2,035 1.00/1.00 vMB 338
503,607 503,607 00000000000000000030f15271ab87809b8fd6d8acff2700b0ae41e32490896b 2,205 1.00/1.00 vMB 517
503,606 503,606 00000000000000000047837d7775c2278bb443550c713379a39e2c2399b2a3bd 1 0.00/1.00 vMB 0
503,605 503,605 0000000000000000005bbb3d90dfd3562542bac26cdbfc93939b3e7c04153ea3 2,183 1.00/1.00 vMB 291
503,604 503,604 00000000000000000036942b34c7d52b77db82d32c74c1962593c70880af7320 1,589 1.00/1.00 vMB 295
503,603 503,603 00000000000000000054b86fe43d7d8d9e7a8337783ea5bafbc6c512a6512356 2,366 1.00/1.00 vMB 471
503,602 503,602 00000000000000000002995b8baa4e2d62b023386bdbdf350b7abc2a906dc90d 2,995 1.00/1.00 vMB 521
503,601 503,601 000000000000000000109d5538df46843dec477c89de48dec398f477fa5a9a72 2,629 1.00/1.00 vMB 561
503,600 503,600 0000000000000000000268abb288eba8fad4627338187f03cda218d09aa3377f 2,257 1.00/1.00 vMB 399
503,599 503,599 00000000000000000019753ceddd980af44e3377fe878331d5c5290bb806fa45 2,497 1.00/1.00 vMB 486
503,598 503,598 00000000000000000040fc5dd3e31563ac7736a8e46fbb6d6f073f7be094aa91 2,608 1.00/1.00 vMB 454
503,597 503,597 00000000000000000049089aa14abe74fff4a9cb60a8e301ec7fda4f87ed4fa0 1,849 1.00/1.00 vMB 488
503,596 503,596 0000000000000000008d99c6e76de0e83346017e80c36cbaae086d410d1e1302 1,703 1.00/1.00 vMB 434
Previous 10 blocks ↓
Total Size: 783.04 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: 720.44 GB
    • Received: 18.16 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.