Loading Tool

Explorer IconExplorer

Memory Pool

46,155 transactions
32.34 vMB
0.13058061 BTC
Random Selection Loading Transactions
Max Size: 164.16/200 MB

Candidate Block

Mining Attempt 64e18fb50c1dc63f10a68cca7025d6205e901e56b6a965480d4273822d2bfdf6
Version 20000000
Previous Block 00000000000000000000eec519111293713fc768004cb21df7a6de617fb0ea11
Merkle Root 676d3938d581b7ee803e01de02229fcca1abc0c9785cce98a9cf0b9398903de7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,918
Size: 1.00 vMB
Total Fees: 0.05693045 BTC
Feerates: 265.25 > 5.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,580 (399,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
514,903 514,903 000000000000000000063a41582b22e982ba28ff484d0743e6cd5539303376c5 1,864 1.00/1.00 vMB 32
514,902 514,902 0000000000000000001d70cd5d2a5389bf42ef0bb6b6c4f00b827c7d685524cb 1,538 0.86/1.00 vMB 20
514,901 514,901 0000000000000000003c88f63ebe244918daf260b5964ba009c9cacc57f10615 682 0.56/1.00 vMB 26
514,900 514,900 000000000000000000186c299cfb3bc7b1f389d663aa41bf331a5337360db83e 1,218 0.99/1.00 vMB 13
514,899 514,899 000000000000000000211a9ef29ee67d97c5140b2a68c16d643a3017d9d47a52 1,039 1.00/1.00 vMB 26
514,898 514,898 000000000000000000454b92020bf02448c4f1a308b6aa500737a3fc94d5c965 1,070 0.80/1.00 vMB 22
514,897 514,897 0000000000000000001cf808d39480b480b6d66bc79a7611859cea922fe5f9f7 802 0.61/1.00 vMB 26
514,896 514,896 0000000000000000001bfba93c0f204473939c87e8e9e1f4be8527b74b8fdb28 387 0.37/1.00 vMB 15
514,895 514,895 000000000000000000357af2c12ee1c0a9e8f55597882304b7c3f9c2cf1ae529 128 0.17/1.00 vMB 4
514,894 514,894 000000000000000000278cc2504318e8a24f9ed25b6cd4f2755c148fbb51fb8d 1,679 0.95/1.00 vMB 43
514,893 514,893 00000000000000000007122e39b605d197e1bc2b2b85458bcc85317cf3d8a2ec 679 0.38/1.00 vMB 22
514,892 514,892 0000000000000000001aebc17eddc70a907853c2f4ad66b65385f6c73cc06d06 1,119 0.61/1.00 vMB 26
514,891 514,891 00000000000000000026a72934d824c8e1143cd1fc703f4e4e96bf03b919a065 723 0.57/1.00 vMB 8
514,890 514,890 0000000000000000000ad273a7d3416be4c3663f3347507e91ab37f1b0e8d091 2,183 1.00/1.00 vMB 33
514,889 514,889 00000000000000000006387a9dc73fc6d0016773a6a037271d686ebd3d117a49 2,226 0.97/1.00 vMB 31
514,888 514,888 00000000000000000049f748a3e47efa78e54d9cae5b0aab0b4b741426937c44 997 0.43/1.00 vMB 10
514,887 514,887 0000000000000000002901bf3c1dc941db5e1c9f403cf830e834fde47854c11f 1,178 1.00/1.00 vMB 22
514,886 514,886 0000000000000000004ba6c0fca73e86616fb317c688a31f73ca617d08a660eb 1,917 1.00/1.00 vMB 26
514,885 514,885 0000000000000000001e0ededd1b8a21154cfeb7fcd62e2d8a65357daf2e70d0 180 0.07/1.00 vMB 44
514,884 514,884 0000000000000000000bf7cd58aa5f976a9ab67c3ba119b6126d068bb3490bb9 408 0.17/1.00 vMB 39
514,883 514,883 0000000000000000002c2913b6333f221b74570c791e1f7d1a9a4e5e0270ec4d 1,795 0.70/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.65 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: 626.66 GB
    • Received: 11.70 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.