Memory Pool Memory Pool Refreshing

2,377 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,964 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 2,370 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,963 (617,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,447 290,447 0000000000000000345431b45489631a41d9cee7cc23c18b8a5e8abaf688b69f 0.75 MB 1,796 56
290,446 290,446 000000000000000024b723ee48acf03e95da330264ab4e5d975c2c133a651dee 0.12 MB 195 42
290,445 290,445 0000000000000000bfd7a3200bcc933ccc75cc09fa2a812c4d3c27433dea0ba2 0.12 MB 248 38
290,444 290,444 0000000000000000cfa2bed297eff2e778ffbd31a68783048f928172822cea7c 0.44 MB 913 37
290,443 290,443 0000000000000000ff7b0d9417e55115368b281f68fb798c01442dc12a5aa232 0.25 MB 232 19
290,442 290,442 00000000000000003607992721592b41d995c873416c998ce4ac6b05a67aaf8e 0.50 MB 1,309 47
290,441 290,441 0000000000000000ff5c3282fdda5426d22d2a1101fbc222925ab70e2a32c504 0.33 MB 492 27
290,440 290,440 000000000000000036a2c00c42b7cc38f02dc34c672ced0ce79f1c95809ad6a9 0.11 MB 195 29
290,439 290,439 0000000000000000944586608074f54eef4df5309bb8d0d51500858d09c82b43 0.07 MB 112 87
290,438 290,438 0000000000000000de43b528669766dbec565a0f4f5bfe9666ca8f4e885843c8 0.10 MB 94 9
290,437 290,437 0000000000000000657192f5e50593ae6c5bd58c8e308e1f2c0735b0cb66666c 0.23 MB 341 26
290,436 290,436 0000000000000000d2279b5dd3a4c8abe295adebb6c519bd75b4f2aa2f4b2ab1 0.05 MB 80 21
290,435 290,435 0000000000000000d22d472713f7b66e2891fe0bb82ec44fa0889f988c36eaf0 0.09 MB 151 20
290,434 290,434 00000000000000005141b7f4cc3c9e1013a6973d5be037f3f999559137a6dc61 0.07 MB 41 25
290,433 290,433 0000000000000000b50444b4fab8ccd5e11fb36c24e97ced17c8b59c78058f88 0.04 MB 81 27
290,432 290,432 000000000000000060637ff386f09949608a156394eff92e4764ab94978e7bf6 0.26 MB 415 67
290,431 290,431 0000000000000000d2bc70c186206b59a79327aea2e8513fdbc3529ff85b3c24 0.31 MB 163 15
290,430 290,430 00000000000000003f128d5a62721f145e6dc0f3fab7e6df44ec41ab2c10837a 0.35 MB 887 73
290,429 290,429 000000000000000051408e8163f8b34573700bfafb5e891318b620b3b92f4d97 0.35 MB 629 34
290,428 290,428 0000000000000000b011fbf421f811ff8be83b6b6fe20b375459e2cac10e1305 0.10 MB 119 14
290,427 290,427 00000000000000006f1567abccee362f55104e3ebb6ab8340b3c5ea4a40ae854 0.07 MB 113 29
Previous 10 blocks ↓
Total Size: 769.48 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,646.37 GB sent, 95.33 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.