Loading Tool

Explorer IconExplorer

Memory Pool

83,227 transactions
32.17 vMB
0.08574520 BTC
Random Selection Loading Transactions
Max Size: 195.27/200 MB

Candidate Block

Mining Attempt 03e78e774fb6604d1fc41d1e9fd1bd55eb94e5fab6f92fe56f626345b1f170a6
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 7bb1f221edd0a43fac6782e52ec8aa39e126f7cf2a53ff60d382ff59656cac31
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,190
Size: 1.00 vMB
Total Fees: 0.01502023 BTC
Feerates: 150.92 > 1.51 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (109,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,877 805,877 00000000000000000002cc004a0e991c063ed0a8e51fe98c952aa7e67f9bbf74 3,287 1.00/1.00 vMB 15
805,876 805,876 000000000000000000010dbfbd4146583954bbdd900e9afd536cd57dded7bec4 4,245 1.00/1.00 vMB 11
805,875 805,875 00000000000000000000585a64fb20342988a02a5a9a1ebe22bb7510eeb0a7c3 2,488 1.00/1.00 vMB 9
805,874 805,874 000000000000000000030a4e846af394afd96dbb44767a4b4fb659187d7099bb 3,026 1.00/1.00 vMB 10
805,873 805,873 00000000000000000002701db48b84cbbf3024bf29b8299adae88cd6a415c3a7 5,399 1.00/1.00 vMB 12
805,872 805,872 000000000000000000019f4108e718d75307af72065cc08f54e027f7f7220077 6,459 1.00/1.00 vMB 10
805,871 805,871 00000000000000000003cde874901c03cf33875a513961689f2357d758e8315d 3,654 1.00/1.00 vMB 11
805,870 805,870 00000000000000000000813af24649a8389d9e57dc65c2753999ae6899d69964 4,047 1.00/1.00 vMB 12
805,869 805,869 0000000000000000000080ec72fc6c74a23f38f96e1d323ad72e7ff44372c94f 5,297 1.00/1.00 vMB 9
805,868 805,868 00000000000000000003d25731da1172b4c7b6d5d9fd199ce836b5c9c6ff788c 2,458 1.00/1.00 vMB 14
805,867 805,867 000000000000000000022b2b69094159fa2ef62f06743b560f46a66424945907 2,433 1.00/1.00 vMB 17
805,866 805,866 00000000000000000003f3c5cf79abf5d63a395d33d6612f18eb612011d59d15 2,789 1.00/1.00 vMB 23
805,865 805,865 00000000000000000001e89c3da8bd27182b96c7e7fbcf00869cb67e43aeb921 5,631 1.00/1.00 vMB 9
805,864 805,864 00000000000000000002621d130abb2c3c3a8d36dc893359f9e0e04c27f7e08e 3,899 1.00/1.00 vMB 12
805,863 805,863 0000000000000000000260aca6b2d1e5b6c4d71d4f3e49bebb3fa731dd22221d 5,306 1.00/1.00 vMB 10
805,862 805,862 0000000000000000000075b15081e7bbfdad5d5d88cc5168159a100c2c73cea5 5,417 1.00/1.00 vMB 10
805,861 805,861 0000000000000000000050f03112f4a938e7a39c1a54990a3843f34782dd2a17 5,610 1.00/1.00 vMB 11
805,860 805,860 0000000000000000000157c6f45a3e37de69f23663ec9f61e51ddae919c797a7 2,747 1.00/1.00 vMB 17
805,859 805,859 0000000000000000000245eb39c08cdb9e57b144daece6f40012aa6b6577b7f7 5,800 1.00/1.00 vMB 10
805,858 805,858 000000000000000000002587fc5dd37b0e9d6a3bf2ff290c8d1a25b901efcefd 4,441 1.00/1.00 vMB 12
805,857 805,857 0000000000000000000089d79d63fd284fb568f0f854311207ecde9d3ecbbaae 5,256 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.76 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: 709.01 GB
    • Received: 16.82 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.