Memory Pool Memory Pool Refreshing

16,295 transactions
29.79 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
881,673 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 3,419 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,672 (281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,391 881,391 00000000000000000001774643fbd217873cd9c52a1625f47861e1d0881e65fd 1.55 MB 3,474 7
881,390 881,390 00000000000000000001111df162d82b5995450657cbb416ad433ba71d96b626 1.43 MB 2,688 3
881,389 881,389 000000000000000000023b66fa60a09255b9b2afbbc3de1f65903b4f714370c3 1.60 MB 3,250 5
881,388 881,388 00000000000000000001bbfc958eccdb26b414a6fd97188fbd0b65734eb9f4b4 2.05 MB 1,074 1
881,387 881,387 000000000000000000012fc06cfbe8498f7052515344794b10f1bd372ed20c3c 2.08 MB 456 1
881,386 881,386 000000000000000000000651aa541396a155d14ab3b384197c74c7594b15354a 1.60 MB 3,815 3
881,385 881,385 000000000000000000008d2327c322182879bdaf4bcba6ac2542e0219a22a1e4 1.67 MB 3,301 3
881,384 881,384 00000000000000000001b1aa4a0ba813e2a2ec4d1a36c49f85fbb6222007a2cf 1.57 MB 3,550 6
881,383 881,383 00000000000000000001809a3f1b30f6d6646a77e031edd329624205ed872dcd 2.12 MB 587 1
881,382 881,382 000000000000000000009c200cf3626df11e01678c7d92af4a9202a41ebaf0d3 2.73 MB 595 1
881,381 881,381 0000000000000000000139db968a33f22b343f7cf9c2ddb2a0f6d4ac726ef60a 3.00 MB 1,627 1
881,380 881,380 0000000000000000000048a740ee99a7e8e94b2996c644cbb24b1f7c58935e37 1.71 MB 2,710 2
881,379 881,379 0000000000000000000177488e8f1f10166fee187bfb4c3c117ace16b597d3f0 1.61 MB 3,519 4
881,378 881,378 0000000000000000000282ba19e133f82dc4dadd25fc877213146318b511c24e 2.02 MB 1,154 5
881,377 881,377 00000000000000000001d9d7b0a57b68760c89695a0f86000d73bc3154ff4153 1.54 MB 3,489 4
881,376 881,376 00000000000000000001bcb68c897309dbd26397e4a709b5a337c6c22d072c0c 1.55 MB 3,336 8
881,375 881,375 000000000000000000009d4cbb3b19f5ba5aa1e0cfb47974ffb182f57953864b 1.82 MB 1,926 2
881,374 881,374 00000000000000000000c26a4d074dab5ca2b3ca49e8f84f736ce2438859db64 1.39 MB 1,296 1
881,373 881,373 00000000000000000001410d70ca82ff2f3df4b85c717a02c76b419ebe44f5f3 1.69 MB 3,145 3
881,372 881,372 000000000000000000021859811005fad98949464a519375a71a3b05bf56f3e1 1.82 MB 2,361 4
881,371 881,371 00000000000000000000a5830ba06524bea520a356cff74819ee950d4e313189 1.74 MB 2,788 5
Previous 10 blocks ↓
Total Size: 721.75 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,018.34 GB sent, 72.29 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.