Loading Tool

Explorer IconExplorer

Memory Pool

84,654 transactions
31.78 vMB
0.16404889 BTC
Random Selection Loading Transactions
Max Size: 189.18/200 MB

Candidate Block

Mining Attempt 084c012eb53dd91423f9334c320310b4b038f17697be136d045af0d03bed65f8
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 44fbbf2d88a43f3e8e512687bfc2baf683a018711f669e8172a8f5d9151f2b58
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,130
Size: 1.00 vMB
Total Fees: 0.05201381 BTC
Feerates: 402.75 > 5.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (318,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,700 596,700 00000000000000000013f5b87fe6782f300c2da8d34675e08cb568435a72794c 2,756 1.00/1.00 vMB 36
596,699 596,699 000000000000000000014074dfe4eaa307bf0924870f0fb2dd49ffa839861f54 2,271 1.00/1.00 vMB 15
596,698 596,698 000000000000000000084da773faa93fb25c0bbbed026b9c7d51172473b813c6 3,122 1.00/1.00 vMB 39
596,697 596,697 00000000000000000011404d817d448d27ae9e31fbf35ef227a6d96b819c25b8 2,770 1.00/1.00 vMB 22
596,696 596,696 0000000000000000000148a0d269d9b09cb6acea9c674c7bcd5a122738f64a38 2,153 1.00/1.00 vMB 18
596,695 596,695 000000000000000000074d4a883560aeb7825cd292e5177b4df1bee6e4d8268f 2,622 1.00/1.00 vMB 18
596,694 596,694 0000000000000000000750a7baccdb9c8808dbd2099c87ff4b4677220e18dfde 2,292 1.00/1.00 vMB 28
596,693 596,693 0000000000000000000a0ce6c31ae2972cc26cedde641dbbe1cddde945948598 2,793 1.00/1.00 vMB 42
596,692 596,692 0000000000000000000ef55c00b7f8d8fb9ffd120f9db20cf7971f3edad8d97a 2,486 1.00/1.00 vMB 33
596,691 596,691 00000000000000000008e8dad074eda0906c46117d14141b0e83142a1660447d 2,458 1.00/1.00 vMB 30
596,690 596,690 000000000000000000163103880f439d241411eab038614ba6bc476a3013c89c 2,525 1.00/1.00 vMB 33
596,689 596,689 00000000000000000004a24faa9b3b3a92acfc4f57b7e30a35d2663bd1310d68 2,459 1.00/1.00 vMB 35
596,688 596,688 00000000000000000007eac249e3fed5b2d73021877d85d9bb5250d77d318406 1,013 1.00/1.00 vMB 42
596,687 596,687 0000000000000000000b20cae15f72d6d7f3d39f3b833c469ef23b5d3afbbd9b 1,025 1.00/1.00 vMB 76
596,686 596,686 0000000000000000000ccd3dab184bed9541ad6cc820d94fd94c71ad2bff023a 2,350 1.00/1.00 vMB 32
596,685 596,685 000000000000000000034fdb441cb12c9d6b902461023d4654c7ab547b5fa0c7 2,507 1.00/1.00 vMB 26
596,684 596,684 00000000000000000016ef1a4ba6398ddb251cee21b5e634f9895879886a9e7f 2,943 1.00/1.00 vMB 47
596,683 596,683 00000000000000000007220ff065f9395e8e8e6ea1be4447fe2f7692adab7c25 1,566 0.44/1.00 vMB 2
596,682 596,682 000000000000000000066c2f048948037fed74d945525de17795a6c2b47c496f 2,301 1.00/1.00 vMB 19
596,681 596,681 00000000000000000005615049bb6d26c973dc6f159e3faadab4214b3b1fb82d 2,729 1.00/1.00 vMB 32
596,680 596,680 0000000000000000000a41a5818460ecf2a2b3d731638272ef56ac7ab5eef593 3,033 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.