Memory Pool Memory Pool Refreshing

1,281 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 sats/vbyte 3
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,279 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (390,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
516,999 516,999 0000000000000000003a887ef380d3a23b6cae1aa7b16b21ea5fbe114e5e9dcd 0.45 MB 196 5
516,998 516,998 0000000000000000001d46a8b4ef9b83528a53a6962ac653d84c37d74c7ee24a 1.06 MB 1,203 20
516,997 516,997 0000000000000000001c3a8526767ccfe8cb7cac7e990bb88217d67c60e8ca60 0.38 MB 862 38
516,996 516,996 00000000000000000017ba836a6e56094af8fb36f8a92ca8cb69672905cad759 0.35 MB 488 35
516,995 516,995 00000000000000000032ad8820e009cbb5514a58cef10940b81851a9d62e7824 0.56 MB 979 14
516,994 516,994 00000000000000000018a8e18cdbce0fd9555cee7500d44b00de9a8310b8ecc7 1.03 MB 747 30
516,993 516,993 0000000000000000001a230f6821d03353cb550124f063c4c37d6058969608e7 0.02 MB 34 38
516,992 516,992 000000000000000000143e9e119ce35d6d87c5c779db3fc2dbc8192f9cd85653 0.04 MB 24 18
516,991 516,991 0000000000000000004b7ab6489fcc45435b276a9f4dc94078d631cb375d151d 0.21 MB 185 16
516,990 516,990 0000000000000000003721e825f204ab22fe73701e2cc41f6b064baa7455e53f 0.42 MB 559 23
516,989 516,989 000000000000000000009e62f704e7aafd2670ff9ed2ff6ad86532beca3c30ab 0.65 MB 720 29
516,988 516,988 0000000000000000000ae76d76a28449701bec56bffeef8308fb4d077b5e4638 0.12 MB 178 30
516,987 516,987 0000000000000000000ad222ab046137c275a27fecca542432ad0a4414396665 0.81 MB 319 7
516,986 516,986 000000000000000000035309fbb346adc23c9620ea9695bb8dbba7dc26e5f658 1.07 MB 601 13
516,985 516,985 0000000000000000001f716b63d8cbf8b669389316498e1abfbc21f539f537fd 1.14 MB 577 9
516,984 516,984 0000000000000000004057f3911756cc7c2699411a2388a1f9b846d1819f6272 0.77 MB 614 23
516,983 516,983 00000000000000000032b8e246acf12cdb557d20c5fdd3803fec2b33ab0bec9e 0.54 MB 552 28
516,982 516,982 0000000000000000004ca5d6e533090787c3a5a8bddce3bd09c4d0655d45b9a1 0.83 MB 1,667 12
516,981 516,981 00000000000000000002b7d9b95c57f5e28190fef5d020c3298e6ff12a3baf17 1.00 MB 155 18
516,980 516,980 0000000000000000004e594cdb94bdbee7ba879d3295161d3f7021f3f0be28b3 1.02 MB 700 32
516,979 516,979 0000000000000000002792918f0af6363ea12978432e98000a2eea58969f30f0 0.23 MB 204 23
Previous 10 blocks ↓
Total Size: 769.12 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,630.10 GB sent, 93.49 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.