Memory Pool Memory Pool Refreshing

76 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,769 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 70 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (15,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,411 892,411 000000000000000000010b5127f8fa94644268900c6a4cb399f1922a67eb0f8c 1.68 MB 2,884 1
892,410 892,410 0000000000000000000211aa4c175ae4ed5aae815020e8f977b7863c27dac3bd 1.80 MB 4,570 3
892,409 892,409 000000000000000000015eeadc0037c1b65b0df03ad457496ce89fc2d1c56b83 1.67 MB 3,568 4
892,408 892,408 000000000000000000010a9f115640ce44104e54bebd51387624ec3549bf5693 1.66 MB 2,902 4
892,407 892,407 00000000000000000001b19f2699880554dc3ccc836734f2337ba91ad22487bb 1.71 MB 2,813 3
892,406 892,406 0000000000000000000250dde8559f9c22ff9ba17f08e55ad00ae22ca18f7c42 1.70 MB 2,682 2
892,405 892,405 0000000000000000000235a1b1dcac386b756ecf457e4efc11f1cba5cfafc1cd 1.57 MB 3,887 5
892,404 892,404 00000000000000000002118ce1ffc3c10abff0b397d47983cc4fb49222ccc9a4 1.71 MB 3,352 2
892,403 892,403 00000000000000000001cd0c75b4affb3230ad42f75b553607ddc794a483b134 1.69 MB 2,372 1
892,402 892,402 0000000000000000000202839ea9313cb52246785eff6847c505f9f18d017218 1.66 MB 3,684 5
892,401 892,401 0000000000000000000178924581aab4177f347afb472836b7ffb6d0a7f7fd1b 1.59 MB 3,082 4
892,400 892,400 00000000000000000000ee60d86a5e295502b6e235abba310bd372da65901218 1.81 MB 2,526 2
892,399 892,399 000000000000000000005e7fda4031e4f4570baa0410f7fac842f6d47df24700 1.64 MB 4,022 4
892,398 892,398 000000000000000000019cf8e0acd0f30d3866d1f2f6e3b35f3dca4bc8c20059 1.61 MB 3,537 5
892,397 892,397 000000000000000000006489d51de924bfb86ee2d14a2be0d5bc3467146e8b38 1.70 MB 3,186 5
892,396 892,396 000000000000000000015a0567d384e16061e94856623b79f71cd029e931697e 1.65 MB 4,119 5
892,395 892,395 00000000000000000000a0184dcaf0a30b62337983212a2537be8b6f67cfe294 1.63 MB 3,742 15
892,394 892,394 000000000000000000020826dba5400dd58c0a6151b34c9220a76769ad45717d 1.47 MB 2,915 2
892,393 892,393 00000000000000000000762fe4ec75d0d58dc9e008e6e67b20df2a524f9e6f0a 1.74 MB 3,493 2
892,392 892,392 000000000000000000021bd0626644c5828cb983d02dd0981d799023511f2a9f 1.71 MB 4,249 3
892,391 892,391 00000000000000000000a4b76ace8d6887c51010ee43d6a420ef92e7228d3dc7 1.80 MB 4,337 3
Previous 10 blocks ↓
Total Size: 769.11 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: 1,629.32 GB sent, 93.42 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.